/*/////////////////////////////////
//    Auteur : Chris Fromont	//
////////////////////////////////*/


/*LES POLICES*/

	@font-face {
    font-family: 'hegoa_regular';
    src: url('../font/tangerine_regular-webfont.eot');
    src: url('../font/tangerine_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/tangerine_regular-webfont.woff') format('woff'),
         url('../font/tangerine_regular-webfont.ttf') format('truetype'),
         url('../font/tangerine_regular-webfont.svg#tangerineregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'kleymisskyregular';
    src: url('../font/kleymissky-webfont.eot');
    src: url('../font/kleymissky-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/kleymissky-webfont.woff2') format('woff2'),
         url('../font/kleymissky-webfont.woff') format('woff'),
         url('../font/kleymissky-webfont.ttf') format('truetype'),
         url('../font/kleymissky-webfont.svg#kleymisskyregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
  

/*HEADER*/

	#page > #header {
    	margin: 0px auto;
    	height: 100px;
		width: 1280px;
	}

	#page > #header_outside {
    	margin: 0px auto;
    	height: 100px;
		width: 1280px;
	}

	.lien_facebook {
   		position: relative;
    	left: 418px;
    	top: 38px;
  	}

  	.image_logo{
  		display: block;
  		margin: -32px auto;
  	}

  	.lien_rss {
    	position: relative;
    	left: 820px;
    	bottom: 42px;
  	}
  	
  	
/*BODY*/

  	html, body
	{
		height: 100%;
	}

	body
	{
		margin: 0px;
		padding: 0px;
		background: #FFFFFF;
		font-family: kleymisskyregular,"trebuchet MS";
		font-size: 12px;
		font-weight: 400;
		background-color: black;
	}

	img
	{
		border:0px;
	}

	#page
	{
		background-image: url(../images/accueil_background.jpg);		/*Image du fond*/
    	background-repeat: no-repeat;
    	margin: 0px auto;
		height: 1124px;
		width: 1280px;
	}

  	#page > #centre {
    	margin: 0px auto;
		height: 1024px;
		width: 1280px;
    	border: 2px;
	}
	
	
/*FOOTER*/

	#page > #footer {
		background: #FF0000;
		height: 100px;
	}



