* { margin: 0; padding: 0; }
html {font-size: 100%;}
body
{
 font-family:"Comic Sans MS, Arial, Helvetica, sans-serif";
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour �viter de coller avec le haut de la fen�tre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-image: url("../images/fond1.jpg"); /* Une petite image de fond pour �viter d'avoir un vieux fond blanc :p */
   background-position: center;
   /*background-repeat: no-repeat;*/
   background-attachment: fixed;
   font-size: 0.8em;
}

h2
{
text-align: center;
text-decoration: underline;
color: black;
font-size: 1em;
}

h3
{
/*border: 2px solid red;*/
font-size: 1em;
text-decoration: underline;
}

#conteneur {
position: absolute;
top: 0%;
background-image: url("../images/fond1.jpg"); /* Une petite image de fond pour �viter d'avoir un vieux fond blanc :p */
   background-position: center;
   /*background-repeat: no-repeat;*/
   background-attachment: fixed;
padding-top: 2%;
width: 100%;
height: 100%;
}
img.center {
display: block;
position: fixed;
left: 5%;
width: 90%;
height: 90%;
/*margin-left: 5%;*/
margin-right: 5%;
text-align: center;
}

#tarifs
{
position: fixed;
left: 20%;
margin-top: 5%;
margin-right: 25%;
width: 60%;
text-align: center;
font-size: 1.5em;
}

#wifi
{
text-decoration: underline;
font-size: 120%;
font-style: italic;
}
#home {
position: fixed;
right: 4%;
/*margin-left:-40%;*/
top: 80%;
}
#home a {
text-decoration: underline;
color: black;
font-style: italic;
font-size: 1.2em;
}
#home a:hover {
text-decoration: none;
color: blue;
font-style: normal;
/*font-size: 1.3em;*/
}
.menuhome {

display: block;
padding: 0.5%;
text-align: center;
border: 2px solid black;
margin: 0.6em;
}

a img
{
padding: 1px;
border: 0;
}
#pied
{
   padding: 5px;
}

#css 
{
  position:fixed;
  display:block;
  width:5%;
  height:3.5%;
  /*text-decoration:none;*/
  top: 90%;
  right: 2%;
}

#xhtml 
{
  position:fixed;
  display:block;
  width:5%;
  height:3.5%;
  /*text-decoration:none;*/
  top: 90%;
  left: 2%;
}

#rappel
{
  position:fixed;
  width: 80%;
  left: 10%;
  text-align: center;
  /*text-decoration:none;*/
  top: 93%;
  /*border: 2px solid black;*/
}

#titre
{
  position: fixed;
  width: 80%;
  margin: auto;
/*  border: 2px solid red;*/
  font-size: 80%;
  text-align: center;
  left:10%;
  top:5%;
}


#browser {
position: absolute;
width: 100%;
text-align: center;
font-size: 1em;
font-weight: bold;
top: 92%;
color: red;
text-decoration: underline;
}
#browser a {
color: purple;
}

