/* Bannire du haut de page, fond blanc, position absolut en haut à gauche */
.Banniere {
	Background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
}

/* Les packs spéciaux, en page d'accueil, encadré en vert avec un fond vert clair */
.Cube {
	background: #e6f4c9;
	border-style: solid;
	border-color: abda4d;
	border-width: 2px;
}

/* L'image Rennes à 10 pixels du haut de page */
.rennes {
	position:absolute;
	top:10px;
}

/* la mobilette, à 88 pixels du haut de page */
.Mob {
	position:absolute;
	top: 88px;
	left: 150px;
}

/* Les listes de menu */
dl, dt {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Les titres de page, et les sous-titre, en vert, les sous-titre en block */
h1 {
	font-weight: bold;
	font-size:  22;
	font-family: "Arial";
	color: #abda4d
}

h2 {
	font-size: 18;
	font-family: "Arial";
	Background: #abda4d;
	display: block
}

/* Le menu, pas de marge, position absolu à 190 pixel du haut, et Z-index au dessus des autres*/
#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 190;
	left: 0;
	z-index:100;
	width: 100%; /* correction pour Opera */
}

/* élément du menu, prenant 1/4 de page (-0.1% sinon bug) */
#menu dl {
	float: left;
	width: 24.9%;
}

/* élément du menu, avec curseur en pointeur, en gras et les couleurs et bordures souhaitées */
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #abda4d;
	border: 1px solid #9b9da3;
	margin: 1px;
}

/* lien du menu, couleur et fond adéquat */
#menu dl a, #menu dt a {
	color: #b6202e;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

/* lien si souris au dessus, on inverse les couleurs */
#menu dl a:hover, #menu dl a:focus, #menu dl a:hover, #menu dl a:focus {
	background: #b6202e;
	color: #abda4d;
}

.tarifleft {
	width: 70%;
}

.tarifright {
	position: absolute;
	width: 14%;
	right: 15%;
	font-weight: bold;
}

.tarifrightright {
	position: absolute;
	width: 14%;
	right: 0px;
	font-weight: bold;
}
