/* default styles*/

html, body, * {
margin: 0 0 0 0;
padding: 0 0 0 0; 
}

body {
background-color: #ffffff;
color: #000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
}
img {
border:0;
display:block;
}
a {
color: #ffffff;
}



/* layout global */
body {
text-align: left;
}
#conteneur {
margin: 0 0 0 0;
text-align: left;
background-image:url('../images/Bg-contenu.jpg');
}

#header-home {
display:none;
}
#header {
display:none;
}
#menu {
display:none;
}
#breadcrumb {
display:none;
}
#langues-home {
display:none;
}
#langues {
display:none;
}
#contenu {
background: none;
}
#droite {
}
#gauche {
display:none;
}
#texte {
padding: 10px 15px 10px 15px;
}
#outils {
display:none;
}
#outils img {
margin: 0 0 0 0;
}
#bottom {
display:none;
}



/* styles de texte */
h1 {
font-size: 1.4em;
margin-bottom: 10px;
}
h2, h3, h4, h5, h6 {
font-size: 1em;
margin-bottom: 5px;
margin-top: 15px;
}
p {
margin: 5px 0px 5px 0px;
}

/* formulaire de contact */
p.formulaire {
padding-top:0px;
padding-bottom:0px;
margin-top:2px;
margin-bottom:2px;
}

form.inscription label {
width:20em;
float:left;
text-align:right;
padding-right:18px;
padding-top:0px;
padding-bottom:0px;
margin-top:0px;
margin-bottom:0px;
}
form.inscription fieldset {
margin-left: 20px;
margin-right: 20px;
border:#666666 1px solid;
}
form.inscription legend {
font-weight: bold;
}
form.inscription textarea {
width:250px;
height:5em;
font-family:sans-serif;
font-size:small;
background:#fff;
border:1px solid #666666;
padding:1px;
}
form.inscription textarea:focus {
border:1px solid #b3dc10;
}
form.inscription input {
width:150px;
background:#fff;
border:1px solid #666666;
padding:1px;
margin-top:0px;
margin-bottom:0px;
}
form.inscription input:focus {
border:1px solid #b3dc10;
}
form.inscription input.bouton {
background:#b3dc10;
border:1px solid #b3dc10;
padding:1px;
margin-top:0px;
margin-bottom:0px;
font-weight: bold;
}