body {
	background-color: #bb2030;
	margin: 0px;
	padding: 0px;
}
div#fond {
	position: relative;
	width: 500px;
	left: 50%;
	top: 0px;
	margin-left: -250px;
	height: 100%;
	bottom: 0px;
	background-image: url(../images/ac_fond1.gif);
	background-position: center;
	z-index: 1;
	padding-top: 5px;
}
.contenu {
	font-size: 12px;
	color: #BB2030;
	padding-right: 135px;
	padding-left: 125px;
	line-height: 12px;
}
a {
	font-weight: bold;
	color: #882030;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
.coord {
	color: #BB2030;
	text-align: center;
	padding-right: 125px;
	padding-left: 125px;
	line-height: 1.5em;
	font-weight: normal;
	padding-top: 20px;
}

