body{
background-color: #ffffff; /* couleur du fond : blanc */
color: #000000;    /* couleur du texte : noir */
font-family: Arial , Helvetica, sans-serif;
margin-top: 1px;
 }

/* barres de défilement */
body {scrollbar-face-color: #FECA7F; scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #FFFFFF;scrollbar-3dlight-color: #FBEDB0; scrollbar-darkshadow-color: #FBEDB0; scrollbar-track-color: #FBEDB0; scrollbar-arrow-color: #800000}

form               /* pas de marge pour les formulaires */
{
margin: 0px;
}

.comic{font-family: "Comic sans MS" , Arial , Helvetica, sans-serif;}

/* style pour les bulles 'alentour du monument */
.alentour{
color: #000000; /* couleur du texte */
font-family: Arial , Helvetica, sans-serif;
font-size: 12;
 } 

/* style pour barre du bas */
.bas{
background-color: #feca7f; /* couleur du fond */
color: #000000;            /* couleur du texte */
font-family: Arial , Helvetica, sans-serif;
font-size: 12;
 }

/* style pour séparation */
.separation{
background-color: #feca7f; /* couleur du fond */
color: #000000;            /* couleur du texte */
font-family: "Comic sans MS" , Arial , Helvetica, sans-serif;
font-size: 16;
 }

/* style pour menu horizontal */
.menu_h{
background-color: #feca7f; /* couleur du fond */
color: #000000;            /* couleur du texte */
font-family: Arial , Helvetica, sans-serif;
font-size: 11;
 }

/* style pour police arial */
.arial{
font-family: Arial , Helvetica, sans-serif;
 }

a:link{	color: rgb(0,0,0); }
a:visited{color: rgb(0,00,0); } 
a:active {color: rgb(255,0,0);}
A:hover {color:#0000ff; text-decoration:none; } 

INPUT {color:#4D0000;background-color:#E0AD7E;font-size:14px;font-family:Arial;font-weight:bold}SELECT {color:#0000FF;background-color:#FFEFCC;font-size:14px;font-family:arial;font-weight:bold}


@font-face {
font-family: police2;
font-style: normal;
font-weight: normal;
src: url(police2.eot);
}

.policec {
font-family: police2, Arial, sans-serif;
font-size: 23px;
color: #0000ff;
}
.policed {
font-family: police2, Arial, sans-serif;
font-size: 32px;
color: #0000ff;
}

a.vertical {
  color: #800000;
  background-color: #E0AD7E;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 13;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  border: 3px outset #FCCC9C;
  display: block;
  width: 100px;
}

a.vertical:visited {
  color: #800000;
  background-color: #E0AD7E;
  font-family: arial, verdana, helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  border: 3px outset #FCCC9C;
  display: block;
  width: 100px;
}
a.vertical:hover {
  color: #800000;
  background-color: #FCCC9C;
  font-family: arial, verdana, helvetica, sans-serif;
  border: 3px inset #FCCC9C;
}

a.bouton {
  color: #800000;
  background-color: #E0AD7E;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 13;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  border: 3px outset #FCCC9C;
  display: block;
}
a.bouton:visited {
  color: #800000;
  background-color: #E0AD7E;
  font-family: arial, verdana, helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  border: 3px outset #FCCC9C;
  display: block;
}
a.bouton:hover {
  color: #800000;
  background-color: #FCCC9C;
  font-family: arial, verdana, helvetica, sans-serif;
  border: 3px inset #FCCC9C;
}

/* liens dans le texte effet surligné en jaune */
a.survol {
  color: #000000;
  text-decoration: none;
  text-align: center;
  padding: 0px;
}
a.survol:visited {
  color: #000000;
  text-decoration: none;
  text-align: center;
  padding: 0px;
}
a.survol:hover {
  color: #000000;
  text-decoration: none;
  background-color: #ffff00;
}
.no_print
{
display:none;
}

