
h3 {
  font-variant: small-caps; 
}

a:hover { 
  background-color: #DFDDDD
}

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: underline;

}
.titre {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #094266;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
}
.soustitre {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.tableau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}



/* Section Tableau des tarifs (visiteur, saisonnier et long terme) */
.tarifs { 
  font-size: 10px;
  text-align:center;
  border-spacing: 0px;
  border-collapse: collapse;
}


.tarifs th {
  background-color:#ECECEC;
  width: 150px;
}

.tarifs th.titre {
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  color: #000000;
  background-color:#FFFFFF;
  width: 100%;
}

.tarifs th.soustitre {
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  color: #000000;
  background-color:#FFFFFF;
  width: 100%;
}


.tarifs  tr.alt {
  background-color:#ECECEC;
}

/* FIN Section Tableau des tarifs (visiteur, saisonnier et long terme) */

/* Section des liens des sous-menus */
a.sousmenu {
  padding-left: 5px;
  font-size: 9px;
	text-transform: uppercase;  
	text-decoration: none;  
  color: #000000;
  line-height: 20px;
}

a.sousmenu:visited {
}

a.sousmenu:hover {
  color: #ED4D33;
  background-color: #F6F6F6;
}

a.sousmenu:active {
}
/* Fin Section  des liens des sous-menus */
