/* CSS Document */

/* STYLES DE LA PAGE POINTS DE VENTE (Formulaire) */

#search_criteres{
	margin:0;
	padding:0;
}

#search_criteres div.group_cBox,
#search_criteres p{
	margin:0 0 14px 0;
}
#search_criteres div.group_cBox p {
	line-height:1px;
}
div#search_criteres select.saisie {
	width: 280px;
	font-family:inherit;
	color:#757477;
}

form {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family:inherit;
}
div#search_criteres input.rechercher {
	display:inline;
	/*text-align:right;*/
	margin:10px 40px 0 0px;
	float:right;
}

/* Styles Infos Complementaires */
.infos_complement {
	width: 300px;
	color:#FF0000;
}