.menutexte {
	text-decoration:none;
	color:	#990000;
}
.menutexte:hover {
	text-decoration:none;
	color:	#000000;
}
#menu {
	height: 29px;
	width: 130px;
	padding-top:13px;
	padding-left:40px;
	margin-bottom:5px;
	margin-left:0px;
	background-image:url(images/bouton.jpg);
	background-repeat:no-repeat;
	font-size:13px; 
	text-decoration:none;
	font-weight:bold;
	color:	#fff;
	}

#menu:hover {

	background-image:url(images/bouton1.jpg);
	background-repeat:no-repeat;
	color:	#fff;
	}

#menuselect {
	height: 29px;
	width: 130px;
	padding-top:13px;
	padding-left:40px;
	margin-bottom:5px;
	margin-left:0px;
	background-image:url(images/bouton1.jpg);
	background-repeat:no-repeat;
	font-size:13px; 
	text-decoration:none;
	font-weight:bold;
	color:	#fff;
	}
	#menuselect:hover {
	
	background-image:url(images/bouton.jpg);
	background-repeat:no-repeat;
	color:	#fff;
	}

#sousmenu {
	height: 15px;
	width:153px;
	margin-bottom:10px;
	margin-left:15px;
	padding-left:20px;
	padding-top:0px;
	background-image:url(images/sousbouton.jpg);
	background-repeat:no-repeat;	
	font-size:14px;
	text-decoration:none;
	color:	#000;
	}
#sousmenu:hover {
	
	background-image:url(images/sousbouton1.jpg);
	background-repeat:no-repeat;	
	color:	#ACDC69;
}
#sousmenuselect {
	height: 15px;
	width:153px;
	margin-bottom:10px;
	margin-left:15px;
	padding-left:20px;
	padding-top:0px;
	background-image:url(images/sousbouton2.jpg);
	background-repeat:no-repeat;	
	font-size:14px;
	text-decoration:none;
	color:	#000000;
}
#sousmenuselect:hover {
	
	background-image:url(images/sousbouton1.jpg);
	background-repeat:no-repeat;	
	color:	#ff0000;

}

.bouton {
 font-family: Arial,sans-serif;
     font-size: 15px;
	 text-decoration:none;
	 font-variant:small-caps;
     width: 160px;
     height: 30px;
     padding-top: 9px; /*permet le centrage vertical*/
     text-align: center;
     color: #666;
     background: #eee;
/*	 background: linear-gradient(#333, #999);
	 border-radius: 5px;
	 text-shadow: 0px 1px 0px white;
	 text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
	 box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5),
                 0 -1px 0 rgba( 255, 255, 255, 0.4);*/
	margin:5px;
	float:left;
}
.bouton:hover {
 color: #000;
     background: #eee;
   /*  background: linear-gradient( #333, #eee);*/
}
.bouton:active {
color: #aaa;
     background: #444;
   /*  background: linear-gradient( #555, #eee);*/
     box-shadow: 1px 1px 10px black inset, 
                 0 1px 0 rgba( 255, 255, 255, 0.4);
}

.boutonmenumobile {
 font-family: Arial,sans-serif;
     font-size: 30px;
	 text-decoration:none;
	 font-variant:small-caps;
     width: 100%;
     height: 40px;
     padding-top: 9px; /*permet le centrage vertical*/
     text-align: center;
     color: #666;
     background: #eee;
	 border-bottom-style:solid;
	 border-bottom-color:#666;
	 border-bottom-width:thin;
/*	 background: linear-gradient( #ED9870, #E35E20);
	 border-radius: 5px;
	 text-shadow: 0px 1px 0px white;
	 text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
	 box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5),
                 0 -1px 0 rgba( 255, 255, 255, 0.4);*/
	margin:Opx;
}
.boutonsousmenumobile {
 font-family: Arial,sans-serif;
     font-size: 20px;
	 text-decoration:none;
	 font-variant:small-caps;
     width: 100%;
     height: 25px;
     padding-top: 0px; /*permet le centrage vertical*/
     text-align: center;
     color: #666;
     background: #CCC;
	 border-bottom-style:solid;
	 border-bottom-color:#666;
	 border-bottom-width:thin;
/*	 background: linear-gradient( #ED9870, #E35E20);
	 border-radius: 5px;
	 text-shadow: 0px 1px 0px white;
	 text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
	 box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5),
                 0 -1px 0 rgba( 255, 255, 255, 0.4);*/
	margin:Opx;
}
 .menumobile {
	position:absolute;
	right:20px;
	top:20px;
	width:48px;
	height:48px;
	z-index:150;

}
#centragemenu1 {
display:table-cell;
float:left;
left:50%;
position:relative;
}
#centragemenu2 {
position:relative;
right:50%;
overflow:hidden; /* pour englober les enfants flottant*/
}