/*
  Design Publi-site-e
  Créé par benji7790
  http://publi-site-e.xooit.com
  copyright (C) PSE 2007
  Version spéciale créée pour Th.Hosting
*/



body
{
   background: #f9f9f9 url(images/background.gif) repeat-x;
   overflow-y: scroll; 
   font: 80% Verdana, Tahoma, Arial, sans-serif;
   color: #000;
}

a:link{ color:#B3B3B3; text-decoration:none; }
a:visited{ color:#fc0082; text-decoration:none; }
a:hover { color:#ffda46; text-decoration:overline; }



/* L'en-tête */
#en_tete
{
   width: 679px;
   height: 175px;
   margin-left: 100px;   
   background-image: url("images/banniere.gif");
   background-repeat: no-repeat;
}



/* La page */
#page
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
}



/* Le corps de la page */
#corps
{
   margin-right: 140px;
   margin-bottom: 20px;
   padding: 5px;
   background-color: #fff;
   color: #111;
   border: 1px solid #ddd;
   border-top: 1px solid #ddd;
}

#corps h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   padding-left: 30px;
   font: bold 1.7em "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
   margin: 0 0 .8em;
   border-bottom: 1px solid #eee;
   color: #444;
   text-transform: uppercase;
   letter-spacing: .2em;
}



/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */
#pied_de_page
{
   font: .89em Tahoma, Verdana, Arial, sans-serif;
   color: #aaa;
   width: 65.17em;
   max-width: 90%;
   margin: 0 auto;
   padding: 1.5em 1.72em;
   white-space: nowrap;
   text-align: center;
   background-image: url("images/motif.gif");
   background-repeat: repeat-x;
}
