.gras{
font-weight:bold;
}
.italique{
font-style:italic;
}
img{
border:0;
}
body{
font-family:arial;
margin:15px;
background-color:#63bbd3;
}
#conteneur {
width:960px;
margin:0 auto;
background-color:#ffffff;
}
#header {
background-image:url(../pics/top.jpg);
display:block;
height:123px;
}
#header .logo {
margin:13px 0 0 13px;
}
/*----------- MENU HAUT -----------*/
#menuhaut {
background-color:#63bbd3;
padding:3px 0 0 0;
text-align:center;
/*height:20px;*/
}
#menuhaut ul{
margin:0;
font-weight:bold;
font-size:13px;
}
#menuhaut ul li{
display: inline;
margin:0 5px 0 5px;


}

#menuhaut ul li a{
text-decoration:none;
color:#2F58A1;
padding:3px 5px 2px 5px;
}
#menuhaut ul li a:hover, #menuhaut ul li a:focus, #menuhaut ul li a:active{
/*text-decoration:underline;*/
background: #ffffff ;
color: #F27D3B ;
}
#menuhaut ul li.on a{
background: #ffffff ;
color: #F27D3B ;
}
/*----------- MENU GAUCHE -----------*/
#menugauche {
background-image:url(../pics/navgauche_top.gif);
background-position:top;
background-repeat:no-repeat;
float:left; 
width:170px;
background-color:#63bbd3;
margin:0;
padding-top:15px;
}
#menugauche ul{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding-left:20px;
font-weight:bold;
font-size:13px;
}
#menugauche ul li{
margin-bottom:3px;
}
#menugauche ul li a{
text-decoration:none;
color:#2f58a1;
}
#menugauche ul li a:hover{
text-decoration:underline;
}
#menugauchefooter {
background-image:url(../pics/navgauche_bottom.gif);
background-position:top;
background-repeat:no-repeat;
display:block;
height:13px;
}
#adressegauche{
background-color:#FFFFFF;
text-align:center;
font-size:11px;
color: #2F58A1 ;

}
#principale {
background-image:url(../pics/content_top.gif); 
background-position:top;
background-repeat:no-repeat;
padding:13px 13px 0 13px;
height: 300px;
/*background-color:#3300CC;*/
}
html>body #principale {
background-image:url(../pics/content_top.gif); 
background-position:top;
background-repeat:no-repeat;
padding:13px 13px 0 13px;
height: auto;
min-height: 300px;
/*background-color:#3300CC;*/
}

/*----------- FOOTER -----------*/
#footer{
background-image:url(../pics/content_bottom.gif); 
background-position:top;
background-repeat:no-repeat;
padding-top:13px;
text-align:center;
background-color:#63bbd3;
font-size:11px;
color:#2f58a1;
font-weight:bold;
}

