#conteneur {
	background-color: #000;
	width: 960px;
	position: absolute;
	left: 50%;
	clip: rect(auto,auto,auto,-480px);
	margin-left: -480px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000;
	color: #CCC;
}
#conteneur #bandeau {
	background-color: #000;
	height: 79px;
}



#conteneur #bandeau img {
	float: left;
	width: 196px;
}
#conteneur #bandeau #logo_droit_chartresroller {
	float: left;
	width: 196px;
	height: 78px;
	text-align: center;
	vertical-align: middle;
}

#conteneur #bandeau #logo_gauche_chartresroller {
	float: left;
	height: 78px;
	width: 196px;
	text-align: center;
	vertical-align: middle;
}
#conteneur #bandeau #titre {
	background-color: #000;
	width: 568px;
	color: #FFF;
	text-align: center;
	float: left;
}
#conteneur #menu_haut {
	background-color: #000;
	height: 35px;
	width: 960px;
	clear: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
#conteneur #menu_gauche {
	width: 200px;
	float: left;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Comic Sans MS", cursive;
	color: #FFF;
}


#conteneur #contenu {
	width: 710px;
	padding: 10px;
	vertical-align: middle;
	float: left;
	font-family: "Comic Sans MS", cursive;
	background-color: #999;
	color: #000;
}



#conteneur #contenu img {
	background-color: #FF0;
}





#conteneur #sponsors {
	background-color: #000;
	clear: left;
	height: 110px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-bottom-color: #F00;
	vertical-align: middle;
}


#conteneur #coordonnees {
	text-align: center;
	color: #FFF;
	clear: left;
	vertical-align: middle;
	padding: 10px;
}

#conteneur #contenu .titre_contenu {
	text-align: center;
	width: 700px;
	text-decoration: underline;
}
#conteneur #contenu .centre_contenu {
	text-align: center;
	width: 720px;
	color: #000;
}
#conteneur #contenu .droite_contenu {
	width: 350px;
	float: left;
	text-align: center;
}
#conteneur #contenu .gauche_contenu {
	width: 350px;
	float: left;
	text-align: center;
}


#conteneur #contenu .pied_contenu {
	clear: left;
	width: 700px;
	text-align: center;
	padding-top: 10px;
}
#conteneur #contenu .trombinoscope {
	float: left;
	width: 175px;
	text-align: center;
	padding-bottom: 15px;
}
#conteneur #sponsors .sponsorslogos {
	text-align: center;
	float: left;
	width: 188px;
}
.titres_page_index {
	color: #000;
	text-decoration: underline;
}
.annonces_page_index {
	color: #03F;
	text-align: center;
}


.image_gauche {
	float: left;
	margin-right: 10px;
}
.image_droite {
	float: right;
	margin-left: 10px;
}
