/*************************** MENU ********************************************/
#contenairmenu{
	width: 565px;
	margin: 0 0 0 156px;
	text-align:left;
	/*border:1px solid #000;*/
	/*background: #bebfb9;*/
	height: 30px;
	padding:8px 0 0;
	font-weight: bold;

}
#menu {
position: absolute;
z-index:100;
/*background-image: url("../jpg/bouton-menu.jpg") ;
background-repeat: no-repeat;*/

}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 12px;
color: #000;
font-weight:bold;

}
#menu dl {
float: left;
/*overflow: hidden ;*/
width: 100px;
margin: 0 0 0 10px;
padding:0;
/*background: #bebfb9;*/
/*border-left:1px solid #000;*/
/*border-bottom:1px solid #000;*/
/*border:1px solid #000;*/

}
#menu dt {
cursor: pointer;
text-align: center;
background: url("../jpg/bouton-menu.jpg") no-repeat;
height: 23px;
padding: 7px 0 0;

/*padding:8px 0;*/
}
#menu dd {
display:none;
/*background-color: #bebfb9;*/
font-weight: bold;

}
#menu li {
text-align:center;
font-size: 10px;
border: 0 none;
/*padding:5px 0;*/
}
#menu dt a {
margin:0;
/*background-color: red;*/
color: #000;
text-decoration: none;
display: block;
height:16px;
padding:4px 0 0;

}
#menu li a {
background: url("../jpg/bouton-menu.jpg") no-repeat;
color: #000;
text-decoration: none;
display: block;
height:15px;
padding:2px 0 0;
font-weight:bold;

/*height: 100%;*/
}
#menu li a:hover, #menu dt a:hover {
background-color: #000;
color: red;
font-weight: bold;

}


