/* CSS Document */
h1 {
	color:#fff;
}
.categorie {
	width:420px;
	height:195px;
	position:relative;
	overflow:hidden;
	float:left;
}
	
.categorie .description p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#fff;
	margin-right:20px;
}
.categorie .navigationProcessusAchat  {
	padding:0px;
	position:absolute;
	bottom:0px;
	left:0px;
}
.navigationProcessusAchat a.controlerDiaporama {
	font-family: 'CleanvertisingBlack';
	font-size:14px;
}

#controlWrapper.navigationProcessusAchat {
	position:relative;
}
#gallery {
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:1;
}
.zoneCentrale > .container{
	z-index:30;
}
#nav  {position:relative; overflow:hidden; padding-right:15px;}
#nav a {
	text-indent:-2000px;
	display:-moz-inline-box;
	display:inline-block;
	width:8px;
	overflow:hidden;
	background-color:#34A3B8;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #34A3B8;
	border-radius:3px;
	line-height:13px;
}
#nav a.activeSlide {
	
	background-color:#74C7D6;
	border:1px solid #74C7D6;
}
#nav a:hover {
	background-color:#2a8c9e;
	border:1px solid #2a8c9e;
}
*+html #nav a {
	display:block;
	float:left;
}