/* CSS Document */

/************************************
Styles pour la partie liste produits
************************************/
#rechercheavancee{
	float:left;
	/*padding:10px 0 0 17px;*/
	margin:0;
	width:782px;
}
#rechercheavancee #titre{
	clear:both;
	float:left;
	padding:0;
	margin:0;
	float:left;
	width:782px;
}
#rechercheavancee #titre .left{
	clear:both;
	float:left;
	background:url(../data/images/onglet_l.gif) no-repeat left top;
	width:11px;
	height:26px;
}
#rechercheavancee #titre .center{
	float:left;
	background:url(../data/images/onglet_c.gif) repeat-x left top;
	height:21px;
	width:760px;
	padding:5px 0 0 0;
	margin:0;
}
#rechercheavancee #titre .center h1{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0;
	margin:0;
}
#rechercheavancee #titre .right{
	float:left;
	background:url(../data/images/onglet_r.gif) no-repeat left top;
	width:11px;
	height:26px;
}
#rechercheavancee #bloc{
	clear:both;
	float:left;
	width:760px;
	background-color:#f2f2f2;
	border-left:1px #e1e0df solid;
	border-right:1px #e1e0df solid;
	padding:10px;
}
#rechercheavancee #affichage{
	clear:both;
	float:left;
	padding:0;
	margin:0;
	width:700px;
}


#rechercheavancee #affichage .tri{
	clear:both;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
#rechercheavancee #affichage .nb{
	float:left;
	padding-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
#rechercheavancee #bas{
	clear:both;
	float:left;
}
#rechercheavancee #bas .fin{
	clear:both;
	float:left;
	background:url(../data/images/liste_bas.gif);
	width:782px;
	height:15px;
}
#rechercheavancee #bas .ombre{
	clear:both;
	float:left;
	background:url(../data/images/liste_ombre.gif);
	width:782px;
	height:10px;
	padding:0;
	margin:0;
}
#rechercheavancee label{
	font-weight:bold;
	display:block;
	width:130px;
	float:left;
}
#rechercheavancee select{
	width:170px;
}