<style type="text/css">
<!--
body {
	padding-bottom: 170px; /* réserve l'espace pour le footer fixe */
}
#menu {
	font-family: "Times New Roman", "Arial Black", "Arial", "Verdana", "sans-serif";
	font-size: 2.5em;
	font-weight: bold;
}
#diaporama {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000;
	border-top: 3px solid #ff0000;
	z-index: 100;
	overflow: hidden;
}
marquee {
	width: 100%;
	height: 160px;
	display: block;
}
marquee img {
	height: 150px;
	width: auto;
	margin-right: 10px;
	vertical-align: middle;
}
#menu {
	position: relative;
	z-index: 1;
}
#contenu {
	position: absolute;
	text-align: justify;
	left: 140px;
	top: 275px;
	width: 600px;
	margin: 1em 15%;
	border: 2px ridge #ff0000;
	border-radius: 1em;
	padding: 0.5em;
	font-family: "Times New Roman", "Arial Black", "Arial", "Verdana", "sans-serif";
	font-size: 14px;
}
#contenubas{
	position: absolute;
	text-align: justify;
	left: 140px;
	top: 410px;
	width: 600px;
	margin: 1em 15%;
	border: 2px ridge #ff0000;
	border-radius: 1em;
	padding: 0.5em;
	font-family: "Times New Roman", "Arial Black", "Arial", "Verdana", "sans-serif";
	font-size: 14px;
}
#carte {
	position: absolute;
	left: 300px;
	top: 340px;
	text-align: center;
}
#tonneau {
    float: left;
	width: 195px;
	height: 258px;
}
#horaires { 
	float: right;
	width: 231px;
	height: 155px;
}
#contact {
	float: left;
    width: 80px;
}
#prévention {
	text-align: center;
	font-size: 0.7em;
}
#centrer {
	text-align: center;
}	
strong {
	font-size: 18px;
	color: #ff0000;
	text-shadow: 3px 3px 10px black;
}
p.decalage {
	text-indent:10%;
}	
p span.gauche {
	float: left;
}
p span.droite {
	float: right;
	font-weight: bolder;
}
a.menu:link { 
	text-decoration: none;
}
a.menu:visited {
	text-decoration:none;
}
a.menu:hover {
	letter-spacing: 8px;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
}
a.menu:active {
	text-decoration: none;
	letter-spacing: 8px;
}
a.text:link { 
	font-weight:bold; 
	text-decoration: none;
	color: #ff0000;
}
a.text:visited {
	text-decoration: none;
	font-weight: bold;
	color: #808080;
}
a.text:hover { 
	font-size: 1.2em;	
	font-weight: bold;
	text-decoration: none;
}
a.text:active {
	text-decoration: none;
	font-weight: bold;
}
p span.inverse {
   unicode-bidi: bidi-override;
   direction: rtl;
}
form {
	position: absolute;
	text-align: justify;
	left: 140px;
	top: 275px;
	width: 600px;
	margin: 1em 15%;
	border: 2px ridge #ff0000;
	border-radius: 1em;
	padding: 0.5em;
	font-family: "Times New Roman", "Arial Black", "Arial", "Verdana", "sans-serif";
	font-size: 14px;
}
form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
form fieldset legend {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
}
form div.gauche {
	width: 250px;
	margin: 0 0 1em 20px;
	float: left;
	display: inline; /* évite le Doubled Float-Margin Bug d'IE6 */
}
form div.gauche p {
	margin: .5em 0;
}
form div.gauche span.label {
	display: block;
	margin-bottom: .2em;
}
form div.gauche label {
	font-weight: bold;
	cursor: pointer;
}
form div.gauche span.controle {
	display: block;
}
form div.droite {
	margin: 0 20px 1em 310px;
}
form div.droite span.label {
	display: block;
	font-weight: bold;
}
form div.droite span.controle {
	display: block;
	margin: .5em 0 0 30px;
}
form div.droite span.controle input.bouton {
	position: absolute;
	margin-left: -30px;
}
form div.droite span.controle br {
	display: none;
}
form input.text {
	width: 95%;
	border: solid 1px #ff0000;
	padding: 2px 4px;
}
form textarea {
	border: solid 1px #ff0000;
	padding: 2px 0 0 4px;
}
form input[type="submit"], input[type="reset"] {
  background:#ff0000;
  font:1.1em "Times New Roman", "Arial Black", "Arial", "Verdana", "sans-serif";
  color:#FFFFFF;
}
-->
</style>