#page { 

	width: 1024px;
	margin: 0 auto;
	text-align: left;
	
}

	#entete { 

		width: 100%;
		float : left;
		height : 236px;
		position : relative;
		z-index : 1;
		
	}
	
#corps { 

	width : 1000px;
	position : relative;
	z-index : 2;
	float: left; 
	background : url(../img/pied_corps.gif) left bottom no-repeat #FFF;	
	
}

#corps.corps_article {

	

}

	#navigation { 

		width: 229px;
		padding : 0 0 14px 0;
		float: left;
		overflow-x: hidden;
		
		
	}

	#contenu { 

		width : 504px;
		-width : 482px;
		position : relative;
		top : -30px;
		left : 5px;
		z-index : 11;
		float : left;
		
	}
	
	#col_droite { 
	
		width : 264px;
		float : left;
		position : relative;
		-position : absolute;
		
		left : 12px;
		top : -39px;
		z-index : 13;
		-left : 745px;
		
	}
	
		

#pied { 

	padding : 6px 60px;
	clear : both;
	height : 117px;
	background : url(../img/fong_pied.gif) left top no-repeat ;	
	
}
