html,body,h1,h2,h3,h4,h5,h6,p,ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
body{
	background: url(images/bg-boby.png) no-repeat 50% 0;
}

#PAGE{
	width: 945px;
	margin: auto;
}
#HEADER{
	height: 248px;
	background: url(images/bg-bandeau.jpg) no-repeat;
	position: relative;
}
#HEADER h1 a{
	display: block;
	height: 200px;
}
#HEADER h1 a span{
	display: none;
}
#BandeauRand{
	position: absolute;
	display: block;
	width: 585px;
	height: 231px;
	top: 0;
	left: -84px;
}
.BandeauRand,
.BandeauRand0{
	background: url(images/bandeau2.jpg) no-repeat ;
}
.BandeauRand1{
	background: url(images/bandeau1.jpg) no-repeat ;
}
.BandeauRand2{
	background: url(images/bandeau2.jpg) no-repeat ;
}
.BandeauRand3{
	background: url(images/bandeau3.jpg) no-repeat ;
}
.BandeauRand4{
	background: url(images/bandeau4.jpg) no-repeat ;
}
.BandeauRand5{
	background: url(images/bandeau5.jpg) no-repeat ;
}
.BandeauRand6{
	background: url(images/bandeau6.jpg) no-repeat ;
}
.BandeauRand7{
	background: url(images/bandeau7.jpg) no-repeat ;
}
.BandeauRand8{
	background: url(images/bandeau8.jpg) no-repeat ;
}
.BandeauRand9{
	background: url(images/bandeau9.jpg) no-repeat ;
}

#BandeauRand span{
	display: none;
}


#Langue{
	position: absolute;
	top: 200px;
	right: -20px;
}
#Langue a{
	display: block;
	height: 20px;
	width: 30px;
	float: left;
	margin: 0 2px;
}
#Langue a.FR{
	background: url(images/flag-fr.png?y=20);
}
#Langue a.EN{
	background: url(images/flag-en.png?y=20);
	width: 40px;
}

#Langue a span{
	display: none;

}

#LiensMots{
	display: none;
}
#CENTRE{
	background: url(images/colonne-menu.png) repeat-y ;
}

#CONTAIN{
	float: right;
	width: 708px;
	padding: 0 20px;
}
#COLGAUCHE{
	width: 197px;
	float: left;
	background: #dfdfde url(images/bg-col-gauche2.png) no-repeat 0 100%;
	padding: 0px 0 50px 0;

}
#LienSSNC{
	display: block;
	height: 100px;
	background: url(images/logo-station-sport-nature.png) no-repeat;
	margin: 0 0 20px 0;
}
#LienSSNC span{
	display: none;
}


#FOOTER{
	text-align: center;
	background: #009b97;
	padding: 5px;
}
#FOOTER h3{
	font: bold 14px Verdana,Arial,Tahoma;
	color: #ddd;
}
#FOOTER h3 a{
	font: bold 14px Verdana,Arial,Tahoma;
	color: #ddd;
	text-decoration: none;
}
#FOOTER h4{
	font: 14px Verdana,Arial,Tahoma;
	color: #ddd;
}
#FOOTER h4 a{
	color: #ddd;
	text-decoration: none;
}
