/* -----------------------------------------------------------------------------
 * Style générique
 * ----------------------------------------------------------------------------- */
body {
	background: #b3a18b;
}
/* -----------------------------------------------------------------------------
 * Complément de la zone d'affichage principale
 * ----------------------------------------------------------------------------- */
#corps {
	background: url('../img/fond_page_1pix.gif') top left repeat-y #dad9c1;
}
#colonneCentre {
	width: 396px;
	min-height: 600px;
	_height: 600px;	/* Hack pour IE (invisible pour Firefox) */
	float: left;
}
#colonneDroite {
	width: 352px;
	min-height: 600px;
	_height: 600px;	/* Hack pour IE (invisible pour Firefox) */
	float: left;
}
/* -----------------------------------------------------------------------------
 * Calques spécifiques
 * ----------------------------------------------------------------------------- */
/* ------------------------
 * Colonne de gauche
 * ------------------------- */ 
div.contenu,
#options {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8pt;
	color: #333333;
}

/* ------------------------
 * Colonne de droite
 * ------------------------- */
table.agence {
	width: 300px;
}
img.vignetteAgence {
	width: 88px;
	height: 55px;
	border: 3px solid #cccebb;
}
table.agence col.colonneG {
	width: 110px;
}

table.agence col.colonneD {
	width: 190px;
}