/* CSS issu des tutoriels www.alsacreations.com/articles */

dl, dt, dd, dd ul, dd ul li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
height:47px;
font-size:12px;
width: 970px;
position:absolute;
left:0;
bottom:0;
}
#menu dl {
float: left;
width: 129px;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
font-size:10px;
text-align: center;
font-weight:bold;
color:#8B638B;
/*font-weight: bold;*/
/*background: #ccc;*/
/*border: 1px solid gray;*/
}
#menu dd {
width:700px;
margin-left:15px;
height:20px;
}
#menu li {
text-align: left;
float:left;
height:20px;
line-height:20px;
}
#menu li a {
color: #d5c590;
text-decoration: none;
font:normal 14px "Times New Roman", Times, serif;
margin-top:5px;
margin-right:10px;
}
#menu li a:hover {
color: #fff;
}

#menu dt a:hover {
background-color: #eee;
}

#menu dt {
width:117px;
height:22px;
background-image:url('/public/pictures/menu.png');
background-repeat:no-repeat;
}

dt#menu1 {
background-position:15px 5px;
}

dt#menu2 {
background-position:-119px 5px;
}

dt#menu3 {
background-position:-245px 5px;
}

dt#menu4 {
width:100px;
background-position:-380px 5px;
}

dt#menu5 {
width:110px;
margin-left:-20px;
background-position:-487px 5px;
}

dt#menu6 {
margin-left:-20px;
background-position:-620px 5px;
}

dt#menu7 {
margin-left:-20px;
background-position:-755px 5px;
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
