body {
	background:#f4f4f4;
}

#entete{
	background-color:white;
}

.retour a{
	float:left;
}

#contenu {
	position: relative;
	float:left;
	margin:10px 0 20px 0;
	padding-bottom: 20px;
	width: 655px;
	background:white;
	border: 1px solid #999;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 0 0 1em #999;

	-moz-border-radius: 20px;
	-moz-box-shadow: 0 0 1em #999;
}

.photo {
	position: relative;
	margin: 20px 0 0 20px;
	border: 1px solid #c3c3c3;
	width:274px;
	height:361px;
	float:left;
}

.photo img {
	display: block;
}

.types{
	font: normal normal normal 11px Arial, sans-serif;
	margin-top:85px;
	margin-left:20px;
}

ul#alternate_thumbs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 100;
}

#alternate_thumbs li {
	margin: 0 0 5px 0;
	padding: 0;
	
	border: 1px solid #c3c3c3;
}

#alternate_thumbs img {
	display: block;
}

.miniatures {
	clear: left;
	float:left;
	margin: 20px 0 0 20px;
	width: 274px;
}
.miniatures img {
	padding-left:3px;
	border: 1px solid #999;
}

#description_produit {
	float:left;
	margin: 0 0 0 50px;
	width: 276px;
}

#description_produit p{
	margin: 5px 0 0 0;
	font: normal normal normal 12px Arial, sans-serif;
}

#nom_produit{
	margin: 5px 0 10px 0;
	text-align: left;
	font: normal normal bold 16px "Arial Black", sans-serif;
}

.choix {
	overflow: hidden;
	background-color: white;
	margin: 0;
}

.choix div {
	border: 1px solid #c3c3c3;
}


#description_produit p.tarif {
	margin: 0;
	padding: 0;
	font: normal normal bold 12px "Arial Black", sans-serif;
}

.selection_taille {
	padding-bottom:10px;
}

.choix p {
	padding: 0 10px;
}

#description_produit h1 {
	margin: 0;
}

#description_produit h4 {
	height:17px;
	background-color: #c3c3c3;
	color: black;
	font: normal normal normal 12px Arial, sans-serif;
	text-align: center;
	margin:0;
	padding:0;
}


#ajout-panier {
	border: none;
	background: none;
	margin: 30px 30px 0 0;
	color:white;
}

.conseil{
	border: 3px solid #f4f4f4;
	font: italic normal normal 12px Arial, sans-serif;
	text-align: center;
	background:white;
	float:right;
	width: 120px;
	margin:10px 15px 0 0;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 0 0 1em #999;
	
	-moz-border-radius: 20px;
	-moz-box-shadow: 0 0 1em #999;
}

.conseil ul {
	list-style-type: none;
	margin: 0; padding: 0;
}

.img{
	float:left;
	margin:0 0 5px 20px;
	list-style: none;
}

#zoom_container
{
	position: absolute; overflow: hidden; z-index: 50;
	top: 20px; left: 320px; width: 299px; height: 300px; 
	border: 1px solid #ccc; 
	background: white;
	-webkit-box-shadow: 0 0 1em #999,;
	-moz-box-shadow: 0 0 1em #999,;

}

#preloader 
{
	background: #9c20e3;
	color: white;
	position: absolute; z-index: 100; 
 	bottom: 0; left: 0;
	padding: 3px;
	width: 268px;
	text-align: center;
}

#zoom_image
{
	position: absolute; 
}

#preview_square { 
	position: absolute;
	width: 100px;
	height: 100px;
	border: 1px solid #9c20e3;
	background: rgba( 128, 40, 255, 0.3 );
	z-index: 25;
	-webkit-box-shadow: 0 0 1em #9c20e3;
	-moz-box-shadow: 0 0 1em #9c20e3;
}

.floclabel {
	cursor: pointer;
	width: auto;
	display: block;
	float: none;
	text-align: center;
}

.floclabel:hover {
	color: white;
	background: #9c20e3;
}


#main-photo {
	position: relative;
}

