body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}

img {
border:none;
}

#conteneur{
width: 900px;
margin: 0 auto;
}

#header{
height: 96px;
background-color: #fff;
background:url(../images/headerfond.jpg) repeat-x;
margin-bottom:-5px;
}
html>body #header {margin-bottom:0;}

#sousheader{
height: 8px;
background-image:url(../images/degradehaut.jpg);
background-repeat:repeat-x;
}

#menu{
line-height:normal;
height: 27px;
margin: 0;
padding: 0;
background:url(../images/navhoff.jpg) repeat-x;
}
/* menu*/
#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
list-style-type: none;
width: 120px;
height: 22px;
float: left;
text-align: center;
background:url(../images/navhoff.jpg) repeat-x;
}

#menu li a {
width: 120px;
height: 22px;
display: block;
text-decoration: none;
text-align:center;
color : #0055a5;
font-weight:bold;
padding-top:5px;

}
#menu li a:hover {
width: 120px;
height: 22px;
display: block;
color:#FFF;
background:url(../images/navhon.jpg) repeat-x;
padding-top:5px;
font-weight:bold;
}

#menu li a:active {
display: block;
background:url(../images/navhon.jpg);
}
#colgauche{
float:left;
width: 215px;
margin-bottom:10px;
}
/*menucolgauche*/
#colgauche ul {
	margin: 0;
	padding: 0;
}

#colgauche li {
list-style-type: none;
width: 215px;
height: 22px;
float: left;
text-align: center;
background:url(../images/colgmenoff.jpg) repeat-x;
border-bottom:1px solid #0055a4;
}

#colgauche li a {
width: 215px;
height: 22px;
display: block;
text-decoration: none;
text-align:center;
color : #0055a5;
font-weight:bold;

}
#colgauche li a:hover {
width: 215px;
height: 22px;
display: block;
color:#ea1b23;
background:url(../images/colgmenon.jpg) repeat-x;
font-weight:bold;
}

#colgauche li a:active {
display: block;
background:url(../images/colgmenon.jpg);
}

/*-contenu-*/
#contenu{
width: 665px;
float:left;
padding-left:20px;
}
#footer{
clear:both;
width: 900px;
height: 49px;
margin-top: 10px;
background:url(../images/footer.jpg);
}
