* {border: 0; margin: 0; padding: 0;}

html, body
   {
   width: 100%;
   height: 100%;
   background-color: #000;
   text-align: center;
   font-family: Arial, Geneva, sans-serif;
   font-size: 1em;
   line-height: 150%;
   }

h1
   {
   font-size: 1.2em;
   text-decoration: underline;
   }

h2
   {
   font-size: 1em;
   text-decoration: underline;
   }

h3
   {
   font-size: 1em;
   text-align: right;
   text-decoration: none;
   }

h4
   {
   color: #481a1d;
   text-decoration: underline;
   font-weight: bold;
   }

a
   {
   color: #000;
   text-decoration: none;
   background-color: transparent;
   }

a:hover
   {
   color: #000;
   text-decoration: underline;
   font-weight:bold;
   background-color: transparent;
   }

.a
   {
   cursor: pointer;
   }

.cadre
   {
   width: 800px;
   height: 600px;
   top: 50%;
   left: 50%;
   margin-top: -300px;
   margin-left: -400px;
   position: absolute;
   }

.sitehaut
   {
   width: 798px;
   height: 150px;
   float: left;
   border: 1px solid #FFF;
   border-bottom: 0px;
   position: relative;
   }

.site
   {
   width: 798px;
   height: 430px;
   float: left;
   border: 1px solid #FFF;
   border-bottom: 0px;
   position: relative;
   background: url('../include/site_fond.jpg') no-repeat 1px;
   background-color: #b9b9b9;
   }

.site_page
   {
   width: 723px;
   color: #000;
   position: relative;
   font-size: 0.9em;
   margin-left: 75px;
   }

.sitebas
   {
   width: 798px;
   height: 30px;
   color: #FFF;
   border: 1px solid #FFF;
   background-color: #606060;
   padding-top: 5px;
   font-weight: bold;
   text-align: center;
   }

.clear
   {
   clear: both;
   content: "SelfClear";
   display: block;
   visibility: hidden;
   }