/*slider styles*/

body {
	margin:0;
	padding: 0;
}

img {
	padding-top: 50px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#s3slider {
	width: 500px;
	height: 800px;
	position:relative;
	overflow:hidden;
	/* [disabled]margin-left: auto; */
	/* [disabled]margin-right: auto; */
}
#s3sliderContent {
	width: 100%;
	height: 100%;
	/*width: 500px;*/
	/*height: 800px;*/
	position:absolute;
	overflow:hidden;	
	/* [disabled]top:-13px; */
	margin-left:0;
	/* [disabled]left: -11px; */
	margin: 0;
	padding: 0;
}
.s3sliderImage {
	float:center;
	position:relative;
	display:none;
	margin-left: 0px;
	margin-top: 0px;
	margin: 0;
	overflow:hidden;
	padding: 0;
	/*background-size: contain;*/
	
}
/* ici que le texte est afficher avec le span */
/*.s3sliderImage span {
	position:absolute;
	font:Arial, Helvetica, sans-serif;
	font-size:15px
	padding:10px 13px;
	color: #FFF;
	background-color:#000;
	width:924px;
	display:none;
	opacity: 0.7;
	-moz-opacity:0.7;
	filter:alpha (opacity=70);
}*/
#element {
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	height: 100%;
	width: 100%;
	max-height: 800px;
	max-width: 500px;
	margin: 0;
	padding: 0;
	overflow:hidden;
}


.clear{
	clear:both;
}

/* texte overlay styles from the <span  features*/

.top	{
	top:0;
	left:0;
	width:924px;
	height:60px;	
}
.right	{
	right:0;
	bottom:0;
	width:200px !important;
	height:290px;	
}

.bottom	{
	bottom:0;
	left:0;
	width:924px;
	height:60px;	
}
.left	{
	left:0;
	top:0;
	width:200px !important;
	height:290px;	
}
