body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0E96D2;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	color: #0E96D2;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0E96D2;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #0A8CCD;
	text-decoration: none;
	font-weight: bold;
}
.prix {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0E96D2;
	font-weight: bold;
}
.prixbulle {
	background: url(../images/bulle.png) no-repeat center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0E96D2;
	font-weight: bold;
}
.bouton {
	background: url(../images/btn_milieu.png) repeat-x center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0E96D2;
	font-weight: bold;
}
.boutong {
	background: url(../images/btn_gauche.png) no-repeat left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0E96D2;
	font-weight: bold;
}
.boutond {
	background: url(../images/btn_droite.png) no-repeat right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0E96D2;
	font-weight: bold;
}
.barreh {
	background: url(../images/barre_haut.png) no-repeat;
}
.barrem {
	background: url(../images/barre_milieu.png) repeat-y;
}
.barreb {
	background: url(../images/barre_bas.png) no-repeat;
}
.t10n {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
.t11n {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.t10g {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.t12n {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.t18n {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}
.tb10n {
	font-size: 10px;
	color: #0E96D2;
	font-weight: normal;
}
.tb12n {
	font-size: 12px;
	color: #0E96D2;
}
.tb16n {
	font-size: 16px;
	color: #0E96D2;
	font-weight: normal;
}
.tb10g {
	font-size: 10px;
	font-weight: bold;
	color: #0E96D2;
}
.tb12g {
	font-size: 12px;
	font-weight: bold;
	color: #0E96D2;
}
.tb14g {
	font-size: 14px;
	font-weight: bold;
	color: #0E96D2;
}
.tb18g {
	font-size: 18px;
	font-weight: bold;
	color: #0E96D2;
}
.tb36g {
	font-size: 36px;
	font-weight: bold;
	color: #0E96D2;
}
.tr10n {
	font-size: 10px;
	color: #FF0000;
	font-weight: normal;
}
.tj9n {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F6C828;
	font-weight: normal;
}

.cadrefin_start {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
/*  border-right: 1px solid black;*/
  border-left: 1px solid black;
  padding: 1px;
  background-color: #f0c628;
}
.cadrefin_end {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  padding: 1px;
  background-color: #f0c628;
}
.cadrefin_bottom {
/*  border-top: 1px solid black;*/
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  padding: 1px;
}

#footer {
	clear:both; /* permet d éviter le chevauchement avec les éléments flotants */
	width:680;	/* largeur du site - le padding (20px x2) */
}
	
#footer #footerElements {
	position:relative;
	width:680px;
	padding-top:20px;
	text-align:center;
}

#footer #footerElements ul { margin:0 0 10px 0; text-align:center; }
#footer #footerElements li { display:inline; }
#footer #footerElements li a { padding:0 10px 0 10px; text-decoration:none; }

/* Boutons hover */
#footer #footerElements li.accueil a:hover,
#footer #footerElements li.sites a:hover,
#footer #footerElements li.tarifs a:hover,
#footer #footerElements li.hebergements a:hover,
#footer #footerElements li.contacts a:hover,
#footer #footerElements li.reservations a:hover,
#footer #footerElements li.mentions a:hover { color:#F6C828; border-bottom:4px solid; text-decoration:none; padding-bottom:2px;}

/* Boutons actifs */
body.accueil #footer #footerElements li.accueil a,
body.sites #footer #footerElements li.sites a,
body.tarifs #footer #footerElements li.tarifs a,
body.hebergements #footer #footerElements li.hebergements a,
body.contacts #footer #footerElements li.contacts a,
body.reservations #footer #footerElements li.reservations a,
body.mentions #footer #footerElements li.mentions a { color:#99CCFF; border-bottom:4px solid; text-decoration:none; padding-bottom:2px;}
