body {  
 background-color: #dcdda2;
 padding: 10px;
 margin: auto;
}

#banniere{
 //margin: auto;
 background-color : #ffc20f;
 height:100px;
 margin-bottom : 15px; 
 border-width : 0.01cm;
 border-color : black;
 border-style :solid;
}

#ban_gauche{
 color : green;
 font-size : 10px;
 padding-left : 10px;
 margin-bottom : -25px;
}

#ban_droite{
 color : green;
 font-size : 10px;
 padding-right : 10px;
 text-align : right;


}

table{
 margin : 10px;
}

#corps{
 margin-left : 220px;
 margin-top : 20px;
 text-align : justify;
 padding-left : 30px;
}

#logo{
 background-image : url('logo.jpg');
 background-repeat : no-repeat;
 background-position : 50%;
 height : 60px;
 padding-top : 10px;
}

#menu{

 width: 220px;
 background-color : #ffc20f;
 
 float : left ;
 font-size : 14px;
 padding-left : 9px;
 padding-right : 9px;
 color : green;
 border-width : 0.01cm;
 border-color : black;
 border-style :solid;
}


#bouton_text{
text-indent : -9px;
color : #fcef14; 
font-weight : bold;
text-decoration : none;
 font-size : 11px;
margin-bottom : -6px;

}

#bouton_text_petit{

color : #fcef14; 
font-weight : bold;
text-decoration : none;
margin-bottom : -6px;
font-size : 10px;

}


#bouton_bouton{
margin-bottom : -48px;
text-indent : 7px;


}

#bouton_bouton_petit{
margin-bottom : -28px;
text-indent : 7px;
}

a{ 
 color : blue;

}

p{
text-align : justify;
text-indent : 40px;
}


h1{
 font-size : 29px;
 color : green;
}

#bordure{
 padding-top : 10px;
 border-width : 0.01cm;
 border-color : green;
 border-style :solid;
 margin-top : 1px;
}

input{
margin-top : 9px;
}

textarea{
margin-top : 9px;
}

#nouveau{
 background-color : #ffc20f;

 padding : 10px;
 padding-bottom : 20px;
 //position : center;
 position:absolute; top:250px; left: 40%;
 border-color : black;
 border-style :solid; 
 border-width : 0.01cm;
}

#photo_nouveau{
 position:absolute; top:0px; left: 0%;
}

#txtphoto{
color : green;
}

#left{
text-align : left;
}





