#accessibilite {
	display:none;
}

*{
	margin:0px; 
	padding:0px; 
}

TD,TR,TABLE,SPAN,IMG,DIV,FORM{
	border:0px;
}
ul {
	list-style-type:none;
}
body {
	margin: 0;
	padding: 0;
	background-color:#000000;
}
#global {
	position:relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}
/*------------------------ CSS ACCUEIL ------------------------*/
#bg_accueil {
	position: absolute;
	left: 0px;
	top:0 px;
	width: 960px;
	height: 660px;
	background-image: url(../../images/bg_accueil.jpg);
	background-repeat: no-repeat;
}
#titre-accueil {
	position:absolute;
	top:16px;
	left:85px;
	width:844px;
	height:21px;
	background-image: url(../../images/titre1_accueil.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
}
#titre-accueil h2 {
	text-indent:-9999px;
}
#texte-accueil {
	position:absolute;
	top:365px;
	left:643px;
	width:286px;
	height:119px;
	background-image: url(../../images/texte_accueil.gif);
	background-repeat: no-repeat;
	background-position:0 0;
}
#texte-accueil h2 {
	text-indent:-9999px;
}
#bouton-par-ici {
	position:absolute;
	top:514px;
	left:811px;
}
#bouton-par-ici a{
	display:block;
	height:104px;
	width:137px;
	background-image: url(../../images/gif_anime_panneau.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	text-indent:-9999px;
}
#copyright-mise-a-jour {
	position:absolute;
	top:615px;
	left:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#F1AD25;	
}
#compteur {
	position:absolute;
	top:613px;
	left:30px;
}
#compteur img{

	height:20px;
}
/* --------------------------- SPACER  --------------------------------------------- */
.spacer {
	clear: both;
	font-size: 1px;
}
.spacer_5px {
	clear: both;
	height:5px;
	font-size: 1px;
}
.spacer_10px {
	clear: both;
	height:10px;
	font-size: 1px;
}
.spacer_15px {
	clear: both;
	height:15px;
	font-size: 1px;
}
.spacer_20px {
	clear: both;
	height:20px;
	font-size: 1px;
}
.spacer_30px {
	clear: both;
	height:30px;
	font-size: 1px;
}
.spacer_40px {
	clear: both;
	height:40px;
	font-size: 1px;
}
.spacer_width_1px {
	float:left;
	height:10px;
	margin:0 1px 0 0;
	font-size: 1px;
}
.spacer_width_50px {
	float:left;
	height:10px;
	margin:0 50px 0 0;
	font-size: 1px;
}