/*/////////////////////////////////
//    Auteur : Chris Fromont	//
////////////////////////////////*/
  	
  	#centre > #contenu {
		background-image: url(../images/menu_background_ouvert.png);
		background-repeat: no-repeat;
		height: 800px;
		width: 1000px;
		margin-left: auto;
 		margin-right: auto;
 		margin-top: 26px;
	}
	
		.image_home {
		float: left;
		margin: -34px 0px 0 44px;
	}

	ul {
 		padding:0;
 		margin:0;
		list-style-type:none;
 	}

 	li {

	 	float:left; /*pour IE*/
	 }

	.menu {
		float: left;
		width: 100%;
	 }

	.menu ul li a {
		display: block;
 		float: left;
 		text-decoration: none;
		text-align: center;
		font-size: 32px;
		font-weight: bold;
		font-family: 'hegoa_regular';
		color: #330000;
		margin: 10px 0 0 136px;
	}

	.menu li a:hover {
		background-image: url(../images/menu_over.png);
		background-repeat: no-repeat;
		background-position : center bottom;
	}
	
	.onglet {
		text-align: center;
	}
	
	.onglet a {
		display: inline-block;
		text-decoration: none;
		font-size: 28px;
		font-weight: bold;
		font-family: 'hegoa_regular';
		color: #4c4e64;
		margin: 48px 50px 0 54px;	
	}
	
	.onglet a:hover {
		 color: #330000;
	}
	
	.actualite {
		text-decoration: none;
		font-size: 26px;
		font-weight: bold;
		font-family: 'kleymisskyregular';
		color: #330000;
		margin: 40px 0 0 40px;
		line-height: 36px;
	}
	
	.actualite_date {
		float: left;
		font-size: 22px;
	}
	
	.actualite_libelle {
		margin: 0 0 0 112px;
		
	}
	
	.liste_actu a {
		color: #330000;
	}
	