#bandeau_haut
{
	width:980px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	
}

#bandeau_haut img
{
	display:block;
	border:0;
}

#menu
{
	position:absolute;
	left:239px;
	top:42px;
	z-index:100;
}

#menu dl, dt, dd, ul, li
 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu dl 
{
	width: 230px;
	
}

#menu dt 
{
	cursor: pointer;
}

#menu li 
{
	margin-left:10px;
	padding-left:5px;
	font-family:Verdana;
	font-size:11px;
	padding-top:2px;
	padding-bottom:1px;
	border:1px;
	line-height:14px;
}

.menu_prevenir
{
	background:#CB6C01;
}

.menu_detecter
{
	background:#819B18;
}

.menu_soigner
{
	background:#9C4993;
}

.menu_chercher
{
	background:#198C95;
}

#menu li a, #menu dt a 
{
	color: white;
	text-decoration: none;
	display: block;
	border: 0 none;
}

#menu .menu_prevenir a:hover
{
	background: #FDAF29;
	color:#832A03;
}

#menu .menu_detecter a:hover
{
	background: #B5D82A;
	color:#546512;
}

#menu .menu_soigner a:hover
{
	background: #CC76C3;
	color:#580C4A;
}

#menu .menu_chercher a:hover
{
	background:#39CED9;
	color:#0C5359;
}

#prevenir
{
	position:absolute;
	left:0px;
}
#smenu1
{
	position:absolute;
	left:2px;
	top:23px;
	width:350px;
	background: #FDAF29;
}

#detecter
{
	position:absolute;
	left:99px;
}
#smenu2
{
	position:absolute;
	left:102px;
	top:23px;
	width:200px;
	height:auto !important;
	height:0;
	background: #BCE02B;
}

#soigner
{
	position:absolute;
	left:224px;
}
#smenu3
{
	position:absolute;
	left:228px;
	top:23px;
	width:200px;
	height:auto !important;
	height:0;
	background: #CC76C3;
}

#chercher
{
	position:absolute;
	left:319px;
}
#smenu4
{
	position:absolute;
	left:322px;
	top:23px;
	width:290px;
	height:auto !important;
	height:0;
	background: #39CED9;
}


