    @font-face {
				  font-family: "ErasITCBold";
				  src: url('http://www.franchise-land.com/imgs/elts/ERASBD.TTF');
				  src: url('http://www.franchise-land.com/imgs/elts/erasbd.otf') format("truetype");
			} 
			
			 
		 
		 
		 #container
		 {   
					position: relative;
					top: 50px;
					width: 100%;

		 }
		 
		 #header
		 {   
		 			margin-left: auto;
          margin-right: auto;
					height: 218px;
					width: 1010px;
		 }
		 
		 
		 #entree
		 {   
		 			margin-left: auto;
          margin-right: auto;
          width: 1010px;
					height: 100px;
		      margin-top: 180px;
		 }
		 
	   #bloc_entree
		 {
			    float: left;
					width: 460px;
					height: 80px;
          padding:15px 0px 0px 0px;
          margin: 0px 15px 0px 15px;
          border: 3px solid #F9C907;
          box-shadow: 4px 4px 5px #390C2A;
          background: #751857;
          text-align:center;
			}
			
		 #bloc_entree a
		 {
		      font-family: Calibri;
					font-size: 44px;
					color: #FFFFFF;
					text-decoration: none;
					display:block;
					width:100%;
					height:100%;
		 }
		 
		 #bloc_entree a:hover
		 {
		      font-family: Calibri;
					font-size: 44px;
					color: #FFFFFF;
					text-decoration: none;
					display:block;
					width:100%;
					height:100%;
		 }
		 	
			
			#logo
		  {
					width: 218px;
					height: 218px;
          float: left;
          background: url("imgs/elts/index_logo.jpg");
          margin-right: 25px;
			}
			
			#texte
		  {
					width: 479px;
					height: 205px;
          float: left;
          font-family: Arial;
					font-size: 0.750em; /* 10px */ 
					color: #ffffff;
			}


			.titre_jaune
		  {
		      font-family: ErasITCBold, Calibri;
					font-size: 60px;
					color: #F9C804;
		  }
		  
		  .titre_blanc
		  {
		      font-family: ErasITCBold, Calibri;
					font-size: 60px;
					color: #ffffff;
		  }
		  
		  .ss_titre
		  {
		      font-family: Calibri;
					font-size: 24px;
					color: #F9C804;
					text-shadow: 4px 4px 4px #000;
		  }
		  
		  .accroche
		  {
		      font-family: Calibri;
					font-size: 24px;
					color: #ffffff;
					text-decoration: none;
		  }
		  
		 
			#astronaute
		  {
					width: 288px;
					height: 202px;
          float: left;
          background: url("imgs/elts/index_astronaute.jpg");
			}
			
			


@media screen and (max-width:1023px)
{

     #container
		 {   
					width: 100%;
					height: 100%;
		 }
		 
		 #header
		 {
		    height: 150px;
				width: 300px;		    
		 }
		 
		 #texte
		  {
					margin-left: auto;
          margin-right: auto;
          width: 100%;  
			}
			
			
			#texte img
		  {   
					width: 90%; 
					max-width: 302px;
		  }
		 
     #entree
		 {   
		      margin-top: 0px;
		      width: 100%
		 }
		 
		 #bloc_entree
		 {          
           margin-left: auto;
           margin-right: auto;
           margin-bottom: 25px;
           width: 100%;
					 text-align: center; 
					 height: 50px; 
			}
			
			#bloc_entree a
		 {
					font-size: 22px;
		 }
		 
		 	#bloc_entree a:hover
		 {
					font-size: 22px;
		 }
		 
			
		 
			#logo
		  {
					display: none;
			}
			
			#astronaute
		  {
					display: none;
			}
			
			
			
			.titre_jaune
		  {
					font-size: 40px;
		  }
		  
		  .titre_blanc
		  {
					font-size: 40px;
		  }
		  
		  .ss_titre
		  {
					font-size: 18px;
		  }
		  
		  .accroche
		  {
					font-size: 18px;
		  }
}
			
			
			