p, .piedPage, .texteBlanc, .texteBleu, .messageErreur, .texteGros {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2B4A71;
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
}

.texteBlanc {
	font-weight:bold;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
}

.texteBleuFonce {
	font-size: 11px;
	font-weight: bold;
}
.piedPage, a:link, a:visited {
	color: #AD8A2B;
	letter-spacing: 1px;
}
a:hover {
	color:#2B4A71;
}

.messageErreur {
	font-size:11px;
	color:#FF0000;
}

.bordure {
	border-top-width:thin;
	border-top-color:#000066;
	border-top-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#000066;
	border-bottom-style:solid;
	background-color:#FFFFCC;
}

.texteGros {
	font-size:15px;
	font-weight:bold;
	border-top-width:thin;
	border-top-color:#000066;
	border-top-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#000066;
	border-bottom-style:solid;
}

.imageSection {
	float:right;
	margin: 0 15px 5px 5px;
}

.bandeGauche { background-image:url(images/communs/i_finBarreGauche.gif); background-repeat:repeat-y}
.bandeMilieu { background-image:url(images/communs/i_finBarreMilieu.gif); background-repeat:repeat-y}
.bandeDroite { background-image:url(images/communs/i_finBarreDroite.gif); background-repeat:repeat-y}

.fondJaune {background-color:#D3CA9F;}