@charset "UTF-8";

h2
{
	font-size:14px;
	padding-bottom:3px;
	border-bottom:1px solid;
	color:#9F9F9F;
	width:730px;
}


.menu_gauche
{
	font-size:12px;
	border-right:1px solid #808080;
	width:199px;
	margin-top:-2px;
	float:left;
	background: url(../images/bg_promo.jpg) top right;
}

.menu_gauche_modalites{

	margin-top:25px;
	font-size:12px;
	width:200px;
	position:relative;
	float:left;	
	background: url(../images/bg_promo.jpg) top right;	
}

.menu_gauche_rallongee{
	font-size:12px;
	width:200px;
	float:left;
}

.modalite_paiement{
	display:none;
	position:absolute;
	left:199px;
	width:510px;
	background-color:white;
	background:url(../images/bg_middle.png) repeat-x #FFF;		
	border:1px solid #999;
	padding:20px;
	z-index:1000;
}

.cat
{
	display:block;
/*	width:189px;
*/	/*height:15px;*/
	text-decoration:none;
	color:#000;
	margin-bottom:5px;
	color:black;
}
.cat_1
{
	display:block;
	width:189px;
	/*height:15px;*/
	text-decoration:none;
	color:#000;
	margin-bottom:5px;
	color:black;
}

.cat:hover
{
	background:url(../images/mg_sel_categ.png) no-repeat;
}

.cat_1:hover
{
	background:url(../images/mg_sel_categ.png) no-repeat center;
}

#sous_cat
{
	display:block;
	width:175px;
	height:15px;
	text-decoration:none;
	color:#000;
	margin-bottom:5px;
}

#sous_cat:hover
{
	background:url(../images/mg_sel_sscateg.png) no-repeat;
	
}


.page_recherche
{
	float:left;
	width:700px;
	margin-top:-20px;
	margin-left:20px;
	color:#9F9F9F;
	font-size:12px;
}

.sel_critere
{
	width:341px;
	height:18px;
	background:url(../images/sel_critere.png) no-repeat;
	border:none;
	margin-left:100px;
}

.sel_critere option
{
	background-color:#F4F4F4;
}

.tab_crit
{
	margin-right:auto;
	margin-left:auto;
	font-size:12px;
	margin-top:20px;
	margin-bottom:20px;
	color:#000;
}

.tab_found
{
	border-collapse:collapse;
	color:black;
}

.tab_found tr
{
	border-bottom:1px solid #C3C3C3;
}

#tr_background
{
/*	background:url(../images/fond_vert.png) no-repeat;*/
}

#ref_pick
{
	color:#32C958;
	font-weight:bolder;
}


#price
{
	color:red;
	font-size:14px;
}

.zone_qte
{
	width:61px;
	height:18px;
	background:url(../images/zone_qte2.png) no-repeat;
	border:none;
	text-align:center;
}

#bt_ajpan, .bt_ajpan
{
	width:70px;
	height:20px;
	background:url(../images/bt_ajpan_gris.png) no-repeat;
	border:none;
	cursor:pointer;
}


#tache_couleur
{
	width:25px;
}

ul li.num{
	margin-bottom:5px;
	text-align:right;
	padding-right:15px;
	min-height:60px;
}
ul li.num a{
	text-decoration:none;
	display:block;
	color:#808080;
}
ul li.num a:hover{
	color:black;
}
ul li.num a:hover b{
	color:red;
}

ul li#num1{
	background:url(../images/num1_off.png) no-repeat;
}
ul li#num2{
	background:url(../images/num2_off.png) no-repeat;
}
ul li#num3{
	background:url(../images/num3_off.png) no-repeat;
}
ul li#num4{
	background:url(../images/num4_off.png) no-repeat;
}
ul li#num5{
	background:url(../images/num5_off.png) no-repeat;
}

ul li#num1:hover{
	background:url(../images/num1.png) no-repeat;
}
ul li#num2:hover{
	background:url(../images/num2.png) no-repeat;
}
ul li#num3:hover{
	background:url(../images/num3.png) no-repeat;
}
ul li#num4:hover{
	background:url(../images/num4.png) no-repeat;
}
ul li#num5:hover{
	background:url(../images/num5.png) no-repeat;
}