@CHARSET "UTF-8";
@media screen{
	#global {
	}
	
	a {
		text-decoration : none;
		color : #f66b0e; 
	}
	
	a:hover {color : white;}
	
	p {margin : 20px 0 20px 0;}
	
	/********************************/
	/*			ENTETE				*/
	/********************************/
	#entete {
	}	
	#entete #visuel {
	}
	#entete h1 {
	}
	
	/********************************/
	/*		CHEMIN DE FER			*/
	/********************************/
	p#chemin {
	}
	
	/********************************/
	/*			CONTENU				*/
	/********************************/
	#global #contenu {
	}
	
	.encart_accueil {
		position : relative;
		width : 816px;
		height : 217px;
		margin : 30px 0 10px 0;
		background : url(../images/fond_encart_accueil.png);
	}
	
	.encart_accueil img {
		float : left;
		margin : 23px 23px 0 23px;
	}
	.encart_accueil h3 {
		font-family : Times New Roman, Times, serif;
		font-style : italic;
		color : #e3d6d7;
		z-index : 100;
		font-size : 1em;
	}
	
	.encart_accueil h3 strong {
		position : absolute;
		top : 460px;
		left : 355px;
		/*font-size : 34px;*/
		font-size : 1.5em;
	}
	
	.encart_accueil h3 span {
		position : absolute;
		top : 490px;
		left : 520px;
		/*font-size : 23px;*/
		color : white;
	}
	
	.encart_accueil p {
		width : 560px;
		margin : 0 0 0 250px;
		padding : 120px 0 0 0;
	}
	
	.encart_accueil a.flash {
		position : absolute;
		top : 0;
		left : 0;
		display : block;
		width : 816px;
		height : 217px;
	}
	
	.encart_accueil a.flash span {
		position : absolute;
		top : 0;
		left : -999em;
	}
	
	/*.encart_accueil a {
		display : block;
		width : 119px;
		height : 35px;
		position : absolute;
		right : 90px;
		top : 590px;
		background : url(../images/btn_en_savoir_plus_accueil.png);
		z-index : 100;
	}
	
	.encart_accueil a span {
		position : absolute;
		top : 0;
		left : -999em;
	}*/
	
	.interview h2 {
		margin : 20px 0 0 0;
	 }
	 
	#con_descriptif .colonne1 .colonne h3 {
		margin : 20px 0 0 0;
		padding : 0;
	 	font-family : Times New Roman, Times, serif;
		font-style : italic;
		font-size: 25px;
		color : white;
	 }
	/********************************/
	/*			MENUS				*/
	/********************************/
	#nav {
	}
	
	/********************************/
	/*			GENERAL				*/
	/********************************/
}
@media print {
}