#menutotal {
	margin:0;
	padding:0;
	border-top:3px solid #e0e0e0;
	/*border-bottom:3px solid #4c5c7d;*/
	width:100%;
	height:120px;
	background-image:url(../images/motif_menu.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#menu {	/*background-image:url(../images/logo.png);background-repeat:no-repeat;*/
	background-position:left top;
	margin:0 auto;
	width:980px;
	height:110px;
}

#menugauche {
	width:100px;
	height:75px;
	float:left;
	padding-top:0px;
}
#menugdroite{
	width:830px;
	height:110px;
	margin:0 auto;
		float:right;
		text-align:center;
		padding:10px 0 0 0;
}
#menuhdroite {
	width:830px;
	height:70px;
		


	text-align:center;
}
#menubanhaut{
width:680px;
	height:75px;
	margin-left:130px;
}
#menubdroite {
/*	width:710px;*/
	height:25px;
	float:right;
	padding:5px 0 0 0;
	text-align:left;
	background-image:url(../images/fondmenu.jpg);background-repeat:x;
	border:1px dotted #4A5978;
	overflow:hidden;
}

#menubdroite ul {
	list-style:none;
	display:inline;
	padding:0;
font-size:12px;

}

#menubdroite li {
	display:inline;
	font-size:12px;
}

#menubdroite a {
	font-size:12px;
	font-weight:normal;
	padding:3px 7px;
	margin-left:5px;
	text-decoration:none;
	color:#000;
	border-left:1px dotted #4A5978;
	/*background-color:#4c5c7d;
	background-image:url(../images/fondmenu.jpg);background-repeat:x;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;*/
}
#menubdroite a.fin {
	font-size:12px;
	font-weight:normal;
	padding:3px 7px;
	margin-left:5px;
	text-decoration:none;
	color:#000;
	border-right:0px dotted #4A5978;
	/*background-color:#4c5c7d;
	background-image:url(../images/fondmenu.jpg);background-repeat:x;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;*/
}

#menubdroite a.debut {
	font-size:12px;
	font-weight:normal;
	padding:3px 7px;
	margin-left:5px;
	text-decoration:none;
	color:#000;
	border-left:0px dotted #4A5978;
	/*background-color:#4c5c7d;
	background-image:url(../images/fondmenu.jpg);background-repeat:x;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;*/
}
#menubdroite a:hover {
	color:#990000;
/*	background-color:#990000;*/
}