body {
	background-color:#000;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	}



a:link {
	color:#F00;
	text-decoration: none;

}
a:visited {
	color:#F00;
	text-decoration: none;
}
a:hover, a:active {
	color:#C00;
	text-decoration: none;
}




#en_tete
{
   width: 900px;
   height: 330px;
   background-position:center;
   background-repeat:no-repeat;
   margin: auto;
}

#menu
{
	width: auto;
	text-align:center;
	font-size:0.9em;
	list-style-type:none;
	color:#FF3;
}

#menu a
{
	float: left;
	width: 135px;
    height: 40px;
	padding-top: 10px;
	font-weight:bold;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;}

.lien_on
{
	float: left;
	width: 135px;
    height: 40px;
	padding-top: 10px;
	font-weight:bold;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#F00;
	
}


#menu a:hover {
	float: left;
	width: 135px;
    height: 40px;
	padding-top: 10px;
	font-weight:bold;
	background-image: url(images/nav_on.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}

h1 {
	font-size:1.5em;	
	color:#C00;
}


#corps
{
	width: 900px;
	height: auto;
	margin: auto;
	background-image: url(images/bg_texte.png);
	background-position: 0px 0px;

	font-size:0.9em;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;
}


#Footer
{
	width: 900px;
	height:80px;
	margin:auto;
	margin-top:10px;
	background-image: url(images/interligne.png);
	background-position:top;
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:0.7em;
	text-align:center;
}

#Footer #Copyright1
{
	float:left;
	width: 160px;
	height:80px;
	text-align:left;
}
#Footer #Copyright2
{
	float:left;	
	width: 210px;
	height:80px;
	text-align:right;
}
#Footer #Copyright2 a
{
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:1em;
	text-align:left;	
}

#Footer #Espace
{
	float:left;	
	width: 530px;
	height:80px;
}




