@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0;}
.clear {clear:both; height:1px; font-size:1px; border:none; margin:0; padding:0; background:transparent;}
.clearfix {height:1%}
.clearfix:after {content:"."; height:0; line-height:0; display:block; visibility:hidden; clear:both;}

body {
	padding:0;
	margin:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:justify; 
	background-color:black; 
	background-image: url(images/back.gif);
	background-repeat: repeat; 
	background-attachment:fixed;
	background-position:center right;
	}
h1, h2, h3, h4, span 
	{
	font-weight: bold;
	color:white; 
	text-align:center;
	}
h1 	{
	font-size:24pt;
	color:white; 
	line-height:24pt;
	margin-top:0;
	}
h2 	{
	font-size:14pt;
	color:white; 
	line-height:14pt;
	}
h3 	{
	font-size:8pt;
	color:white; 
	line-height:8pt;
	}
h4	{
	text-align:center;

	font: normal 10pt Arial;
	color:white; 	
	line-height:10pt;
	}
p 	{
	text-align:left;
	font: normal 10pt Arial;
	color:white; 	
	line-height:10pt;
	}
li 	{text-align:left; 
	font: normal 8pt Arial;
	padding:none;
	}

#affiche, #affiche2
	{
	position:absolute;
	left:-225px;
	width:250px;
	top:10px;
	padding:none;
	}
#menu	{
	background-color:black;
	background-image: none;
	background-repeat: no-repeat; 
	background-attachment:fixed;
	background-position:top right;
	padding:none;
	text-align:left;
 	}
#clic	{
	background-color:white;
	background-image: url(); 
	background-repeat: no-repeat; 
	background-attachment:fixed;
	background-position:top right;
	padding: none;
	text-align:center; 
	}
a:link {
	color: aqua; text-decoration: none; font: bold;
	}
a:visited {
	color: aqua; text-decoration: none; font: bold;
	}
a:active {
	color: yellow; text-decoration: none; font: bold;
	}
a:hover {
	color: red; text-decoration: underline & overline; font: bold;
	}
img {border:1px solid #f2f2f2;}
img.noborder {border:none;}
/*CONTENEUR PRINCIPAL*/
#content {width:870px; margin:20px auto 0 auto; background:#585959; border:1px solid #000;}

/*BANDEAU DU HAUT*/
#bandeau {height:110px; 0 0 repeat-x; margin:0; padding:0;}
#logo {float:left;}
#adresse {float:right; color:#f2f2f2; padding:15px 5px 0 0;}

/*COLONNE GAUCHE*/
#navigation {float:left; width:190px; margin:20px 0 0 0;}
#navigation ul{ 0 0 repeat;}
#navigation ul li {font-size:12px; padding:5px 0 5px 20px; background:#585959; border-top:1px solid #fff; text-transform:uppercase;}
#navigation ul li a {color:#f2f2f2;}
#navigation ul li a:hover {color:#9fbf2c;}
#navigation ul li a.on {color:#9fbf2c;}
#navigation ul li ul li {background:#585959; color:#f2f2f2;}
#navigation p {color:#f2f2f2; padding-left:20px;}

/*PIED DE PAGE*/
.contact {width:800px; margin:11px auto 0 auto; text-align:center; color:#f2f2f2;}