@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Textes */

.texte12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.texteMiniGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #d9d9d9;
}
.texteMoyenGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d9d9d9;
}
.texteBlanc{
	color:#ffffff;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/*DIVS BOUTIQUE*/
#boutiqueMenu{
	width:99px;
	color:#ffffff;
	float:left;
	height:100%;
	padding:100px 20px 0 16px;
}
#boutiqueMenu ul{
	margin:0;
	padding:10px 0 10px 10px;
}
.menuBoutiqueDeroulant{
	display:none;
	padding: 7px 0 7px 5px;	
}
#boutiqueMenu a{
	color:#ffffff;
	text-decoration:none;
}
#boutiqueMenu a:link{
	color:#ffffff;
	text-decoration:none;
}
#boutiqueMenu a:visited{
	color:#ffffff;
}
#boutiqueMenu a:hover{
	color:#b32d4d;
}
#boutiqueMenuPRO{
	background:url("../images/commun/espacepro.gif") 14px 15px no-repeat;
	width:99px;
	color:#ffffff;
	float:left;
	height:100%;
	padding:100px 20px 0 16px;
}
#boutiqueMenuPRO ul{
	margin:0;
	padding:10px 0 10px 20px;
}
#boutiqueMenuPRO a{
	color:#ffffff;
	text-decoration:none;
}
#boutiqueMenuPRO a:link{
	color:#ffffff;
	text-decoration:none;
}
#boutiqueMenuPRO a:visited{
	color:#ffffff;
}
#boutiqueMenuPRO a:hover{
	color:#b32d4d;
}
#boutiqueProduits{
	height:100%;
	padding:14px 24px 0 22px;
	width:719px;
	color:#bdbdbd;
	float:left;
}
#boutiqueProduits a{
	color:#bdbdbd;
	text-decoration:none;
}
#boutiqueProduits a:visited{
	color:#bdbdbd;
	text-decoration:none;
}
#boutiqueProduits a:hover{
	color:#b32d4d;
	text-decoration:underline;
}
#titreCollection{
	background-color:#959094;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:5px;
}
.panierGauche{
	float:left;
	color:#bdbdbd;
}
.ref{
	float:left;
	color:#bdbdbd;
}
span.prix{
	float:right;
	color:#bdbdbd;
	font-weight:bold;
	padding:0 0 7px 0;
}
.titreProduit{
	font-weight:bold;
	color:#bdbdbd;
	display:block;
	padding:7px 0 10px 0;
}

/*DIVS ACTU*/
.actu{
	padding-left:35px;
	color:#fffeff;
}
.retour{
	float:right;
}
.separateurBlanc{
	margin-left:35px;
	background:url("../images/commun/ligne-actus.gif") left top repeat-x;
	height:27px;
}
.separateurBlanc2{
	background:url("../images/commun/ligne-actus.gif") left top repeat-x;
	height:27px;
}
	
/* LIENS */
.link5:link,.link5:visited,.link5:active{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
} 
.link5:hover{ 
  text-decoration: underline; 
} 

.link6:link,.link6:visited,.link6:active{
	font-size: 9px;
	color: #d9d9d9;
	text-decoration: underline; 
} 
.link6:hover{ 
  color: #f3eff1;
  text-decoration: underline; 
}

/*LIGHTBOX*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
