#entete, #main, #menu, #contenu, #footer {
padding:0px 0;
}
#entete {
background-color:#f5f5f5;
margin-left:0px;
text-align:left;
}
#main {
background-color:#f5f5f5;
width:960px;
max-with:960px;
margin:auto;
/*margin-top:0px;
width:800px;*/
}
#menu  {
float:left;
margin-top:0;
margin-left:0;
width:180px;
background-image:url(../images/backmenu.png);
background-repeat:repeat-y;
height:520px;
/*Couleur fond menu
background-color:#4682b4;*/
}
#contenu {
float:left;
margin-left:25px;
margin-top:25px;
width:500px;
background-color:FFFFFF;
}
#connexion {
float:right;
margin-right:25px;
margin-top:25px;
width:205px;
}
#footer {
height:30px;
background-color:#4682b4;
text-align:right;
padding-right:25px;
clear:both;
}
/*
MENU
*/
#menu dl{
margin:0px;
padding:0;
}
#menu dt{
/*Espace entre les liens*/
margin-bottom:0px;
padding:0;
}
#menu dt a{
/*Couleur milieu gauche et droite*/
background-color:#4682b4;
border-left:.5em solid #4682b4;
border-right:.5em solid #4682b4;
/*Couleur texte*/
color:#ffffff;
display:block;
padding:15px 5px 15px 10px;
text-decoration:none;
font-weight:800;
/*width:8.4em;*/
}

/* Caché pour IE_Mac - début\*/
* html #menu dt a{
width:10em; /*valeur pour MSIE 5*/
}
* html #menu dt a/**/{
width/**/:100%; /*valeur pour MSIE 5.5*/
width:/**/8.4em; /*valeur pour MSIE 6*/
}
/* Caché pour IE_Mac - fin*/

#menu dt a:hover{
background-color:#003473;
border-right:.5em solid #003473;
border-left:.5em solid #003473;
/*border-left:.5em solid #E8F0FD;*/
color:#e46d0a;
}
#menu dt a#active {
background-color:#003473;
border-right:.5em solid #003473;
border-left:.5em solid #003473;
/*border-left:.5em solid #E8F0FD;*/
color:#e46d0a;
}




