body{
	_text-align : center;
	font-family: Arial;
}
#entete{
	background-image : url("./images/Entete/entete.jpg");
	width: 1023px;
	height: 443px;
	margin : auto;
	overflow:auto;

}
#entete img{
	margin-top:20px;
	margin-left:10px;
	_margin-top:23px;
	_margin-left:5px;
}	

#adresse{
	float:right;
	margin-top:70px;
	color:white;
	margin-right:5px;
}
	
#menuHaut{
	width: 1023px;
	margin : auto;
	height: 58px;
	background-image : url("./images/barre_menuh.jpg");
	overflow:auto;
}

	#menuHaut li{
		float:left;
		margin: 0px 4px;
		list-style-type: none; 
	} 
	#menuHaut a{
		color : white;
		text-decoration:none;
		display:block;
	}
	#menuHaut img{
		border:none;
	}

	
#Corps{
	margin:auto;
	width:1080px;
}

	#menuDroite {
		float:left;
		margin:auto;
		padding-right:30px;
	}

		#menuDroite div{
			background-image : url("./images/barre_menu.jpg");
			color:gray;
			width : 220;
			height : 33;
			font-size:25;
			
			
		}

		#menuDroite li{
			list-style-type: none; 
			background-image : url("./images/barre_menu.jpg");
			background-repeat:no-repeat;
			width : 235;
			height : 33;

		} 

		#menuDroite li:hover,
		#menuDroite li:focus,
		#menuDroite li:active{
			background-position: 0 -32px;
		}

		#menuDroite a{
			color : #0099cc;
			text-decoration:none;
			display:block;
			height : 33;
		}

		#menuDroite li:hover a,
		#menuDroite li:focus a,
		#menuDroite li:active a{
			color : white;
		}
		
#texte{
	width:470px;
	padding-right:30px;
	float:left;
	text-align:justify;
}


#images{
	width:250px;
	float:left;
	text-align:center;

}

#Titre{
	background-image: url("./images/barre_contenu.jpg");
	width:760;
	height:43;
	float:left;
	padding-bottom:30px;
	margin-top:6px;
	color:gray;
}
	#GrosTitre{
		font-size:30;
	}

	#PetitTitre{
		padding-top:10px;
	}

#pieddepage{
	background-color:gray;
	width:1024px;
	height:30px;
	float:right;
	margin-top:40px;
	margin-right:25px;
	margin-bottom:30px;
	color:white;
	float:bottom;
	
}

	#pieddepage a{
		color:white;
		text-decoration:none;
	}

#basGauche{
	float:left;
	padding-top:5px;
	padding-left:15px;
}

#basDroite{
	float:right;
	padding-right:30px;
	padding-top:5px;

}
#Soustitre
{
color:#11a0cf;
font-weight:bold;
}