
/*SLIDER*/
body {
	margin:0;
}
#cont-slider
{
width: 960px;
height: 315px;
margin-left: 0px;
}
#slider
{
position: relative;
left: -23px;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#prevBtn, #nextBtn {
display:block;
height:81px;
margin-left:-100px;
margin-top:-200px;
width:60px;
float:left;
}
#nextBtn {
    margin-left: 880px;
    position: relative;
    z-index: 2;
}
#prevBtn {
    margin-left: -20px;
    position: relative;
}													
#prevBtn a, #nextBtn a{
font-size:0px;
text-decoration: none;
display: block;
height: 81px;
width: 60px;
background:url(../img_slider/flecheG.png) no-repeat 0 0;
	}	
#nextBtn a{ 
	background:url(../img_slider/flecheD.png) no-repeat 0 0;	
	}	
#slider li{ 
	width:960px;
	height:350px;
	overflow:hidden; 
	}
	
	
/*  Main  */

#wrapper {
}
#header
{
background-color: #551766;
}
#content
{
}
.centreur {
 margin:0 auto;
 width:910px; /*  Change to desired width :)  */
}
