/* CSS Document */
.presentArticle ul{
	margin-left:30px;
	margin-bottom:30px;
}

#presentation .titre{
	text-align:center;
	background:none;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
}

.presentArticle{
	float:left;
	margin: 0px 9px; 
	width:600px;
}

.paragraphe{
	float:left;
	margin-right:10px;
}

.titreFamille a{
	font-size:18px;
	color:#000000;
}

#nomProd{
	text-align:center;
	font-size:16px;
	margin-bottom:10px;
	background:#000000;
	line-height:20px;
	color:#F787FA;
	border:2px double #FFFFFF;
}

#imagesProd{
	position:relative;
	float:left;
	width:410px;
	height:400px;
}
.prodImage{
	position:absolute;
	top:0;
	left:0;
	margin-bottom:5px; 
	border:1px solid #000000;
}

#vignettesProd{
	width:190px;
	float:right;
}

#vignettesProd img{
	border:1px solid #000000;
	margin-bottom:10px;
	margin:2px;
}

.imageProduit{
	float:right;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.imageActive{
	opacity: 1;
	filter:alpha(opacity=100);
}

.descriptionProdTitre{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}

.descriptionProd{
	margin-bottom:10px;
}
