.contentslide{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 612px;
	margin-left: 17px;
	color: #666666;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	height: 1%;



filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
	opacity: 1;
	width: 100%;
	overflow: auto;

}

.contentslide .contentdiv{
	background-image: url(images/fondcontent.gif);
	background-repeat: no-repeat;
	float: left;
	width: 565px;
	height: 150px;
	padding-left: 3px;
}
#slider1 .opacitylayer .contentdiv .refconttent {
	background-color: #6CB621;
	color: #FFFFFF;
	display: block;
	width: 310px;
	font-size: 1.1em;
	margin-top: 3px;
	padding-left: 15px;
}

#slider1 .opacitylayer .contentdiv img {
	float: right;
	border: 1px solid #CCCCCC;
	padding: 7px;
	margin-top: 6px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
#main hr {
	visibility: hidden;
}

#slider1 .opacitylayer .contentdiv .prixcontent {
	padding-right: 5px;
	text-align: right;
	font-size: 2em;
	font-weight: bold;
	color: #6CB621;
	display: block;
	width: 320px;
	background-color: #F7F7F7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6CB621;
	margin-top: 5px;
	margin-bottom: 5px;
}


#wrapper1 #wrapper2 #container .contentdiv .contimg {
}








.pagination{
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	background-image: url(/images/contentslider.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/

}

.pagination a{
	text-decoration: none;
	color: #000000;
	padding-top: 2;
	padding-right: 3px;
	padding-bottom: 2;
	padding-left: 5px;
	display: block;
	width: 15px;
	margin-bottom: 1px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	height: 20px;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #6FB352;
}
.prixcontent .remm {
	font-size: 0.7em;
	color: #666666;
	text-decoration: line-through;
}
.contentdiv .descc {
	display: block;
	width: 325px;
	text-align: center;
	background-color: #F7F7F7;
}
.contentdiv .brand {
	display: block;
	margin-left: 330px;
	margin-top: -28px;
}
