/* CSS Document */
#header {
	background-image: url(../images/header_bckg_rouge.jpg);
	height: 178px;
}
/* ------------------- CENTRE--------------------------- */
#centre #gauche {
	background-image: url(../images/gauche_bckg_rouge.jpg);
	height: 596px;
	width: 476px;
	float: left;
}
#centre #contenu {
	float: left;
	width: 522px;
	background-image: url(../images/contenu_bckg_rouge.jpg);
	height: 596px;
}
#footer {
	background-image: url(../images/footer_bckg_rouge.jpg);
	height: 56px;
	position: relative;
	width: 998px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #BF0000;
	padding-bottom: 16px;
	padding-top: 10px;
}
#contenu a {
	font-size: 12px;
	color: #C72B04;
	text-decoration: none;
}
#contenu a:hover {
	text-decoration: underline;
}

