body{
	margin: 0;
	background-color: black;
	padding: 0 0 30px;
}

/* Menu */

.menu{
	background-color: #FFCC00;
}
.accesDirect {
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

/* Centre */
/*
.texte1{
	color: white;
	font: 14px/16px Arial, Helvetica, Geneva, sans-serif;
}
.texte1 a{
	color: orange;
}
.texte1 a:hover{
	color: yellow;
}
*/
.centre{
	background-color: black;
	width: 100%;
	overflow: auto;
	display: block;
	height: auto;
}

/* Info */
.info {
	color: white;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 35px;
	overflow: auto;
	display: block;
}
.info h2 {
	color: maroon;
	background-color: white;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
}
.info p {
	color: white;
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 15px;
}
.info a {
	color: orange;
}
.info a:hover {
	color: yellow;
}

/* tarif */
.tarif {
	padding-bottom: 35px;
	overflow: auto;
	display: block;
}

/* Pied fixe*/

div#menu_bas{
	background-color: #FFCC00;
	bottom: 0;
	left: 0;
	width: 100%;
	position: absolute;
	display: block;
	height: 30px;
	color: red;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
@media screen{
	  body>div#menu_bas{
		   position: fixed;
	  }
}

* html body{
	  overflow:hidden;
} 
* html div#content{
	  height:100%;
	  overflow:auto;
}

#menu_bas a{
	color: #003399;
	background-color: #FFCC00;
	display: inline;
	padding: 5px;
}
#menu_bas a:hover{
	color: orange;
	background-color: #003399;
	text-decoration: none;
}
