/* CSS Document */

body {
	color: #666666;
	background-color: #000000;
}
a:link {
	color: #666666;
}
a:visited {
	color: #444444;
}
a:hover {
	color: #999999;
}
a:active {
	color: #666666;
}

#Calque_banniere {
	position:relative;
	width:800px;
	height:135px;
	z-index:0;
	margin-left: auto;
	margin-right: auto;
}
#Calque_menu {
	position:relative;
	width:800px;
	height:35px;
	z-index:0;
	margin-left: auto;
	margin-right: auto;
}
#Calque_corps {
	position:relative;
	width:798px;
	z-index:0;
	margin-left: auto;
	margin-right: auto;
	background-color: #222222;
}
#Calque_mini {
	position:relative;
	width:20px;
	height:720px;
	z-index:0;
	margin-left: auto;
	margin-right: auto;
	background-color: #222222;
}
#Calque_texte {
	padding: 20px;
}
#Calque_avertissements {
	position:relative;
	width:800px;
	height:40px;
	z-index:0;
	margin-left: auto;
	margin-right: auto;
}
#Calque_compteur {
	position:relative;
	width:800px;
	height:30px;
	z-index:0;
	margin-left: auto;
	margin-right: auto;
}
.police_av {
	color: #444444;
	font-style: italic;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
.police_gene {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-indent: 20px;
}
.police_titre {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.police_titre_gd {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.pointillés {
	border: 1px dashed #999999
}
#Calque_tab {
	position:relative;
	width:600px;
	height:675px;
	z-index:0;
	left: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}


#calque_diapo {
	position:relative;
	width:500px;
	height:300px;
	z-index:1;
	top: 130px;
	margin-right: auto;
	margin-left: auto;
}

#Menu {
 padding:0;
 margin:0;
 list-style-type:none;
 }
li.menu {
 margin-left:0px;
 float:left; /*pour IE*/
 }
#Menu li a {
 display:block;
 float:left;   
 width:100px;
 line-height:35px; /*hauteur de l'image de fond*/
 background:black url(/menu-1.jpg) repeat-x;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color:#CCCCCC;
 text-decoration:none;
 text-align:center;
}
#Menu li a:hover {
 background:black url(/menu-2.jpg) repeat-x;
 color:#DDDDDD;
 }
#Menu li a:active {
 background:black url(/menu-2.jpg) repeat-x;
 /*font-weight:bold;*/
 color:#fffd3e;
 }

.lien {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none
}