
/*IE*/
.menutexte {
	text-decoration:none;

}
.menutexte:hover {
	text-decoration:none;

}
#menu {
	height: 16px;
	width: auto;
	padding-top:1px;
	padding-left:16px;
	margin-bottom:5px;
	margin-left:5px;
	background-image:url(images/bouton.png);
	background-repeat:no-repeat;
	font-size:16px; 
	text-decoration:none;
	font-weight:	bold;
	color:#666;
	}


#menu:hover {
		color:#43AFDE;
	}
	#menuselect {
	height: 16px;
	width: auto;
	padding-top:1px;
	padding-left:16px;
	margin-bottom:5px;
	margin-left:5px;
	background-image:url(images/bouton.png);
	background-repeat:no-repeat;
	font-size:16px; 
	text-decoration:none;
	font-weight:	bold;
	color:#000;
	}
#menuselect:hover {
	color:#43AFDE;
	}

#sousmenu {
	height: 11px;
	width:120px;
	margin-bottom:10px;
	margin-left:20px;
	padding-left:13px;
	padding-top:0px;
	background-image:url(images/boutonsous.png);
	background-repeat:no-repeat;	
	font-size:12px;
	text-decoration:none;
	color:	#999999;
	}
#sousmenu:hover {
	color:	#43AFDE;
}
#sousmenuselect {
	height: 11px;
	width:120px;
	margin-bottom:5px;
	margin-left:20px;
	padding-left:13px;
	padding-top:0px;
	font-size:12px;
	text-decoration:none;
	color:	#000000;
}
#sousmenuselect:hover {
	color:	#43AFDE;
}

.bouton {
     font-size: 14px;
	 text-decoration:none;
	 font-variant:small-caps;
     width: 150px;
     height: 30px;
     padding-top: 9px; /*permet le centrage vertical*/
     text-align: center;
     color: #fff;
     background: #43AFDE;
/*	 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-size: 30px;
	 text-decoration:none;
     width: 100%;
     height: 40px;
     padding-top: 9px; /*permet le centrage vertical*/
     text-align: center;
     color: #666;
	 border-bottom-style:solid;
	 border-bottom-color:#43AFDE;
	 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;
}
.produit {
	height: 30px;
	width: 110px;
	padding-top:6px;
	padding-left:16px;
	margin-bottom:5px;
	margin-top:20px;
	margin-left:5px;
	background-color:#43AFDE;
	color:#FFF;
	background-repeat:no-repeat;
	font-size:16px; 
	text-decoration:none;
	font-weight:	bold;
	}
.produit1 {
     font-size: 30px;
	 text-decoration:none;
     width: 100%;
     height: 40px;
     padding-top: 9px; /*permet le centrage vertical*/
     text-align: center;
     color: #fff;
	 border-bottom-style:solid;
	 border-bottom-color:#666;
	 border-bottom-width:thin;
	 background-color: #43AFDE;
/*	 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-size: 20px;
	 text-decoration:none;
     width: 100%;
     height: 30px;
     padding-top: 0px; /*permet le centrage vertical*/
     text-align: center;
     color: #666;
     background: #F8F8F8;
	 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*/
}