




@font-face        /* création de la police  michroma  */
{
    font-family: 'michroma';
    src: url('polices/michroma-webfont.eot');
    src: url('polices/michroma-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/michroma-webfont.woff') format('woff'),
         url('polices/michroma-webfont.ttf') format('truetype'),
         url('polices/michroma-webfont.svg#michromaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face   /* crétion de la police  boost   */
{
    font-family: 'boost';
    src: url('polices/boostssk-regular-webfont.eot');
    src: url('polices/boostssk-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/boostssk-regular-webfont.woff') format('woff'),
         url('polices/boostssk-regular-webfont.ttf') format('truetype'),
         url('polices/boostssk-regular-webfont.svg#boostsskregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Eléments principaux de la page */









body
{
    background-color: black;
		
	 color: #878787;
}


#bloc_page
{
    width: 1400px;
    height: 788px;
		
		margin: auto;
		
    background: url(fond_accueil.jpg)  no-repeat ;
}

 nav
{
	display: inline-block;
	margin-left: 750px;
  margin-top: 350px; 
	text-align: right;
  font-family: michroma;
   
  
  
      
}

nav ul
{
	list-style-type: none;
}

nav li
{
	display: inline-block;
	margin-right: 15px;
  
	
}
  nav a
{
	font-size: 110%;
	
	padding-bottom: 3px;
	text-decoration: none;
        color: #878787;
}

nav a:hover
{
		color: #1587e8;
		border-bottom: 10px solid  #1587e8;
}

nav li a
{
   margin-left: 30px;
}



























		














	
		
























































