/* note les * html sont pour IE */
	* {
		margin:0;
		padding:0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	}

	html {
		height:100%; 
		overflow:hidden; 
		border:0;
	}
	
	body {
		height:100%; 
		overflow:hidden;
	}
	#entete {
		position:absolute; 
		top:0; 
		left:0; 
		width:100%; 
		height:175px; 
	 
		display:block; 
		z-index:5; 
		overflow:auto; 
	}
	#entete h1 {
		display:none;
	}
	#contenu {
		position:absolute; 
		z-index:3; 
		top:175px; 
		bottom:20px; 
		left:230px; 
		right:0; 
		text-align:justify;
		overflow:auto;
		background-color:#FFFFFF;
	}
	* html #contenu {
		top:0; 
		left:0; 
		right:0; 
		bottom:0; 
		height:100%; 
		width:100%; 
		overflow:auto; 
		position:absolute; 
		z-index:3; 
		border-top:175px solid #fff; 
		border-bottom:24px solid #fff; 
		border-left:230px solid #fff;
	}
	#colonneGauche{
		height:90%; 
		width:60%; 
		float:left;
	}
	#colonneDroite{
		height:90%;
		margin-left:20px;
		width:250px; 
		float:left;
}	
	#colonneDroite img {
		margin:10px 0 0 0;
		float:left;
	}
	#colonneDroite p {
		margin:10px 0 10px 0;
		float:left;
		width:250px;
		text-align:center;
	}

	#piedDePage {
		position:absolute; 
		bottom:0; 
		left:0; 
		width:100%; 
		height:20px; 
		
		display:block; 
		z-index:5; 
		overflow:hidden; 
	}
	#bandeauGauche {
		position:absolute; 
		left:0; 
		top:175px; 
		bottom:20px; 
		width:230px; 
		z-index:4; 
		overflow:auto;
	}
	* html #bandeauGauche {
		height:100%; 
		top:0; 
		bottom:0; 
		border-top:175px solid #fff; 
		border-bottom:20px solid #fff; 
		z-index:4; 
	}
