@CHARSET "UTF-8";
@media screen{
	#global {background: #e5e5e5;}
	
	/********************************/
	/*			ENTETE				*/
	/********************************/
	#entete {
	}	
	#entete #visuel {
	}
	#entete h1 {
	}
	
	/********************************/
	/*		CHEMIN DE FER			*/
	/********************************/
	p#chemin {display: none;}
	
	/********************************/
	/*			CONTENU				*/
	/********************************/
	#global #contenu {margin: 0 0 2em 0;}
	#con_chapeau{position: relative; font-size: 1em; margin: 0 80px 2em 80px; padding: 850px 0 0 0; }
	#con_descriptif { position: absolute; top: 230px; left: 0; margin: 2em 80px 2em 80px; width: 800px; height: 850px; overflow: auto;}
	#con_descriptif table{ margin: 0 0 2em 0;}
	#con_descriptif table td {padding: 0;}
	#con_descriptif table img{background: #b7b7b7 url(../images/f-images.png) no-repeat left top; padding: 4px; margin:0; }
	#con_descriptif table span {  }
	#con_descriptif table td.noborder img{background: none; padding: 0; }
	#con_descriptif table p{margin: 0; color: #e2001a;}
	#con_descriptif table a {color: #E2001A; text-decoration: none; }
	#con_descriptif table a:hover {text-decoration: underline;}
	/********************************/
	/*			MENUS				*/
	/********************************/
	#nav {
	}
	
	/********************************/
	/*			GENERAL				*/
	/********************************/
}
@media print {
}