/* CSS Document */

body {
    text-align:center;
    margin-top:0px;
	background-color:#666666;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	background-image:url(Middle.png);
	background-repeat:repeat-y;
	background-position:center;
}
a:link {
    text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	}
a:visited { 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	}

/* PERSO */
#Back {
	text-align: center;
}
#Back {/*Firefox*/
	text-align: -moz-center;
}
#Haut {
    text-align: center;
	margin-left: 4px;
	background-image:url(Titre.png);
	background-position:center;
	height:127px;
	width:800px;
}
#Haut {/*Firefox*/
    text-align: -moz-center;
	margin-right: auto;
    margin-left: auto; 
	background-image:url(Titre.png);
	background-position:-moz-center;
	height:127px;
	width:800px;
}
#Centre {
    padding-top: 5px;
	margin-left: 4px;
	text-align: center;
	margin-top: 0px;
}
#Centre {/*Firefox*/
    padding-top: 5px;
	margin-right: auto;
    margin-left: auto; 
	text-align: -moz-center;
	margin-top: 0px;
}
#Bas {
    margin-top: 0px;
	margin-left: 4px;
	text-align: center;
	background-image:url(Bottom.png);
	background-position:center;
	height:78px;
	width:800px;
}
#Bas {/*Firefox*/
    margin-right: auto;
    margin-left: auto; 
	text-align: -moz-center;
	background-image:url(Bottom.png);
}
