@media screen{
	body {
		background: black url(../images/visuel-accueil.jpg) no-repeat center top;
	}
	#global { background: none; padding-left: 50px; width: 930px; }
	#global #conteneurRecherche { display: none; }
	
	/********************************/
	/*			ENTETE				*/
	/********************************/
	#entete {
		position: relative; top: auto; left: auto;
		margin: 0; padding: 0; width: 300px; height: 93px;
		background: url(../images/logo-accueil.jpg) no-repeat;
	}	
	#entete #visuel, #entete h1 { display: none; }
	
	/********************************/
	/*		CHEMIN DE FER			*/
	/********************************/
	p#chemin { display: none; }
	
	/********************************/
	/*			CONTENU				*/
	/********************************/
	#global #contenu { float: none; padding: 0; width: 300px; min-height: 0; }
	
	/********************************/
	/*			DIVERS				*/
	/********************************/
	#nav, #menu_menupieddepage, #blocNews { border: 5px solid white; }
	#nav {
		float: none; margin: -13px 0 0 0; padding: 0; width: 290px;
		border-top-width: 3px;
		border-bottom-width: 2px;  
	}
	
	#menu_menuprincipal { margin: 0; padding: 0 0 5px 0; background: #bccf4e; }
	#menu_menuprincipal ul { margin: 0; }	
	#menu_menuprincipal li { position: relative; float: left; width: 135px; margin: 0; border-left: 5px solid #bccf4e; border-right: 5px solid #bccf4e; }
	#menu_menuprincipal li.clearer { width: auto; margin: 0; float: none; clear: left; border: none; }
	
	#menu_menupieddepage {
		width: 280px; overflow: hidden; padding: 5px;
		border-top-width: 3px;  
	}
	#menu_menupieddepage li { float: left; margin: 0 0 1em 0; }	
	#menu_menupieddepage li a { width: 140px; line-height: 1.1em; color: #360; }	
	#texte { position: absolute; left: -999em; top: 0; }
	#blocNews {
		margin: 0; padding: 0; width: 200px;
		border-bottom-width: 2px;
	}
	#blocNews h1, #nav h3 {
		position: relative;
		margin: 0; padding: 0 10px; width: 270px; height: 28px; line-height: 28px;
		font-family: Georgia, Times, Serif; font-size: 1.4em; font-weight: bold; color: white;
		background: url(../images/f-h1-accueil.png) no-repeat right top;
	}
	
	#rendezvous, #flashinfo {
		position: relative; margin: 0; padding: 5px; width: 280px;
		background: white url(../images/f-actus.png) repeat-x;
	}
	#rendezvous h2, #flashinfo h2 {
		position: relative; margin: 0 0 0.5em 0;
		font-family: Georgia, Times, Serif; font-size: 1.8em; font-weight: normal; color: #bd0048;
	}
	#rendezvous ul, #flashinfo ul { position: relative; margin: 0; padding: 0; list-style: none; }
	#rendezvous li, #flashinfo li, #rendezvous p, #flashinfo p {
		position: relative; margin: 0 0 -5px 0; padding: 5px 0;
		border-bottom: 1px dotted #bccf4e;
	}
	#rendezvous a, #flashinfo a { text-decoration: none; color: black; }
	#rendezvous a:hover, #flashinfo a:hover { text-decoration: underline; }
	#rendezvous span.dateEve, #flashinfo span.dateEve { font-size: 1.1em; font-weight: bold; color: #90a11c; }
	#rendezvous strong, #flashinfo strong { font-size: 1.1em; font-weight: normal; display: block; }
	
	#entete, #blocNews, #nav, #menu_menupieddepage { position: relative; opacity: 0; filter: alpha(opacity=0);}
	#entete { width: 300px; }
	#blocNews, #nav { width: 290px; }
	#menu_menupieddepage { width: 280px; }
}
@media print {
}