body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigateur {
	vertical-align: bottom;
}

#rub_menu {
	position: relative;
	width: 400px;
	float: left;
	height: 20px;
}

#menu {
	width: 400px;
	position: static;
	top: 50px;
	left:10px;
	z-index:100;
	list-style-type: Aucune;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: top;
	float: right;
	height: 20px;
}

#menu dl {
	width: 130px;
	float: left;
	vertical-align: bottom;
	list-style-type: Aucune;
	height: 10px;
}

#menu dt {
	text-align: left;
	font-weight: bold;
	margin-bottom: 7px;
	list-style-type: Aucune;
	height: 10px;
	width: 120px;
}

#menu #ssmenu a  {
	color: #818181;
	text-decoration:none;
	list-style-type: Aucune;
}
#menu #ssmenu a:hover {
	color: #818181;
	text-decoration:none;
	list-style-type: Aucune;
}



#menu dd {
	display: none;
	background-color:#FFF;
	width:120px;
	list-style-type: Aucune;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
}


#menu ul{
	background-image: url('images/templates/cube.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	padding:10px 5px 0px 0px;
	list-style-type: Aucune;
}

#menu li {
	text-align: left;
	background: #E6E6E6;
	margin-bottom:5px;
	list-style-type: Aucune;
	width: 145px;
}

#menu li a, #menu dt a {
	text-align:left;
	color: #4F4F4F;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0px none;
	margin: 0px;
	list-style-type: Aucune;
}

#menu li a:hover, #menu li a:focus{
	background-color: #4F4F4F;
	text-decoration: none;
	color: #FFFFFF;
	list-style-type: Aucune;
}
#head_gauche {
	float: left;
	padding-right: 10px;
}
