/* CSS Document */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
line-height:00px;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index:110 !important;
	width: 800px;
}

#menu dl {
float: left;
width: auto;
}

#menu dt {
/*background-image:url(liens/imgfond.jpg);*/
cursor: pointer;
text-align: left;
/*font-weight: bold;*/
/*background: #FFF;*/
/*border: 1px solid gray;*/
}

#menu dd {
/*border: 1px solid gray;*/
}

#menu li {
width:161px;
text-align: left;
background: #fff;
}

#menu li a, #menu dt a {
/*color: #000;*/
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a:hover {
background: #666; /*changement de couleur lors du survol du sous sous-menu*/
}

#menu dt a:hover{
/*background: #999;*/
}

a {
text-decoration: none;
color: black;
/*color: #222;*/
}

#sousmenu {
/*margin-top:0px;*/
position: absolute;
z-index:120 !important;
top:27px;
width:142px;
height:22px;
margin-left:7px;
}

#sousmenu dl {
float: left;
width:142px;
height:22px;
}

#sousmenu dt {
/*background-image:url(liens/imgfond.jpg);*/ /*img de fond du sous-menu*/
width:142px;
min-height:15px;
cursor: pointer;
text-align: left;
font-weight: bold;
font-size:11px;
line-height:15px;
background: #d7b362; /*couleur de fond du sous-menu*/
border-top: 1px solid #FFF;
padding:5px 0px 5px 5px;
}

#sousmenu dd {
/**/
}

#sousmenu li {
width:142px;
text-align: left;
background: #FFFFFF;
}

#sousmenu li a {
/*background-image:url(liens/imgfond1.jpg);*/ /*img de fond du sous sous-menu*/
background:#eddcb9;
/*color: #000;*/
text-decoration: none;
/*display: block;*/
min-height:15px;
width:142px;
border-top: 1px solid white;
padding:5px 0px 3px 5px;
font-size:10px;
line-height:12px;
}

#sousmenu dt a {
/*background-image:url(liens/imgfond1.jpg);*/ /*img de fond du sous sous-menu*/
/*background:#eddcb9;*/
/*color: #000;*/
text-decoration: none;
/*display: block;*/
/*height:22px;*/
/*border: 0 none;*/
/*width:auto;*/
/*border: 1px solid white;*/
}

#sousmenu dt:hover {
background:#ebd7a4;
}

#sousmenu li a:hover {
background:#f7f4ec;
}

.clicker{
width:160px;height:400px;
}