body
{
	background: url('images/bg.jpg') repeat-x #000000;
	font-family: Trebuchet MS, "Times New Roman", Times, serif;
	font-size: small;
	color: #444444;
	margin: 0 0 0 0;
	
	/* Changer la couleur des scrollbar : ne marche qu'avec IExplore */
	scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : #cccccc;
	scrollbar-base-color : #666666;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #666666;
	scrollbar-highlight-color : #cccccc;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #8B8B8B;
}

#top
{
	width: 809px;
	height: 214px;
	background: url(images/top.jpg) no-repeat;
}

#middle
{
	width: 742px;
	height: auto;
	background: url(images/middle.gif) repeat-y;
	padding: 30px 100px 10px 100px;
	width: 542px;
}

#prochainement{
	  position:absolute;
     left: 50%; 
     top: 50%;
     margin-top: -312px; /* moitié de la hauteur de l'image */
     margin-left: -400px; /* moitié de la largeur de l'image */
 } 

#coordonnees{
	 text-align : right;
 } 


#bottom
{
	margin-top: 0;
	width: 900px;
	height: 180px;
	background: url(images/bottom.jpg) no-repeat;
}



*html #menu_centre /* CSS HACK */
{
padding-top: 10px;
}


/*------------LA LISTE DU MENU--------------*/
/*--------- bien IMBRIQUER les balises pour le signalement ---------*/

/*------------LES LIENS--------------*/
a
{
	text-decoration: none;
	color: #505050;
}

a:hover
{
	text-decoration: underline;
}

/*------------LE TEXTE--------------*/
p
{
	text-indent: 20px;
	text-align: justify;
}

h1
{
	font-size: 50px;
	color: #EAEAEA;
	text-align: right;
	line-height: 138px;
	padding-right: 150px;
	margin-top: -30px;
	margin-bottom: -10px;
}



