@charset "iso-8859-1";
/* CSS Document */

.article{
float:left;
width:214px;
margin-right:30px;
margin-bottom:23px;
cursor:pointer;

}

.enteteArticle{
width:214px;
height:49px;
background-image:url(../images/bg_article.jpg);
}

.basProduit{
height:52px;
width:214px;
float:left;
background-color:#f7e4c3;
}

.reference{
color:#FFFFFF;
float:left;
width:194px;
padding-left:10px;
padding-right:10px;
}

.titre{
float:left;
color:#fa8643;
font-size:10px;
padding-left:10px;
padding-right:10px;
font-weight:bold;
width:111px;
margin-top:10px;
}

.titre a {
	color:#FA8643;
	text-decoration:none;
}

.titre a:hover {
	text-decoration:underline;
}

.referenceDetail{
padding-top:8px;
color:#FFFFFF;
padding-left:5px;
}

.titreDetail{
color:#fa8643;
font-size:16px;
font-weight:bold;
padding-left:5px;
}

.prix {
float:right;
color:#FFFFFF;
font-size:25px;
font-weight:bold;
position:relative;
left:-10px;
top:8px;
}


.pointure{
width:22px;
height:22px;
line-height:22px;
text-align:center;
background-image:url(../images/pointure/pointure_off.jpg);
color:#FFFFFF;
float:left;
font-size:11px;
font-weight:bold;
cursor:pointer;
display:block;
text-decoration:none;
}



.pointure:hover{
width:22px;
height:22px;
line-height:22px;
text-align:center;
background-image:url(../images/pointure/pointure_on.gif);
color:#000000;
float:left;
cursor:pointer;
display:block;
text-decoration:none;
font-size:11px;
font-weight:bold;
}

.pointureSelected{
width:22px;
height:22px;
line-height:22px;
text-align:center;
background-image:url(../images/pointure/pointure_on.gif);
color:#000000;
float:left;
cursor:pointer;
display:block;
text-decoration:none;
font-size:11px;
font-weight:bold;
}