/* ######### redéfinitions de tags ######## */
td {
	/* dans zwook tous les textes apparaissent systématiquement
dans des tableaux, c'est donc ici qu'il faut modifier les
couleurs, font, tailles des polices : */
	font-family: verdana,sans-serif;
	font-size: 9pt; 

        border: 1px ; 
        margin: 1px 1px 1px 1px;  
        padding: 1px 1px 1px 1px; 
	border-color: Silver Silver Silver Silver;
	color: Black;
}
	
/* style des cellules de titre */
th {
	font-weight: bold;
	font-size: 12px;
	color: black;
font-family: Verdana;
}


/* Style des liens */
div#fond_banniere a,div#fond_banniere a:link,div#fond_banniere a:hover,div#fond_banniere a:visited, {
   background:#cc6666 !importante;   
}
a:link {
text-decoration:none;
color:#FF0099;
}

a:visited {
text-decoration:none;
color:#FF0099;
}

a:hover {
text-decoration:none;
background:none;
color:#FF0099;
}

em {
color:#black;
}

h4 em, h4 a, h5 a, h4 a:visited, h5 a:visited {
color:#FF0099;
}

h5 em {
color:black;
}

/* Style des traits */
hr {
color:black;
border-bottom:thin solid black;
}

/* Style des éléments de formulaire */
input, textarea {
background: #e0efff;
color:#131313;
border: 1px solid #131313;
}

/*strong {
color:black;
font-size:12px;
}*/

strong h3 {
color:black;
font-size: 9px;
}

fieldset { /*** Mise en forme des commentaires ds un formulaire (je le laisse pour qu'on puisse l'agrémenter si on veut, bordures, etc.***/
}

label { /*** Mise en forme des intitulés de champs ***/
float: left; /*** Très important, ne pas suprimer ! ***/
width: 37%; /*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
font-size: 85%;
text-align: right; /*** ... et ils sont alignés à droite... ***/
line-height: 1.6;
margin: 0;
padding: 0;
}

label:hover, input {
cursor: pointer; /*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}

/* Style des niveaux de titre */
h1, h2, h2 a, h2 a:visited  {
font-family:verdana,sans-serif;
color:black;
font-weight:bold;
}
h1 {
padding-left:12px;
}

h3 {
font-family:verdana,sans-serif;
color: black;
font-weight: normal;

}

h4 {
color:black;
font-variant:small-caps;
background:#CED2D7;
border-bottom:1px solid #131313;
}

h5 {
font-variant:small-caps;
color:black;
}

h6 {
font-variant: normal;
color: black;
 font-family: Verdana,sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: normal;
}

h7 {
font-variant: normal;
color: Black;
 font-family: Verdana,sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: bold;
}

/* Style des listes */
li {
list-style-type:square;
}

/* Style des footnotes */
fn, sup {
color:#131313;
}

/* ######### classes génériques ######## */
.error_message {
font-size:large;
color:red;
text-align:center;
}

.alternate_background {
/* utiliser ici une couleur proche mais légèrement différente 
du background de page : voir forum pour tester */
background:#eaf4ff;
}

.alternate_background2 {
/* utiliser ici une couleur proche mais légèrement différente 
du alternate_background : voir calendrier pour tester */
background:#CDD6E0;
}

.alternate_background3 {
/* utiliser ici une couleur proche mais légèrement différente 
du alternate_background2 : voir calendrier pour tester */
background:#f4f9ff;
}

.flashy_background a {
color:white;
}

.flashy_background {
/* utiliser ici une couleur qui tranche sur le background 
de page : voir calendrier pour tester */
background:#88AADD;
}

/* Style alternatif des éléments de formulaire : 
voir speedblog pour test */
.alternate_form {
background:#CCCCCC;
color:black;
border: 1px solid black;
}
/*class pour le lien réservation chez opale*/
.reservation{
  filter:alpha(opacity=0);
   -moz-opacity:0.0;
   opacity: 0.0;

a:hover{
text-decoration:none;
background: #d3d3d3;
color:338199;
 filter:alpha(opacity=100);
   -moz-opacity:0.99;
   opacity: 0.99;
}