

.slide1{ margin-top: 10px; width: 1055px }
.flexslider {width: 850px; height: 350px;  margin: 0px; }
.flexslider .flex-control-nav {   width: 199px; height: 350px; margin-left: 3px; }
.flexslider .flex-control-nav li{ width: 199px; border: 3px solid white;   }
.flexslider .flex-control-nav img { width: 190px; height: 80px; }
.flexslider .flex-control-thumbs { margin-top: -353px; margin-left: 852px; } 
.flexslider .flex-control-thumbs li{ float: none; background-color: white; }

.homefond{  padding-top: 10px; padding-bottom: 20px;  min-height: 100px; }
.homefond .titrehome{ font-size: 18px; text-transform: uppercase; padding-left: 10px; }
.homefond1{ background-color: #ececec; color: #666666; }
.homefond2{ background-color:    #dde3ec; color: #666666;  font-size: 13px;}
.homefond2 a {
	color: #666666;
}
article .fiche_produit_1{
	width: 150px;
	height: auto;
	float: left;
	margin-right: 7px;
	margin-left: 6px;
	margin-top: 15px;
	background-color: white;
	border: solid 1px #d5d5d5;
	
}

article .fiche_produit_1 h2{ text-align: center; height: 55px; font-size: 12px; font-weight: normal;  overflow: hidden; display: table-cell; vertical-align: middle; width: 150px; }
article .fiche_produit_1 h2 a{ color: black; }

article .fiche_produit_1 .image{ width: 150px; height: 150px; text-align: center; overflow: hidden; }
article .fiche_produit_1 .image img{ max-width: 150px; max-height: 150px; cursor: pointer; }

article .fiche_produit_1 .prix{ height: 20px; margin-top: 4px;  }

article .fiche_produit_1 .prix .prixsite{ float: right;  font-size: 14px; margin-right: 10px;  font-weight: bold;}
article .fiche_produit_1 .prix .prixmagasin{
	
	color: gray;
	float: left;
	text-decoration: line-through;
	font-size: 12px;
	margin-top: 2px;
	margin-left: 10px;
	
}

.flexslider2{ margin-top: 5px; width: 975px; }

h1{
	font-weight: normal !important;
}

.presentation {
	padding: 5px;
}
.solde_box{
	position: absolute;
	margin-left: -68px;
	margin-top: -62px;
	
}


#blackFriday{
	background-color: black;
	padding: 20px;
	color: white;
	font-size:30px;
	margin-top: 30px;
	text-align: center;
	font-weight: normal;
	background-image: url(../images/blackfriday.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 100px;
}
#blackFriday .texte2{
	font-size: 20px;
	margin-top: 20px;
}

/* debut du mobile  ------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width:800px) 
{

	article .fiche_produit_1{
		width: 145px;
		height: auto;
		float: left;
		margin-right: 2px;
		margin-left: 2px;
		margin-top: 10px;
		
	
	}
	.slide1 {
		width: 100%;
	}
	.flexslider{
		width: 100%;
		height: auto;
	}
	
	
	.flexslider .flex-control-nav {  display: none }
	.flexslider .flex-control-thumbs {  display: none} 

}


