/* CSS Document */

body {
	background-color: #000000;
	margin: 0;
}
#centrercontenu { 
margin-left: -400px;
position: absolute;
left: 50%;
}
#entete {
	width: 800px;
	height: 119px;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#nav_horizontale {
	width: 800px;
	height: 36px;
	top: 119px;
	left:0px;
	position: absolute;
	z-index: 2;
	
}
#nav_verticale{
	width: 141px;
	height: 250px;
	top: 155px;
	left: 0px;
	position:absolute;
	z-index: 3;
}
#contenu {
	width: 800px;
	height: 600px;
	top: 155px;
	left: 0px;
	position: absolute;
	z-index: 1;
	background-color: #FFF;
}
#ligne_noire {
width: 1px;
height: 600px;
top: 0px;
left: 140px;
background-color:#000000;
position: absolute;
z-index: 2;
}
#texte {
width: 659px;
height:600px;
top:0px;
left:141px;
position: absolute;
z-index:2;
overflow:auto;
background-color: #fff;
}
.texte {
	font-family: Verdana;
	font-size: 11px;
	text-align:justify;
}
a:link {
	color: #DA9A23;
}
a:hover {
	color: #854F2E;
}
a:active {
	color: #854F2E;
}
a:visited {
	color: #854F2E;
}
.gras_noir_12 {font-family: Verdana; font-size: 12px; font-weight: bold; }
.date_adherents {font-family: Verdana; color: #DA9A23; font-weight: bold; font-size: 11px; }
.sous_titre {font-family: Verdana; font-size: 12px; font-weight: normal; }
.date_prog {font-family: Verdana; color: #DA9A23; font-weight: bold; font-size: 12px; }
.lien {
	font-family: Verdana;
	font-size: 11px;
	color: #DA9A23;
}
.mentions {
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
}
.lien a:link {
	color: #DA9A23;
}
.lien a:hover {
	color: #854F2E;
}
.lien a:active {
	color: #854F2E;
}
.lien a:visited {
	color: #854F2E;
}
