
#content_slide {
	width: 617px;
	height: 309px;
	position: relative;
	/*z-index: 4;*/
	overflow: hidden;
}

.Slideimg {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 150px;
	height:150px;
}
.Slideimg img{}


.numSlide {
	height: 300px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0;
	overflow: hidden;
}



.numSlide a {
	clear:both;
	text-decoration: none;
	height: 20%;
	line-height:10px;
	margin: 0;
	display: block;
	float: right;
	cursor:pointer;
	width:80px; 
}


.visible{
	display:block;
	z-index: 0;
}
.hidden{
	display:none;
	z-index: 0;
}

#content_slide {
	float: left;
	font-size: 12px;
	line-height: 14px;
}

#content_slide h2 {
	font-size: 120%/80%;
	padding:30px 0 10px 0;
	margin: 0 0 0 180px;
	text-transform: uppercase;
	font-weight:normal;
	width:300px;
}
#content_slide h2 a{color:#9E2918;}

#content_slide h3 {
	font-weight: normal;
	text-transform: uppercase;
}

#content_slide .chapo {
	font-weight: normal;
	font-style: normal;
	display: block;
	margin: 0 0 0 180px;
	font-size:93%;
	width:300px;
	text-align:justify;
	overflow:auto;
	height:100px;
	padding:0 5px 0 0;
}

#content_slide .bigprix1{
	display: block;
	margin: 0 0 0 180px;
	font-size:287%;
	width:300px;
	color:#9E2918; 
	padding:0 0 10px 0;
}
#content_slide .bigprix1 b{font-weight:normal; color:#9E2918; font-size:77%;}
#content_slide .bigprix1 span{ color:#666; font-size:47%;}


#content_slide .btn_liresuite {
	display: block;
	position:absolute;
	bottom:0;
	right:0;
	font-size:120%;
	width:140px;
	height:41px;
	line-height:38px;
	padding:0 0 0 8px;
	background: url(/content/images/slide/slidefleche.jpg) no-repeat;
	
}

#content_slide .btn_liresuite a { color:#000;  display:none;}



