/* Feuille de style commun à toutes les pages web */
/* Feuille de style spécifique à certaines animations */
/* du site www.equiloisirs-fae.com */
/**************************************************************************************************************/

A:link {text-decoration: none; }
A:visited {text-decoration: none; }
A:active {text-decoration: none; }
A:hover {text-decoration: none; background: #FFCC00; font-weight:bold;font-size:11pt}

/* COMMUN Fond page, police */
BODY {
background-color: white;
color: black;
font-size:10pt;
font-family:arial;
overflow:hidden;
/*overflow:auto;*/
/*scrollbar-face-color: #1055B2; barre */
/*scrollbar-shadow-color: #1055B2;  bordure barre */
/*scrollbar-highlight-color: #1055B2;  couleur extérieur barre */
/* scrollbar-3dlight-color: #FFFFFF; ombre gauche */
/* scrollbar-darkshadow-color: #FFFFFF; ombre droite */
/*scrollbar-track-color: #FFFFFF;  fond barre */
/*scrollbar-arrow-color: #FFFFFF  flêche */;
}

/* COMMUN Div id=cadre_main */
#cadre_main {
width: 85%; 
height: 97%; 
left: 190px;
overflow:auto;
position:absolute;
}

/* COMMUN Div */
/*div {
position:absolute;
overflow:auto;
} */
         
/* COMMUN police standard */
p {
color: black;
font-size:10pt;
font-family:arial;
}
/*SPEC LIEN id=divlien*/
#divlien {
text-align:center;
font-size:7pt;
font-family:verdana;
}
/**************************************************************************************************************/
/* COMMUN Mise en forme des Titres H1 - Dauphin bleu */
h1 {
color: #0000FF;
font-family:dauphin;
font-size:18pt;
font-weight:bold;
}

/* COMMUN Mise en forme des Titres H2 - Dauphin vert */
h2 {
color: #00CC00;
font-family:dauphin;
font-size:18pt;
font-weight:bold;
}

/* COMMUN Mise en forme des Titres H3 - Dauphin blanc */
h3 {
color: #FFFFFF;
font-family:dauphin;
font-size:14pt;
font-weight:normal;
}

/* COMMUN Mise en forme des Titres H4 - Dauphin marron */
h4 {
color: #996600;
font-family:dauphin;
font-size:18pt;
font-weight:bold
}

/* COMMUN Mise en forme des Titres H5 - Dauphin orange */
h5 {
color: #FF6600;
font-family:dauphin;
font-size:18pt;
font-weight:bold
}

/* COMMUN Mise en forme des Titres H6 - TItre Dauphin blanc gx_accueil */
h6 {
color: #FFFFFF;
text-align:center;
font-family:dauphin;
font-size:24pt;
font-weight:bold
}
/**************************************************************************************************************/
/* INDEX Mise en forme Index - zonenews */
#dropinboxv2cover{
width: 420px; /*change width to desired */
/*height: 180px;  change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 400px; /*change width to above width-20. */
/*height: 150px; change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px ; /*Customize box appearance*/
/*background-color:FFCC00;*/
background-color:#FFFFFF;
padding: 5px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
font-size:10pt;
font-family:arial;
}
/**************************************************************************************************************/
/* INDEX G0_DIAPO Mise en forme Index et g0_diapo - bouton */
.initial{
font-weight:bold;
background-image:url(images/g0_first.jpg);
}
