/***Général***/

html {
height: 100%;
}


body
{
background-color: #f5f1d4;
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Verdana, "Lucida Grande", Lucida, Tahoma, Arial, Geneva, Helvetica, sans-serif;
font-decoration: bold;
color: white;
}

ul, li {
   margin: 0;
   padding: 0;
}

h1 {
position: top;
color: #867373;
text-align: center;
font-size: 24px;
font-weight: bold;
font-family: "Trebuchet MS", Verdana, "Lucida Grande", Lucida, Tahoma, Arial, Geneva, Helvetica, sans-serif;
text-decoration: underline;
margin-top: 10px;
padding: 0;
}

h1 span {
color: #FFFF99;
}

h2 {
position: top;
color: #867373;
text-align: justify;
font-size: 14px;
font-family: Trebuchet MS, Verdana, Lucida Grande, Lucida, Tahoma, Arial, Geneva, Helvetica, sans-serif;
margin-left: 5%;
margin-right: 5%;
margin-top: 0px;
padding: 0;
}

h2 span {
font-style: italic;
}


h3 {
position: top;
color: #867373;
text-align: center;
font-size: 16px;
font-family: "Trebuchet MS", Verdana, "Lucida Grande", Lucida, Tahoma, Arial, Geneva, Helvetica, sans-serif;
margin-left: 5%;
margin-right: 5%;
margin-top: 0px;
padding: 0;
}

h4 {
position: top;
color: #867373;
text-align: middle;
font-size: 14px;
font-family: "Trebuchet MS", Verdana, "Lucida Grande", Lucida, Tahoma, Arial, Geneva, Helvetica, sans-serif;
margin-left: 5%;
margin-right: 5%;
margin-top: 0px;
padding: 0;
}

h4 span {
text-align: justify;
}

h5 {
position: top;
color: #867373;
text-align: center;
font-size: 12px;
font-family: "Trebuchet MS", Verdana, "Lucida Grande", Lucida, Tahoma, Arial, Geneva, Helvetica, sans-serif;
margin-left: 5%;
margin-right: 5%;
margin-top: 0px;
padding: 0;
}

a {
   color: #cc3300;
   text-decoration: bold;
}

a:visited {
   color: #cc3300;
   text-decoration: bold;
}

table.tarifs1 {
   text-align:center;
   text-valign:middle;
}

table.tarifs2 {
   text-align:center;
   text-valign:middle;
}

#site
{
   position:absolute;
   width: 760px ;
   height: 570px ;
   top:50%;
   left:50%;
   margin-top:-285px;
   margin-left:-380px;
}


