/* CSS Document */
body {
	background: #FFFFFF;
	text-align: center;
	margin: 0px;
}
#conteneur {
	width: 941px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background: url(../head.jpg);
	float: left;
	height: 230px;
	width: 941px;
}
#panier {
	float: right;
	height: 46px;
	width: 156px;
	margin-top: 40px;
	margin-right: 30px;
}
#cont {
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	float: right;
	width: 886px;
	padding-bottom: 10px;

}
#txt {
	float: left;
	width: 700px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#foot {
	font: 0.6em Verdana, Arial, Helvetica, sans-serif;
	width: 900px;
	float: right;
	text-align: right;
	margin-bottom: 20px;
}
.image-hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
.image-hover:hover img {
  opacity: 0.8;
  filter:alpha(opacity=80); 
}
img {
	border: none;
}
img.preload {
	display: none;
}
img.gauche {
	float: left;
}
img.droite {
	float: right;
}
img.centre {
	margin-right: auto;
	margin-left: auto;
}
a,span.bleu,a.hdclic {
	color: #22A2E6;
	text-decoration: none;
}
a:hover,a.hdclic:hover {
	color: #000066;
	text-decoration: underline;
}
a.sous-cat:hover {
	color: #000066;
	text-decoration: none;
}

a.panier {
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a.panier:hover {
	color: #007495;
}
span.erreur {
	font-weight: bold;
	color: #FF0000;
}
p.panier {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #444444;
	text-align: center;
	margin: 0px;
}
p.titre {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #277627;
	text-align: center;	
	margin-top: 5px;
	margin-bottom: 5px;
}
p.prix {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #277627;
	text-align: center;	
	margin: 0px;
}
strike {
	font-size: 0.7em;
	color: #333333;
}
.cachediv {
	display: none;
}

