@charset "utf-8";
/* CSS Document */

#menu {
	margin: 0px;
	float:right;
	width : 180px;
	padding-top: 10px;
	list-style: none;
	font-size:13px;
	/*border : solid black 1px;*/
	}
	


#menu li {
	width:130px;
	font-weight: bolder;
	padding-bottom:10px;
	}

#menu a{
	background: url(../img/puce-menu1.png) no-repeat left top;
	padding-left: 25px;
	color: #36388a;
	text-decoration: none;
	}

#menu li a:hover {
	background: url(../img/puce-menu2.png) no-repeat left top;
	padding-left: 30px;
	color: #e9661f;
	text-decoration: underline;
	}
	
	
/* ------------------------ menuBottom -------------------------- */
ul#menuBottom {
margin:0;
padding:0;
padding-top: 2px;
padding-left:200px;
list-style-type: none;
width: 100%; /* précision pour Opera */
}

ul#menuBottom li {
float: left;
}

ul#menuBottom a {
float: left;
margin: 0 2px;
padding: 1px 5px;
text-align: center;
text-decoration: none;
color: #36388a;
}

ul#menuBottom a:hover {
color: #e9661f;
text-decoration: underline;
}