/* CSS Document */
html *{
	margin:0;
	padding:0;
	}
img{border:none;}
.erreur{
	color:#CC0000;
	}
body{
	background-color:#497ca9;
	padding-top:25px;
	background-image:url(../IMG/bg_body.jpg);
	background-repeat:repeat-x;
	padding-bottom:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#fond_banniere{
	width:100%;
	height:122px;
	margin-top:50px;
	/*background-image:url(../IMG/banniere_fond.jpg);
	background-repeat:repeat-x;*/
	}

#banniere{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../IMG/banniere.jpg);
	height:122px;
	}
#fond_contenu{
	width:100%;
	
	}

#contenu{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	color:#333333;
	font-size:12px;
	}

#menu{
	width:790px;
	height:20px;
	background-image:url(../IMG/fond_menu.jpg);
	background-repeat:repeat-x;
	text-align:center;
	padding-left:10px;
	padding-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	}

#menu a{
	display:block;
	float:left;
	text-decoration:none;
	color:#333333;
	margin-left:1px;
	margin-right:1px;
	font-weight:bold;
	}

#menu a:hover, #menu a.selected{
	color:#fff;
	}

#menu span{
	display:block;
	float:left;
	}

#entete{
	width:800px;
	height:110px;
	}
#entete div.photos{
	float:right;
	width:524px;
	height:110px;
	background-image:url(../IMG/photos.jpg);
	}

#entete div.titre_page{
	float:right;
	width:250px;
	height:90px;
	margin-right:5px;
	padding-top:15px;
	color:#666666;

	}
#entete div.titre_page a{
	display:block;
	text-decoration:none;
	margin-left:10px;
	padding-left:15px;
	color:#a38c00;
	font-size:14px;
	font-weight:bold;
	background-image:url(../IMG/puce_sous_menu.jpg);
	background-repeat:no-repeat;
	background-position:0px 3px;
	}
#entete div.titre_page h1{
	margin-bottom:10px;
	font-size:26px;
	}


#texte{

width:760px;
padding-left:20px;
padding-right:20px;
padding-top:15px;
padding-bottom:40px;
line-height:1.4em;
}

#texte a{
	color:#336699;
	}

#chemin-de-fer{
	text-align:right;
	font-size:90%;
	color:#666666;
	}

#chemin-de-fer a{
	color:#666666;
	text-decoration:none;
	}
#chemin-de-fer a:hover{
	text-decoration:underline;
	}
#texte h2{
	color:#003366;
	margin-top:15px;
	margin-bottom:10px;
	font-size:16px;
	}

#texte h3{
	margin-top:15px;
	margin-bottom:10px;
	}
#texte p{
	margin-top:5px;
	margin-bottom:5px;
	}

#texte li{
	margin-left:15px;
	}

#fond_actu{
	width:100%;
	height:161px;
	/*background-image:url(../IMG/actu_fond.jpg);
	background-repeat:repeat-x;*/
	}
#actu{
	width:800px;
	height:161px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../IMG/actu_fond.jpg);
	}

#actu div.actu_bandeau
{
	float:left;
	width:360px;
	padding-left:20px;
	padding-right:20px;
	color:#666666;
	margin-top:10px;
}
#actu div.actu_bandeau h1
{
	font-size:14px;
	margin-bottom:10px;
}
#actu div.actu_bandeau td.contenu
{
	padding-left:10px;
}
#actu div.actu_bandeau p.date_actu
{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
}

#actu div.actu_bandeau a
{
	text-decoration:none;
	color:#003366;
}
#fond_bandeau{
	width:100%;
	height:23px;
	background-image:url(../IMG/fond_menu.jpg);
	}
	

#fond_footer{
	width:100%;
	height:88px;
	
	}
#footer{
	width:800px;
	height:88px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
	
	}
#footer-menu {
	float:right;
	color:#999999;
	padding-right:20px;
	padding-top:15px;
	}

#footer a{
	color:#999;
	text-decoration:none;
	}


img.illus_actu{
	margin-bottom:15px;
	margin-right:5px;
	}
	
/* Styles pour la galerie photo */
div.ligne_galerie{
	clear:both;
	margin-top:20px;
	height:140px;
	}

img.vignette{
	float:left;
	margin-right:10px;
	}
