body
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px; 
	margin-bottom: 20px;    
	/* background-image: url(access/fond.jpg) ;
	background-repeat: no-repeat;
	background-attachment: fixed ;
	background-position: 0px 150px; */
	background-color: white;
	font-size: 14px;
	font-family: "Arial",verdana,lucida,sans-serif;
	
}

#en_tete 
{
	width: 950px;
	background-image: url(access/bandeau.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-top: 10px;
	
}

h1
{
	font-size: 28px;
	text-align: center;
	color: #2F98FA;
	padding-top: 80px;
	margin: 0px;
}

h2
{
	font-size: 25px;
	text-align: center;
	color: #C41224; /* 537ecc; */
	margin-bottom: 20px;
	margin-top: 10px;
}

h3
{
	font-size: 23px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-bottom: 50px;
	color: #229936;
}

h4
{
	font-size: 20px;
	text-align: center;
	padding: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #000090;
	font-weight: bold;
}

h5
{
	font-size: 16px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-weight: bold;
	background: #cecece;
	border: 1px solid black;
	border-bottom: none;
	-moz-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;  
	-webkit-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	
}

#milieu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	
	}

#menu
{
	position: fixed; 
	/* float: left; */
	width: 150px; /* Très important : donner une taille au menu */
}

.element_menu
{
	background-color: #626262;
	background-image: url("../decouverte-estables 4.3/www/access/next.gif");
	background-repeat: repeat-x;
	border: none;
	margin-bottom: 20px; /* Pour éviter que les éléments du menu ne soient trop collés */
	padding-top: 50px;
}

.element_menu h3 /* Tous les titres de menus */
{    
   color: #B3B3B3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

#menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	
}

#menu li {
	/* padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	background-color: #ffcc66;
	font-family: Arial,verdana,lucida,"sans-serif";
	font-size: 14px;
	color: #d55500;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 5px / 5px;  
	-webkit-border-radius: 5px / 5px;
	-khtml-border-radius: 5px / 5px;
	border-radius: 5px / 5px; */
	
	}
	
#menu a /* Tous les liens se trouvant dans un menu */
{
	display: block;
	width: 150px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
	padding: 5px;
	background-color: red;
	border-left: 2px solid #960000;
	border-top: 2px solid #960000;
	border-right: 2px solid red;
	border-bottom: 2px solid red;
    -moz-border-radius: 10px / 10px;  
	-webkit-border-radius: 10px / 10px;
	-khtml-border-radius: 10px / 10px;
	border-radius: 10px / 10px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	color: #fff2f0; /* #790a0a; */
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 50%;
	text-decoration: none;
	
}

#menu a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: white;/* #C5C5C5; */
   color: red;
   border-right: 2px solid #960000;
   border-bottom: 2px solid #960000;
   border-left: 2px solid #FFD1D1;
   border-top: 2px solid #FFD1D1;
}

a .onglet-ouvert {
	background-color: white;
	}
	
a .onglet-ouvert:hover {
	background-color: white;
	}

#menu li li a {
	width: 130px;
	margin-left: 20px;
	background-color: #ff6363;
	color: green;
	}

/* Le corps de la page */

#corps
{
   margin-left: 180px; 
   margin-bottom: 20px; 
   margin-top: 0px;
   padding: 20px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   background-color: white; /* Une couleur de fond pour le corps */
   background-repeat: repeat-x; /* Une petite image de fond qui se répètera horizontalement en haut */
   border: 1px solid black; 
   -moz-border-radius: 10px / 10px;  
	-webkit-border-radius: 10px / 10px;
	-khtml-border-radius: 10px / 10px;
	border-radius: 10px / 10px;
	
}
 
#corps p {
	color: black; /* #7a7a7a; */
	font-weight: normal;
	font-size: 16px;
	text-indent: 40px;
	text-align: justify;
	}

#corps ul {
	color: black;
	font-weight: normal;
	font-size: 16px;
	text-indent: 0px;
	list-style: none;
	line-height: 20px;
	text-align: justify;
	margin-right: 40px;
	}

#corps li {
	margin: 0px;
	margin-bottom: 30px;
	}

#corps ol {
	color: black;
	font-weight: normal;
	font-size: 16px;
	text-indent: 0px;
	list-style-type: upper-alpha;
	line-height: 20px;
	text-align: justify;
	margin: 0px;
	margin-right: 40px;
	margin-left: 40px;
	
	}
	
#corps img {
	border: none;
	}
	
#corps ul img{
	margin: 2px;
	text-indent: 0px;
	}

	
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

.affiche {
	display: block;
	float: right;
	width: 250px;
	height: 322px;
	margin: 0px;
	margin-left: 20px;
	margin-top: 20px;
	border: 1px solid black;
	}

.affiche2 {
	display: block;
	float: right;
	width: 160px; /* 100px; */
	height: 129px;
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
	}

.affiche3 {
	display: block;
	float: right;
	width: 88px;
	height: 112px;
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
	}

.affiche4 {
	display: block;
	float: right;
	width: 136px;
	height: 204px;
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
	}

.vignette_yannick {
	display: block;
	float: left;
	width: 160px;
	height: 120px;
	margin: 0px;
	margin-right: 10px;
	border: 1px solid black;
	}

.casque43 {
	display: block;
	float: left;
	width: 160px;
	height: 129px; /*108px;*/
	border: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	}	

.graph1 {
	display: block;
	float: right;
	width: 400px;
	height: 317px;
	margin: 0px;
	margin-left: 20px;
	margin-top: 10px;
	}

.graph2 {
	display: block;
	float: right;
	width: 400px;
	height: 257px;
	margin: 0px;
	margin-left: 20px;
	margin-top: 10px;
	}

.diaporama {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	}
	
.diaporama table {
	width: 600px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	vertical-align: top;
	text-align: middle;
	}

.diaporama p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
.diaporama img {
	display: block;
	border: none;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	}

.plan {
	color: red;
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
	line-height: 18px;
	}
	
.plan:hover {
	font-size: 18px;
	}

.inter {
	width: 250px;
	border: 1px solid black;
	text-align: center;
	margin-left: 50px;
	margin-top: 10px;
	}
	
	
.vignettes-pompiers {
	text-align: center;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}

.vignettes-pompiers td {
	width: 110px;
	vertical-align: center;
	}
	
.vignettes-pompiers img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}

.vehicule {
	width: 700px;
	height: 130px;
	border: 1px solid black;
	margin: 10px;
	overflow: auto;
	-moz-border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;  
	-webkit-border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	
	}

.vignette-vehicule {
	width: 140px;
	display: block;
	
}

.tab-vehicule td {
	vertical-align: top;
	padding: 10px;
	}

.nom-vehicule {
	font-size: 16px;
	font-weight: bold;
	color: black;
	}

.cadre {
	border: 1px solid black;
	text-align: center;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-bottom: 5px;
	color: black; /* #7a7a7a; */
	font-weight: normal;
	font-size: 14px;
	-moz-border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;  
	-webkit-border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
	}

.texte-tableau {
	margin: 15px;
	font-weight: normal;
	text-align: justify;
	text-indent: 40px;
	font-size: 16px;
	color: black;
	line-height: 22px;
	}
	
.cadre ul {
	list-style: none;
	}
	
.cadre li {
	text-indent: 0px;
	}
	
.cadre img {
	display: block;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	
	}
	
.menu_resto {
	text-align: center;
	text-indent: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 10px;
	background: #eff7ff;
	-moz-border-radius: 20px / 20px;  
	-webkit-border-radius: 20px / 20px;
	-khtml-border-radius: 20px / 20px;
	border-radius: 20px / 20px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'French Script MT','Comic Sans MS',  Arial;
	}

.menu_resto li {
	list-style: none;
	color: #AD321F;
	line-height: 30px;
	font-size: 25px;
	}
	
.menu_resto h6 {
	color: #D97D6F;
	font-size: 30px;
	margin: 0px;
	margin-bottom: 20px;
	letter-spacing: 3px;
	}
	
.lien {
	color: #50A753;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 18px;
	
	}
	
.lien:hover {
	font-size: 18px;
	}
	
#pied_de_page
{
   padding: 5px;
   clear: both;
   text-align: center;
   color: #B3B3B3;
   font-size: 12px;
   background-color: white;
   border: 0px;
}

#en-construction {
	width: 200px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 18px;
	color: green;
	font-style: italic;
	}
	
.bar-horiz {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	color: #969696;
	font-size: 12px;
	font-weight: normal;
	}

.bar-horiz a {
	color: #969696;
	text-decoration: underlilne;
	font-style: normal;
	}

.bar-horiz a:hover{
	font-style: italic;
	letter-spacing: 1px;
	}

.auteur-photo {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: black;
	}
	
.texte-contact {
	color: black; 
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	text-indent: 0px;
	}

.partenaire {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 700px;
	border: 1px solid black;
	}
	
.partenaire td {
	width: 350px;
	padding-top: 20px;
	vertical-align: top;
	}
	
.partenaire img {
	padding: 0px;
	float: left;
	width: 150px;
	margin-left: 10px;
	margin-right: 10px;
	}
