body, html {
	text-align: center;
	margin: 0;
    padding: 0;
    height: 100%;
	background-color: #FFFFFF;
}
.conteneur {
    position: relative;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 779px;
	height: 100%;
}
.haut {
	margin-top: 0px;
	width: 779px;
	height: 229px;
}
.contenu {
	float: left;
	text-align: left;
	margin-top: 25px;
	width: 690px;
}

.footer {
    position: absolute;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    bottom: 10px;
    left: 0;
    width: 779px;
}


.courant {  font-family: Arial; font-size: 11px; color: #000000; line-height: 11pt}
.courantcolor {  font-family: Arial; font-size: 11px; color: #A80D0D; line-height: 11pt}
.courantsmall {  font-family: Arial; font-size: 10px; color: #000000; line-height: 10pt}
.courantgris {  font-family: Arial; font-size: 10px; color: #8D8D8D; line-height: 10pt}
.couranttitre {  font-family: Arial; font-size: 18px; color: #A80D0D; line-height: 14pt}


a.lien1

{
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
	font-weight : normal;
	color: #000000;
}

a.lien1:hover

{

	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
	color: #A80D0D;

}

a.lien2

{
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
	font-weight : normal;
	color: #A80D0D;
}

a.lien2:hover

{

	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
	color: #000000;

}

a.lien3

{
	text-decoration: underline;
	font-family: Arial;
	font-size: 10px;
	font-weight : normal;
	color: #8D8D8D;
}

a.lien3:hover

{

	text-decoration: underline;
	font-family: Arial;
	font-size: 10px;
	color: #A80D0D;

}