@import url(pg_communs.css);

/*--[CARTOUCHE DE RECHERCHE]----------------------------------*/
#SearchContainer{
 width:555px;
 height:122px;
 border-bottom:5px solid white;/*biaise IE pour l'espacement vertical*/
 background:#D9F1FC;
 display:inline-block;
}

#Search{
 width:150px;
 height:106px;
 margin :5px 10px;
 float:left;
 display:inline;/*bluff la double marge ie*/
}

#Search .Select,#Search .Submit,.PrixMax{
 width:150px;
 font-size:10px;
 font-family:Verdana,Arial,Helvetica,sans-serif;
}
.PrixMax{
 height:18px;
 margin:-1px 0;
}html>body #Search .PrixMax{margin:0px;}

#SearchContainer .CadreBienvenu {
 width:364px;
	height:106px;
	background-image: url(../../img/skin/fd_zebra.gif);
	padding:5px;
	font-size:10px;
	font-family:  Verdana,Arial, Helvetica, sans-serif;
	float:left;
	margin:5px 0px 5px 0px;
}
#SearchContainer .CadreBienvenu p{padding:2px;height:96px;background:#fff;}

/*--[IFRAME D'AFFICHAGE]--------------------------------------*/
iframe#ResultFrame{
	width:555px;
	height:291px;
	margin:0px;
	padding:0px;
	border:0px;
	display:inline;
	background: #F2FAFE;
}
