   .lien_facebook {
   		position: relative;
    	left: 418px;
    	top: 38px;

  	}

  	.image_logo{
  		display: block;
  		margin: -32px auto;
  	}

  	.lien_rss {
    	position: relative;
    	left: 820px;
    	bottom: 42px;
  	}

	#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;
	}

	table {
		margin: 0px auto;
		padding: 30px 0 0 0;
	}

	.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;
  }


  .bouton_prec {
    float: left;
    margin: 190px 0 0 40px;
    visibility: hidden;
  }

  .galerie {
    width: 700px;
    height: 650px;
    margin-left: auto;
     margin-right: auto;
     margin-top: 24px;
     text-align: center;
     padding: 0 0 0 10px;
  }

  .galerie a {
    height: 150px;
    width: 150px;
    padding: 0 14px 0 0;
  }

  .bouton_next {
    float: right;
    margin: -460px 40px 0 0;
    visibility: hidden;
  }





