/* -----------------------------------------------------------------------------
 * Style générique
 * ----------------------------------------------------------------------------- */
body {
	background: #b3a18b;
}
/* -----------------------------------------------------------------------------
 * Complément de la zone d'affichage principale
 * ----------------------------------------------------------------------------- */
#animFlash {
	height: 190px;
}

#corps {
	background: url('../img/fond_booster_1pix.gif') top left repeat-y #dad9c1;
}
/* -----------------------------------------------------------------------------
 * Calques spécifiques
 * ----------------------------------------------------------------------------- */
/* ------------------------
 * Colonne de gauche
 * ------------------------- */ 
#options {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8pt;
	color: #333333;
}

#editoDetail {
	padding-bottom: 20px;
}
#editoDetail a.open {
	color: #696661;
}
#editoDetail a.close {
	color: #b1aea9;
}

table.brochuresListe {
	margin-top: 30px;
	width: 435px;
	color: #1e1e1e;
}
table.brochuresListe colgroup {
	width: 145px;
}
table.brochuresListe td {
	text-align: center;
	height: 160px;
	vertical-align: top;
}
table.brochuresDetail {
	margin-top: 20px;
	width: 450px;
	color: #403935;
}
table.brochuresDetail col.colonneG {
	width: 180px;
}
table.brochuresDetail col.colonneD {
	width: 270px;
}
table.brochuresDetail td {
	vertical-align: top;
}
table.brochuresDetail select {
	width: 130px;
}
table.brochuresCommande {
	width: 450px;
	color: #403935;
}
table.brochuresCommande col.colonneG {
	width: 90px;
}
table.brochuresCommande col.colonneD {
	width: 360px;
}
table.brochuresCommande td {
	vertical-align: middle;
}
table.brochuresCommande td input {
	width: 350px;
}
table.brochuresCommande td input.saisieRadio {
	width: 10px;
}
table.brochuresCommande button {
	vertical-align: middle;
	width: 155px;
	height: 33px;
}
table.brochuresCommande button img {
	width: 155px;
	height: 33px;
}
form.abonnementExpress input {
	padding-left: 5px;
	width: 135px;
	color: #727461;
	height: 20px;
}