@charset "utf-8";
/* CSS Document */

*{
padding:0px;
margin:0px;
border:none;
}
img{
border:none;}
h2{
font-family:"Comic Sans MS", "Times New Roman";
font-size:18px;
color:#990033;
}

body{
background-image:url(images/texture92.gif);
text-align:center;
}
#conteneur{
width:95%;
margin:auto;
text-align:left;




}
#banner{
background-color:#996699;
width:100%;
height:90px;
text-align:center;
font-size:36px;
color:#000000;
padding-top:15px;


}


#menu_gauche{
width:15em;
text-align:center;
float:left;
clear:left;
}
#menu_droit{
text-align:center;
width:15em;
float:right;
clear:right;
}
#contenu{
text-align:left;
background-color:#FFFFFF;
margin-left:15em;
margin-right:15em;
padding:5px;
height:auto;


}
#pied
{
text-align:center;
background-color:#FFFFFF;
width:100%;
height:60px;
clear:both;}
