<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
background-color:#DED2C4;
margin: 0px 0px 0px 0px;
SCROLLBAR-FACE-COLOR: #6C1B20;
SCROLLBAR-HIGHLIGHT-COLOR: #DED2C4; 
SCROLLBAR-SHADOW-COLOR: #DED2C4; 
SCROLLBAR-3DLIGHT-COLOR: #DED2C4; 
SCROLLBAR-ARROW-COLOR: #DED2C4; 
SCROLLBAR-TRACK-COLOR: #DED2C4;
SCROLLBAR-DARKSHADOW-COLOR: DED2C4;
}

a.menu:link {font-family:Verdana;font-size:10pt;color: black; text-decoration:none;}
a.menu:visited {font-family:Verdana;font-size:10pt;color: black; text-decoration:none;}
a.menu:hover {font-family:Verdana;font-size:10pt;color: black; text-decoration:underline;}

a.sousmenu:link {font-family:Verdana;font-size:10pt;color: #6C1B20; text-decoration:none;}
a.sousmenu:visited {font-family:Verdana;font-size:10pt;color: #6C1B20; text-decoration:none;}
a.sousmenu:hover {font-family:Verdana;font-size:10pt;color: #6C1B20; text-decoration:underline;}

a.contenu:link {font-family:Verdana;font-size:10pt;color: #6C1B20; text-decoration:none;}
a.contenu:visited {font-family:Verdana;font-size:10pt;color: #6C1B20; text-decoration:none;}
a.contenu:hover {font-family:Verdana;font-size:10pt;color: #6C1B20; text-decoration:underline;}

a.footer:link {font-family:Verdana;font-size:10pt;color: white; text-decoration:none;}
a.footer:visited {font-family:Verdana;font-size:10pt;color: white; text-decoration:none;}
a.footer:hover {font-family:Verdana;font-size:10pt;color: white; text-decoration:underline;}

p {font-family:Verdana;font-size:10pt;color:black;margin: 4px;}
p.footer {font-family:Verdana;font-size:10pt;color:white;margin: 4px;}

H1 {font-family:Arial;font-size:12pt;color: #42421b;font-style:italic;font-weight:bold;}
H2 {font-family:Verdana;font-size:12pt;color: #6C1B20;font-weight:bold;}

.gites-p
   { /* défini les boites qui comprenent chaque menu de base */
  padding:0 ; /* marges intérieures à 0 */
  margin: 0 ; /* marges extérieures à 0 */
  height:12px;
  font-family:Verdana;
  font-size:20px;
  color:#ffffff;
 } /* Hauteur des boites */

#gites
{
filter:alpha(opacity=90);
-moz-opacity:0.9;
opacity: 0.9;
display: none; /* les sous-menus ne sont pas affichés */
margin: 0; /* marges extérieures à 0 */
padding : 0; /* marges intérieures à 0 */
background:#000000;
position : absolute ;
border: solid 0px #ffffff;
width : 180px;
height : 60px;
margin-left: -50px; /* moitié de la largeur */
z-index:101;
}

#gitesi
{
filter:alpha(opacity=90);
-moz-opacity:0.9;
opacity: 0.9;
display: none; /* les sous-menus ne sont pas affichés */
margin: 0; /* marges extérieures à 0 */
padding : 0; /* marges intérieures à 0 */
background:#000000;
position : absolute ;
border: solid 0px #ffffff;
width : 180px;
height : 60px;
margin-left: -50px; /* moitié de la largeur */
z-index:100;
}

#flash
{
z-index:49;
}

#menu-gestioni
{
padding : 0; /* marges intérieures à 0 */
position : absolute ;
width:392px;
height:150px;
left: 50%; 
top: 50%;
margin-left: -196px; /* moitié de la largeur */
margin-top: -75px; /* moitié de la hauteur */
border: solid 1px #770000;
z-index:102;
}

#menu-gestion
{
padding : 0; /* marges intérieures à 0 */
position : absolute ;
width:392px;
height:150px;
left: 50%; 
top: 50%;
margin-left: -196px; /* moitié de la largeur */
margin-top: -75px; /* moitié de la hauteur */
border: solid 1px #770000;
z-index:103;
}</pre></body></html>