body {
    font-size: 10pt;
    font-family: Arial;
}

a:link {
	color: #41607e;
	text-decoration: none;
}

a:visited {
	color: #41607e;
	text-decoration: none;
}

a:hover {
	color: #679AC9;
	text-decoration: none;
}

a.footer:link {
	color: #ffffff;
	text-decoration: none;
}

a.footer:visited {
	color: #ffffff;
	text-decoration: none;
}

a.footer:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.copyright:link {
	color: #838282;
	text-decoration: none;
}

a.copyright:visited {
	color: #838282;
	text-decoration: none;
}

a.copyright:hover {
	color: #838282;
	text-decoration: underline;
}

.gauche {
    text-align: left;
}

.droite {
    text-align: right;
}

.centre {
    text-align: center;
}

.justifie {
    text-align: justify;
}

.pasAfficheApparaitImpression {
    display: none;
}