/*v1.1.0*/
/**************
BLOC THUMBS
***************/
.thumbsCelluleProduit
{
	border-bottom:solid 1px white;
	width:100%;
    vertical-align:top;
    height:37px;
    background-color:#FFEE82;
}
.thumbsTitrePrincipal
{
	font-weight:bold;
	color:black;
	padding:4px;
	background-color:#FECB00;
    background:url(../../Images/Top-TopSelection.jpg) no-repeat right;
}

/***************************
BLOC PRODUIT POUR THUMBS
***************************/
A.produitForThumbsTitre
{
	text-decoration:none;
	color:Black;
}
A.produitForThumbsTitre:hover
{
	text-decoration:underline;
	color:Black;
}
DIV.produitForThumbsTitre
{
	padding-left:5px;
	padding-right:5px;
	float:left;
	width:140px;
	margin-top:1px;
}
DIV.produitForThumbsPrix
{
    font-weight:bold;
    text-align:right;
    white-space:nowrap;
    color:#FF0000;
	padding:4px;
	padding-right:6px;
	background-color:#FFE800;
	float:left;
	width:81px;
	margin-top:5px;
}
DIV.produitForThumbsImage
{
	text-align:center;
	padding:2px;
	width:35px;
	float:left;
	margin-top:1px;
}