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

#smenuVdecouvrez, #smenuRvivez, #smenuBpreparez {
	width:882px;
	background-position:top;
	position:absolute;
}
#smenuVdecouvrez {
	border-top:3px solid #bdbb00;
	border-right:3px solid #bdbb00;
	border-bottom:3px solid #bdbb00;
	border-left:15px solid #bdbb00;
	background-image:url(../images/smenu/images/bg-smenu-vert.gif);
	padding-bottom:10px;
}
#smenuRvivez {
	border-top:3px solid #a41d23;
	border-right:3px solid #a41d23;
	border-bottom:3px solid #a41d23;
	border-left:15px solid #a41d23;
	background-image:url(../images/smenu/images/bg-smenu-rouge.jpg);
	padding-bottom:10px;
}
#smenuBpreparez {
	border-top:3px solid #476db2;
	border-right:3px solid #476db2;
	border-bottom:3px solid #476db2;
	border-left:15px solid #476db2;
	background-image:url(../images/smenu/images/bg-smenu-bleu.jpg);
	padding-bottom:10px;
}
.categorie{
	width:155px;
	float:left;
	margin:0 0 0 20px;
	padding:0 0 0 0;
	list-style-type:none;
}
.categorie li{
	margin:0 0 0 15px;
}
#smenuVdecouvrez .categorie h1, #smenuBpreparez .categorie h1, #smenuRvivez .categorie h1{
	font-size:15px;
	margin:5px 0 5px 0;
	padding-left:20px;
	text-transform: none;
}
/*#smenuVdecouvrez .categorie h1 a, #smenuBpreparez .categorie h1 a, #smenuRvivez .categorie h1 a{
	font-size:13px!important;
	font-weight:bold;
}*/
#smenuVdecouvrez .categorie h1{
	background:url(../images/smenu/images/puce-verte.jpg) no-repeat left 5px;
}
#smenuBpreparez .categorie h1{
	background:url(../images/smenu/images/puce-bleu.jpg) no-repeat left 5px;
}
#smenuRvivez .categorie h1{
	background:url(../images/smenu/images/puce-rouge.jpg) no-repeat left 5px;
}
#smenuVdecouvrez a, #smenuBpreparez a, #smenuRvivez a{
	font-size:1em;
	margin:0;
	color:#333;
	text-decoration:none;
	font-weight:normal;
}
#smenuVdecouvrez a:hover, #smenuBpreparez a:hover, #smenuRvivez a:hover{
	text-decoration: underline;
}
hr{
	clear: both;
	visibility:hidden;
}
