html { 
	margin:				0px;
	overflow-x:			hidden;
	height:				100%;
	}
	
body { 
	font-family:		"Arial"; 
	background-color:	#ffffff; 
	margin:				0px;
	padding:			0px;
	color: 				#666666;
	height:				100%;
	}

.header { 
	height:				250px;
	width:				100%;
	position:			absolute;
	top:				0px;
	left:				0px;
	z-index:			5;
	background-image:	URL(../images/fond_header.jpg);
	background-repeat:	repeat-x;
	}

.bandeau_header {
	position:			relative; 
	width:				1000px; 
	height:				250px; 
	margin-left:		auto; 
	margin-right:		auto;
}

.menu_bloc {
	width:				281px;
	background-image:	URL(../images/fond_bloc.jpg);
	background-repeat:	repeat-y;
}

.menu_bloc h2 {
	width:				281px;
	height:				30px;
	background-image:	URL(../images/top_bloc.jpg);
	line-height:		30px;
	color:				#FFFFFF;
	font-weight:		bold;
	font-size:			12px;
	margin:				0px;
}

.espace_140 {
	height:				140px;
	margin:				0px;
	padding:			0px;
	}

.espace_40 {
	height:				40px;
	margin:				0px;
	padding:			0px;
	}

.espace_30 {
	height:				30px;
	margin:				0px;
	padding:			0px;
	}
	
.espace_20 {
	height:				20px;
	margin:				0px;
	padding:			0px;
	}
	
.espace_10 {
	height:				10px;
	margin:				0px;
	padding:			0px;
	}


.global { 
	position:			relative;
	width:				1000px;
	margin-left:		auto; 
	margin-right:		auto;
	z-index:			10;
	margin-top:			40px;
	padding:			0px;
	min-height:	        100%;
	background-image:	URL(../images/fond_global.jpg);
	background-repeat:	repeat-y;

	}
	
.contenu_gauche {
	width:				705px;
	float:				left;
	margin-left:		0px;
	padding-left:	    10px;
	}

.contenu_droite {
	width:				281px;
	float:				right;
	background-color:	#D3D3D3;
	}
	
.footer {
	height:				220px;
	width:				100%;
	background-image:	URL(../images/fond_footer.jpg);
	background-repeat:	repeat-x;
	text-align:			center;
	clear: 				both;
	}
	
.contenu_footer {
	position:			relative;
	margin-left:		auto;
	margin-right:		auto;
	width:				1000px;
	height:				200px;
	}
	
.news_date {
	float:				left; 
	width:				65px; 
	margin-bottom:		0px;
	margin-left:		0px;
	}
	
.news_txt {
	float:				right; 
	width:				165px; 
	margin-bottom:		0px;
	margin-right:		0px;
	text-align:			left;
	}
