@charset "UTF-8";
@media screen{
	
	/********************************/
	/*		CHEMIN DE FER			*/
	/********************************/
	p#chemin, #cheminfer2 {
		position: absolute;
		left: -999em;
	}
	
	/********************************/
	/*			CONTENU				*/
	/********************************/
	#global #contenu {
		padding-top: 193px; padding-top: 161px;
	}
	
	/********************************/
	/*			DIVERS				*/
	/********************************/
	#pied {
		background: url(../images/f-piedpage-accueil.png) no-repeat right top;
	}		
	form#mrecherche_rechercheGlobale, #menu_menuprincipal ul li.gobackhome, #contenu #barreoutils {
		display: none;
	}
	
	/********************************/
	/*			GENERAL				*/
	/********************************/
	#colgauche {
		position: relative;
		float: left;
		width: 396px;
		_width: 391px;
		margin: 0 1px 0 0;
	}
	#coldroite {
		position: relative;
		float: left;
		width: 583px;
		margin: 0;
	}
	
	#contenu #texte {
		margin: 10px 15px 0 96px;
		text-align: left;
		color: #0068B4;
		font-size: 1.3em;
	}
	#contenu #texte #con_chapeau {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		width: auto;
		font-weight: bold;
		font-size: 1em;
		color: #0068B4;
		background: none;
	}
	
	/*#menu_menuAnnexe {
		position: relative;
		left: auto;
		top: auto;
		margin-left: 195px;
		width: 388px;
		height: 96px;
		background: url(../images/f-menuannexe-accueil.png) no-repeat right top;
	}
	#menu_menuAnnexe ul {
		margin: 1px 97px 0 0;
	}*/
	
	#actualites {
		position: relative;
		margin: 1em 0;
		padding: 10px 10px 10px 204px;
		width: 173px;
		height: 172px;
		background: url(../images/f-actus-accueil.png) no-repeat;
		text-align: left;
	}
	#actualites h1 {
		position: absolute;
		margin: 0;
		padding: 0 0 0 10px;
		top: 1px;
		left: 97px;
		width: 87px;
		height: 32px;
		line-height: 32px;
		background: url(../images/f-t-actus-accueil.png) no-repeat;
		color: white;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1.2em;
	}
	#actualites ul {
		position: relative;
		margin: 0;
		padding: 0;
		height: 172px;
		overflow: auto;
	}
	#actualites li {
		list-style: none;
		margin-bottom: 1.5em;
	}
	#actualites li a {
		text-decoration: none;
		color: black;
	}
	#actualites li a:hover {
		color: #d5ebe7;
	}
	#actualites li strong {
		position: relative;
		display: block;
		font-size: 1.4em;
	}
	#actualites li span {
		position: relative;
		display: block;
		font-size: 1.2em;
	}
	a#topofthepage { display: none; }
}
@media print {	
	/********************************/
	/*			GENERAL				*/
	/********************************/
	#colgauche {
		position: relative;
		border-bottom: 1px solid #0068B4;
	}
	#coldroite {
		position: relative;
	}
	
	#contenu #texte {
	}
	#contenu #texte #con_chapeau {
		position: relative;
		font-weight: bold;
		color: #0068B4;
	}
	
	#actualites {
		position: relative;
	}
	#actualites h1 {
		color: #0068B4;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1.2em;
	}
	#actualites ul {
	}
	#actualites li {
	}
	#actualites li a {
		text-decoration: none;
		color: black;
		font-size: 1em;
	}
	#actualites li a:hover {
	}
	#actualites li strong {
		position: relative;
		display: block;
	}
	#actualites li span {
		position: relative;
		display: block;
	}
}
