@charset "UTF-8";

@media screen{
	#global {
		background : url(../images/fondGlobalAccueil.png) repeat-y 0 0;
		_background : url(../images/fondGlobalAccueilIE.png) repeat-y 9px 0;
	}
	
	/********************************/
	/*			ENTETE				*/
	/********************************/
	#entete {
	}	
	#entete #visuel {
	}
	#entete h1 {
	}
	
	/********************************/
	/*		CHEMIN DE FER			*/
	/********************************/
	p#chemin {
		position : absolute;
		top : 0;
		left : -999em;
	}
	
	/********************************/
	/*			CONTENU				*/
	/********************************/
	
	#global #contenu {
		/*float : none;*/
		width : 980px;
		margin : 0;
		background : url(../images/chateauATM2.jpg) no-repeat -20px bottom;
	}
	
	h1#con_libelle {
		position : absolute;
		top : 0;
		left : -999em;
	}
	
	#colonneGauche {
		float : left;
		width : 260px;
		margin : 0 10px 0 10px;
	}
	
	#edito {
		position : relative;
		width : 260px;
		background : #efefef;
	}
	
	#edito h2 {
		margin : 0 0 20px 0;
		padding : 5px 0 0 0;
		font-size : 1.8em;
		color : #013e59;
	}
	
	#edito ul {
		width : 240px;
		margin : 0;
		padding : 0 10px 10px 10px;
		list-style : none;
	}
	
	#edito ul li p {
		text-align : left;
		font-size : 1.2em;
		font-weight : normal;
		margin : 0;
	}
	
	#edito ul li p em {
		font-size : 0.9em;
	}
	
	#colonneCentre {
		float : left;
		width : 260px;
		margin : 0 10px 0 0;
	}
	
	#actus {
		position : relative;
		width : 260px;
		margin : 0 0 10px 0;
		background : #ffe9c8;
	}
	
	#actus h2 {
		margin : 0 0 20px 0;
		padding : 5px 0 0 0;
		font-size : 1.8em;
		color : #e56d0c;
	}
	
	#actus ul {
		width : 240px;
		margin : 0;
		padding : 0 10px 10px 10px;
		list-style : none;
	}
	
	#actus ul li p {
		text-align : left;
		font-size : 1.2em;
		font-weight : normal;
		margin : 0;
	}
	
	#actus a {
		display : block;
		margin : 15px 0 0 0;
		font-weight : bold;
		color : #e56d0c;
	}
	
	#actus a:hover {
		color : #00354e;
	}
	
	#colonneDroite {
		width : 260px;
		float : left;
		margin : 0 10px 0 0;
		padding : 0;
		overflow : hidden;
		
	}
	
	#compteur {
		position : relative;
		width : 255px;
		height : 124px;
		margin : 0;
		padding : 0;
		border : none;
		background : #efefef;
	}
	
	#compteur h2 {
		margin : 0 0 0 10px;
		padding : 5px 0 0 0;
		font-size : 1.8em;
		color : #00354e;
	}
	
	#compteur ul {
		position : relative;
		width : 240px;
		padding : 0;
		margin : 0;
		list-style : none;
	}
	
	#compteur p strong {
		display : block;
		width : 230px;
		height : 35px;
		margin : 0 0 0 15px;
		text-align : center;
		line-height : 35px;
		font-size : 2.4em;
		background : white;
		color : #00354E;
	}
	
	#compteur a {
		display : block;
		width : 255px;
		height : 37px;
		margin : 0;
		padding : 0;
		text-decoration : none;
		text-align : center;
		font-size : 2.6em;
		color : white;
		line-height : 35px;
		background : url(../images/fondBoutonDon.png) repeat-x 0 0;
	}
	
	#compteur a span {
		position : absolute;
		top : 0;
		left : -999em;
	}
	
	#galerie {
		position : relative;
		float : left;
		width : 154px;
	}
	
	#galerie ul {
		margin : 35px 0 0 30px;
		padding : 0;
		list-style : none;
	}
	
	#galerie ul li {
		float : left;
		width : 55px;
		height : 55px;
		padding : 0 0 7px 7px;
	}
	
	#galerie ul li a {
		text-decoration : none;
	}
	
	#galerie img {
		border : 1px solid #e56d0c;
	}
	
	span.titreImgGalerie {
		position : absolute;
		top : 0;
		left : -999em;
	}
	
	/********************************/
	/*			MENUS				*/
	/********************************/
	#nav {
	}
	
	/********************************/
	/*			GENERAL				*/
	/********************************/
}
@media print {
}
