body {
	font-family: Arial;
	font-size: 10pt;
}

#bgtop {
	margin: 0;
	width: 100%;
	position: absolute;
	background-image: url(..//images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

a:link {
	color: #003768;
	text-decoration: none;
}

a:visited {
	color: #003768;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a.footer:link {
	color: #ffffff;
	text-decoration: none;
}

a.footer:visited {
	color: #ffffff;
	text-decoration: none;
}

a.footer:hover {
	color: #000000;
	text-decoration: none;
}

a.blanc:link {
	color: #ffffff;
	text-decoration: none;
}

a.blanc:visited {
	color: #ffffff;
	text-decoration: none;
}

a.blanc:hover {
	color: #EFCF7C;
	text-decoration: none;
}

.gauche {
    text-align: left;
}

.droite {
    text-align: right;
}

.centre {
    text-align: center;
}

.justifie {
    text-align: justify;
}

.pasAfficheApparaitImpression {
    display: none;
}