/* -----------------------------------------------------------------------------
 * Style affichage BtoC - Donatello 2007
 * ----------------------------------------------------------------------------- */
/* ------------------------
 * Style générique par défaut
 * ------------------------- */
* {
	padding: 0;
	margin: 0;
	border: 0;
}
/* Hack pour obtenir une remise à niveau cohérente entre IE et Firefox */
div.clear {
	font-size: 0;	/* Sinon IE prend en compte une hauteur minimum de 1em */
	line-height: 0; /* Sinon IE prend en compte une hauteur minimum de 1em après clear */
	clear: both;
}
/* -----------------------------------------------------------------------------
 * Zones d'affichage principale
 * ----------------------------------------------------------------------------- */
#zoneAffichage {
	position: relative;
	width: 1002px;
	margin: 0 auto;	
}

#entete {
	width: 1002px;
	height: 70px;
	background: #fff;
}

#bandeauFormules {
	width: 1002px;
	background: #e4e1dc;
	margin: 0 auto;
	height:39px;
}

#bandeauFormules table {
	width: 1002px;
	margin: 0px;
	padding: 0px;
}


#corps {
	width:1002px;
	margin-bottom:0px;
}

#colonneGauche {
	width: 254px;
	min-height: 600px;
	_height: 600px;	/* Hack pour IE (invisible pour Firefox) */
	float: left;
}

#piedPage {
	width: 1002px;
	height: 150px;
	font-family: Helvetica, Verdana, Sans-Serif;
	letter-spacing: 0.2pt;
	color: #ffffff;
	font-size: 8pt;
	margin-top:0px;
}

#piedPage div.titre {
	font-weight: bold;
	color: #5c5853;
	padding-top:5px;
	padding-bottom:5px;
}

#piedPage table {
	width: 1002px;
	color: #ffffff;
}

#piedPage table td.gauche {
	border-left: 1px #ffffff dotted;
	padding-left: 7px;
	
}

#piedPage a,
#piedPage a:link,
#piedPage a:visited,
#piedPage a:hover,
#piedPage a:active {
	color: #ffffff;
	text-decoration: none;
}

/* -----------------------------------------------------------------------------
 * Entête
 * ----------------------------------------------------------------------------- */
/* ------------------------
 * Logo
 * ------------------------- */
#logotype {
	width: 254px;
	height: 70px;
}

/* ------------------------
 * Menu contextuel haut
 * ------------------------- */
#contexteHaut {
	position: absolute;
	top: 0px;
	left: 254px;
	width: 748px;
	height: 70px;
}

#menuHaut {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	padding-left: 10px;
	padding-top: 30px;
}

#menuHaut img {
	margin-left: 10px;
	height: 12px;
}

#menuMonCompte {
	position: absolute;
	background: #d7ccbf;
	text-align: center;
	top: 0px;
	left: 494px;
	width: 254px;
	height: 70px;
}
#menuMonCompte img {
	margin-top: 30px;
}

#message, #message a{
	color:green;
	text-align:justify;
	margin-right:38px;
}