/* CSS menu */

dl, dt, dd, ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu dl {
float: left;
width: 111px;
height: 20px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
color: white;
background: #C80A10;
border-right: 1px solid gray;
margin: 0px;
width: 111px;
height: 20px;
background: url(../img/BG_menu.gif) repeat 0 0 ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
}
#menu dt a {
padding-left: 10px;
color: #fff;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu dt a:hover {
background: #C80A10;
}

#menu dd {
display: none;
border-left: 0px solid silver;
width: 155px;
margin-top: 1px;
}
#menuhaut
{
margin: 0px;
z-index: 100;
padding: 0px 0px 0px 0px;
/*background-color: #8C9DD1;*/
border-bottom: 0px solid gray;
height: 78px;
width: 812px;
}
#projet
{
margin: 0px;
z-index: 100;
padding: 0px 0px 0px 0px;
/*background-color: #8C9DD1;*/
border-bottom: 0px solid gray;
height: 24px;
width: 812px;
/*background: url(../img/bg_projet.gif) ; 
background-repeat: repeat-x;
background-position: 0px 0px;  On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
}
#projet ul
{
margin: 9px 0 0 0;
padding: 0;
list-style-type: none;
text-align: left;
}

#projet ul li { display: inline; }

#projet ul li a
{
font-weight:bold;
font-size:10px;
font-stretch:semi-condensed;
text-decoration: none;
padding: 0px 2px;
color: #fff;
/*background-color: #8C9DD1;*/
}

#projet ul li a:hover
{
color: #fff;
background-color: #369;
}
/* 
#menu li {
text-align: left;
background: #fff ;
margin: 0;
padding: 0;
list-style-type: none;
}
#menu li a {
display: inline;
padding-left: 5px;
padding-bottom: 4px;
color: #000;
text-decoration: none;
display: block;
height: auto;
width: auto;
border: 0 none;
border-bottom: 1px solid #C80A10;
border-left: 0px solid #C80A10;
background: #8C9DD1;
}background: url(../img/-l.gif) no-repeat 0 0 ; On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */

#menu li a:hover {
background: #eee;
}

.menu {background-color: #1E4E66;}
.menug {margin-top: 0px; margin-bottom: 10px; margin-left: 3px; margin-right: 0px;}

