@charset "UTF-8";
/* Feuille de styles alternative pour la page des livraisons */


#contenu {
	width: 780px;
	padding: 20px 0px 20px 20px;
}
#header h1 {
	background: url(../images/bg_header_h1_ac.jpg);
}

/* Liens logos en page d'accueil */
#bande_logos {
	height: 40px;
	width: 480px;
	position: relative;
	display: block;
	text-align: center;
	padding: 0px 40px 0px 0px;
	margin: 10px 0px 0px;
}
#bande_logos img {
	border-style: none;
	margin: 0px 8px;
	padding: 0px;
}

/* bloc d'accès rapide aux gammes */
#choix_rapide {
	background: url(../images/bg_gammes_un_clic.jpg) no-repeat left top;
	height: 30px;
	width: 250px;
	position: absolute;
	top: -26px;
	right: 0px;
	text-align: center;
	padding: 24px 0px 0px;
	font-size: 0.9em;
}
#choix_rapide select  { font-size: 95%; }

