/*/////////////////////////////////
//    Auteur : Chris Fromont	//
////////////////////////////////*/
  	
	#centre > #contenu {
		background-image: url(../images/menu_background.png);
		background-repeat: no-repeat;
		height: 790px;
		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;
	 }

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

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

	li a:hover {
		background-image: url(../images/menu_over.png);
		background-repeat: no-repeat;
		background-position : center bottom;
	}

	.lien_inscription {
		display: inline-block;
		margin: 116px 0 0 382px;
	}
	
  	.lien_connexion {
		display: inline-block;
		margin: 0px 0 0 56px;
	}
	
	a.newsletter {
		display:block;
		text-align:center;
		font-weight: bold;
		font-family: 'kleymisskyregular';
		font-size: 26px;
		color: #330000;
		margin: 20px 0 0 0;
		text-decoration: none;
	}
	
	.newsletter:hover {
		text-decoration:underline;
	}

	p.presentation {
		text-align:center;
		font-weight: bold;
		font-family: 'kleymisskyregular';
		font-size: 26px;
		color: #330000;
		margin: 20px 0 0 0;
	}

	p > a {
		display:block;
		text-align:center;
		font-weight: bold;
		font-family: 'kleymisskyregular';
		font-size: 26px;
		color: #330000;
		text-decoration: none;
	}
	
	p > a:hover {
		text-decoration:underline;
	}

	object {
		margin: 140px 0 0 422px;
	}
	
	.contact {
		display:block;
		text-align:center;
		font-weight: bold;
		font-family: 'kleymisskyregular';
		font-size: 24px;
		color: #d59c4f;
		text-decoration: none;
		margin: 290px 0 0 0;
	}

