body{     
	font-family: Arial;
    font-size: 9pt;	
    color: #000000;
	/*background:url('../images/fond_boutique.png') repeat-x;*/
	background:#646464;
}
a{
    text-decoration: none;
	outline:none;
}
a:link {
    color: #000000;
}
a:visited {
    color: #000000;
}
a:hover, a:focus, a:active {
    color: #000000;
}
em{
	font-style: normal;
}
strong{
	font-weight: inherit;
}

#container{
	width:1000px;	
	padding:0px;
	margin:0px;	
	margin-left:auto;
	margin-right:auto;
}
#header{
	width:1000px;	
	background:#ffffff url('../images/header_boutique.png') no-repeat;	
}
#content{
	width:1000px;	
	/*height:774px;*/
	background:#ffffff;	
}
#content-1{
	position:relative;
	width:976px;
	/*height:533px;*/
	border:1px solid #e5e4e9;
	margin-left:auto;
	margin-right:auto;
}
#content-2{
	width:976px;
	border:1px solid #eb0089;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
#footer{	
	width:1000px;
	height:58px;
	padding-top:80px;
	background:#ffffff url('../images/footer_boutique.png') no-repeat;	
}
#slider{	
	overflow:hidden; 
	margin:0px;	
}
#slider ul, #slider li{	
	margin:0px;
	padding:0px;
	list-style:none;
}
#slider li{	
	float:left;
	width:267px;
	height:410px;	
	overflow:hidden;	
}
#prevBtn, #nextBtn{	
	display:block;
	width:87px;
	height:389px;
	position:absolute;
	left:0px;
	top:35px;
}	
#nextBtn{ 
	left:889px;
}														
#prevBtn a, #nextBtn a{  
	display:block;	
	height:389px;
	background:url(../images/fleche_gauche_boutique.png) no-repeat;	
}	
#nextBtn a{ 
	background:url(../images/fleche_droite_boutique.png) no-repeat;	
}

.bouton_boutique{
	background:none;
	border:none;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
	font-family:arial;
	cursor:pointer;
}

.modele{	
	padding:0px 6px;
	width:255px;
	height:389px;	
}

.pink{
	color:#eb0089;
}

.blue{
	color:#00adef;
}

.white{
	color:#ffffff;
}

.purple{
	color:#ab00b1;
}

.orange{
	color:#ebc700;
}

.black{
	color:#000000;
}

.bold{	
	font-weight:bold;
}

.grey{
	color:#7f7f7f;
}

.grey-light{
	color:#b2b2b2;
}
