body {
	background-color: #2A3969;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
	color: #FFFFFF;
}
.bgindex {
	background-image: url(../images/bgpagebleu.jpg);
}
.bgpages {
	background-image: url(../francais/images/bgpagebas.jpg);
}
.bgcentrebatisse1 {
	background-image: url(../francais/images/bgcentrebatisse1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bgcentrebatisse2 {
	background-image: url(../francais/images/bgcentrebatisse2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bghautdroit {
	background-image: url(../francais/images/bghautdroit.jpg);
}

a:link {
	text-decoration:underline;
	color: #DEECF2;
}
a:visited {
	text-decoration:underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration:underline;
	color: #1A9CE6;
}
a:active {
	text-decoration:underline;
	color: #DEECF2;
}