a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
body {
	background-color: #000000;
}
.bgAccueil {
	background-image: url(images/bg_accueil.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bgcontact {
	background-image: url(images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bgEvenements {
	background-image: url(images/bg_evenements.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bgMenu {
	background-image: url(images/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14px;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8E8A87;
}
.divService {
	position:fixed;
	left: 345px;
	top: 255px;
	display: none;
	padding: 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}
.divServiceDefaut {
	position:fixed;
	left: 345px;
	top: 255px;
	padding: 0px;
}
