html,body,h1,h2,h3,h4,h5,h6,h7,p,ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#PAGE{
	width: 716px;
	margin: auto;
	position: relative;
}

#HEADER{
	height: 288px;
	background: url(images/bg-header.jpg) no-repeat;
	position: relative;
}
#HEADER h1{
	position: absolute;
	top: 62px;
	display: block;	
	width: 716px;
	height: 226px;
}
#HEADER h1 a{
	display: block;
	height: 226px;
}
#HEADER h1 a span{
	display: none;
}


#MENU{
	position: absolute;
	top: 30px;
	right: 20px;
}
#MENU li{
	float: left;
	margin: 0 10px;
}
#MENU li h2{
	font: bold 10px Verdana,Arial,Tahoma;
}
#MENU li h2 a{
	color: white;
	text-decoration: none;
	display: block;
	padding: 10px 0 0 0;
	background: url(images/bg-puces-menu.png) no-repeat;
}
#MENU li h2 a:hover{
	color: #f6bf6a;
}
#MENU li.n0 a{
	background-position: 0 -5px;
}
#MENU li.n1 a{
	background-position: 0 -55px;
}
#MENU li.n2 a{
	background-position: 0 -105px;
}
#MENU li.n3 a{
	background-position: 0 -155px;
}
#MENU li.n4 a{
	background-position: 0 -205px;
}

#CONTENU{
	margin: 0 9px 0 13px;
	padding: 20px 0;
	
}
#ColTeasers{
	float: left;
	width: 165px;
	height: 352px;
	background: url(images/bg-teaser.jpg) no-repeat;
}
#tinymce{
	float: left;
	width: 490px;
	margin: 0 0 0 35px;

}
.specialH{
	display: none;
}


#FOOTER{
	background: url(images/bg-footer.jpg) no-repeat;
	padding: 78px 0 0 0;
	text-align: center;
	font: 11px Verdana,Arial,Tahoma;
}
#FOOTER a{
	color: #888;
	text-decoration: none;
	margin: 0 10px;
}