/* www.aigue-vive.com */

/*************************** Général ***************************/

/* @group Général */
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Georgia, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: .7em;
	text-align: center; /* pour corriger le bug de centrage IE */
	/*background: #010405;*/
	background-color: #000;
	color: #000;
}

#page {
	margin: 0;
	/*padding: 0;*/
	position: relative;
	/*width: 760px;*/
	height: 600px; /* IE interprète le height comme un min-height, du coup ça perturbe les autres. Il faut Hacker pour remettre en W3C */
	margin-right: auto;
	margin-left: auto;
	text-align: left; /* on rétablit l'alignement normal du texte */
	/*background: #fff url(fond_page.png) repeat-y;*/
	
	width: 930px;
	padding: 0 20px;
	background: #fff url(fond_page_large.png) repeat-y;

}

html>body #page { /* Hack pour IE (il ne connait pas le raccourci CSS '>' donc il ne "voit" pas cette règle qui remet le height en auto)*/
	min-height: 600px;
	height: auto !important;
}


/* @group Redéfinitions */
img {
	border: 0;
	overflow: scroll;
}

.cacher {
	display: none;
}

.centrer {
	text-align: center;
}

.raccourci_clavier { /* Utilisé pour permettre l'identification des touches AccessKeys */
	text-decoration: underline;
}

.astuce_hr {
	margin: 0;
	padding: 0;
	visibility: hidden;
	clear: both;
}

dl, dt, dd, ul, li { /* Suppression du padding du <li>, de la mise en forme des puces */
	margin: 0; /* Pour afficher les listes correctement avec Gecko's ET IE mettre le padding ET le margin a 0 */
	padding: 0;
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #fff;
}

a.spip_out {
	color:#3333FF;
	text-decoration:underline;
}
a.spip_in {
	color:#3333FF;
	text-decoration:underline;
}
a:hover {
	color:#000066;
	text-decoration:underline;
}
/* @end */
/* @end */

/* @group Entête */
#entete {
	/*margin: 0;
	padding: 0;
	background: #fff url(bandeau.jpg) no-repeat;*/
	height: 237px;
	width: 930px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #fff url(bandeau_large.jpg) no-repeat center top;
}

#entete p {
	margin: 0;
	position: relative;
	top: 10px;
	left: 18px;
	color: #5ACAD5;
	font-size: 12px;
	font-weight: bolder;
}

#entete p span {
	display: block;
}

#logo {
	position: absolute;
	top: 120px;
	/*left: 9px;*/
	left: 29px;
	z-index: 50;
}

/* @end */

/* @group Langues */
ul#langues {
	position: absolute;
	margin-top: 45px;
}


ul#langues li {
	display: inline;
	margin-left: 5px;
}

ul#langues_intro li {
	display: inline;
	margin-left: 5px;
}

/* @end */

/* @group Menu */
ul#menu {
	margin-top: 70px;
	position: absolute;
	width: 190px;
}

ul#menu li {
	margin-top: 8px;
}

ul#menu li a {
	display: block; /* On passe les liens en ?l?ments de type block pour leur donner des propri?t?s de taille */
	width: 190px;
	height: 30px;
	font-size: 1.1em;
	font-weight: bolder;
	text-transform: capitalize;
	text-decoration: none;
	background: url(menu_rames.png) no-repeat 0 0; /* On met une image de background, que l'on positionne ? 0px du bord gauche et 0px du bord haut */
}

ul#menu li a span {
	position: relative;
	left: 10px;
	bottom: 3px;
}

ul#menu li a:hover {
	background: url(menu_rames.png) no-repeat 0 -32px; /* Et ici on d?cale l'image du background de 32px vers le haut pour laisser appara?tre la 2eme partie de l'image */
	color: #FFDE00;
	font-weight: bolder;
}
/* @end */

/* @group Contenu */
#corps {
	border-top: #00B5F1 1px solid;
	background: transparent url(fond_corps.png) no-repeat;
}

h1 {
	margin: 0;
	padding: 6px 235px 6px 0;
	font-size: 1.5em;
	text-align: right;
	background-color: #ccc;
	background: #fff url(fond_titre.jpg) repeat-y right;
	color: #fff;
}

h1 span {
	padding: 6px 0 6px 45px;
	background: #022C39 url(fond_titre.png) repeat-y;
}

h3 {
	color: #fff;
	padding: 0 0 0 45px;
	background: #022C39 url(fond_titre.png) repeat-y;
	font-size: 1.2em;
}

h3 a.spip_in {
	color: #fff;
}

h3.formuleA {
	background-color: #008000;
}

a.formuleA {
	color: #008000;
	font-weight: bolder;
	text-decoration:underline;
}

h3.formuleB {
	background-color: #00F;
}

a.formuleB {
	color: #00F;
	font-weight: bolder;
	text-decoration:underline;
}

h3.formuleC {
	background-color: #F60;
}

a.formuleC {
	color: #F60;
	font-weight: bolder;
	text-decoration:underline;
}

h3.formuleD {
	background-color: #936;
}

a.formuleD {
	color: #936;
	font-weight: bolder;
	text-decoration:underline;
}

#contenu {
	margin: 15px 5px 0 195px;
	position: relative;
}

#contenu_txt {
	margin-right: 205px;
}
#contenu_flash, #contenu_tarifs_detail {
	margin-right: 10px;
}

#contenu p {
	text-align: left;
	font-size: 1.2em;
	padding-left:20px;
}

#contenu_img img.spip_logos, #promo {
	margin: -15px 0 20px 0;
	clear: both;
	float: right;
	border: #7ECBD2 1px solid;
	z-index: 100;
}

#promo {
	padding: 5px 0;
	width: 178px;
	text-align: center;
	background-color: #fff;
}

#promo a {
	color: #fe4a99;
}

#promo img {
	display: block;
margin: 1px auto;
}

#map {
	margin: 15px auto;
}

/* @end */


/* @group Tableaux */
table.spip {
	margin: 10px auto;
	border: #7ECBD2 1px solid;
	border-collapse: collapse;
	width: 85%;
	text-align: center;
}

tr {
	height: 30px;
}

tr.row_first {
	color: #FF4A69;
	text-transform: uppercase;
}

td, th {
	border: #7ECBD2 1px solid;
	font-size: 12px;
}

/* @end */