/* CSS Document */
.erreur{background-color:#FCA206; font-weight: normal;}

body{
margin:auto;
background-color:#1D4A2E;
}

p{
color:#FFF;
font-family: "Trebuchet MS sans serif", verdana;
font-size: 0.7em;
font-weight:bold;
line-height:1.3em;
margin:0;
}

p.t_erreur{
font-weight:normal;
color:#FCA206;
padding-left:225px;}

a{
color:#FFFFFF;
font-size:0.8em;
font-weight:bold;
font-family: "Trebuchet MS sans serif", Verdana;
text-decoration: none;}
a:hover{
color:#FCA206;
}


/*Titres*/
h1{
color:#FCA206;
font-family: "Trebuchet MS sans serif", verdana;
font-size: 1.5em;
line-height:2em;
text-align:center;
letter-spacing:0.12em;
margin:0;
/*border: 1px red solid;*/
}
h2{
color:#FCA206;
font-family: "Trebuchet MS sans serif", verdana;
font-size: 1em;
line-height:1.5em;
padding-top:10px;
padding-left:10px;
}

h3{
color:#FFF;
margin:0;
font-family: "Trebuchet MS sans serif", verdana;
font-weight:lighter;
font-size: 0.7em;
line-height:1.4em;
}
h4{
color:#1D4A2E;
margin:0;
font-family: "Trebuchet MS sans serif", verdana;
font-weight:lighter;
font-size: 0.7em;
line-height:4em;
}

/**NE PAS MODIFIER***bando********************/
#bando{
width:800px;
margin: auto;
margin-top:0px;
margin-bottom:5px;
}

.imageflottante {
border:0;

}
/**NE PAS MODIFIER***menu********************/

#menu{
width:800px;
height:30px;
margin:auto;
line-height:2em;
border-top:#FCA206 3px dotted;
border-bottom:#FCA206 3px dotted;
/*border: 1px red solid;*/
}
.barre_menu{
margin:0;
color:#FFFFFF;
font-size:0.9em;
padding-top:5px;
font-weight:light;
text-align:center;
font-family: "Trebuchet MS sans serif", Verdana;
}

/**NE PAS MODIFIER***conteneur****************/
#conteneur{
width:800px;
height:400px;
margin:auto;
margin-top:px;
/*border:black 1px solid;*/
}
/*******************formulaire****************/
#formulaire{
width:550px;
height: 320px;
margin:auto;
margin-top:30px;
line-height:2em;
/*border:white 1px solid;*/
}

p.light{
font-weight:lighter;
}
label{
width:120px;
text-align:right;
cursor:pointer;
margin-top:10px;
float:left;
}
input, textarea{
width:260px;
margin-top:5px;
background-color:#FFFFFF;
bacground-repeat: repeat;
border: #FCA206 1px solid;
line-height:2em;
margin-left:10px;
}
body textarea{
height:100px;
}
input#envoyer{
width:100px;
height:1.5em;
line-height:1.2em;
font-weight:bold;
background-color:#FCA206;
margin:0;
color:#FFF;
cursor:pointer;
}
.droite{
width:100px;
float:right;
text-align:right;
padding-top:10px;
padding-right:45px;
/*border: 1px orange solid;*/
}

#logo{
width:100px;
height:320px;
margin:0;
padding-right:10px;
float:left;
background-image:url("img_cgg/logo_cgg.gif");
background-repeat:no-repeat;
/*border: 1px orange solid;*/
}
/**NE PAS MODIFIER***Pied de page********************/

#footer{
margin:auto;
width: 800px;
height:40px;
/*border: 1px orange solid;*/
}
p.pied_de_page {
text-align:center;
padding-top:20px;
font-size:0.6em;
color:gray;

}

p.pied_de_page a{
color:orange;
font-size:1em;
font-weight:normal;
font-family: "Trebuchet MS sans serif", Verdana;
text-decoration: none;
}
/*Pied de page*...fin/
