/*----------------------------------------------------------------------------*/
/* ------------ CSS pour http://www.scp-lesage.com----------------------------*/
/* ------------ Date: 070208 -------------------------------------------------*/
/* ------------ Auteur: www.sous-titre.com  ----------------------------------*/
html, body 
                {width: 100%;height: 100%;margin: 0 auto;}
.hide           {display: none;}
body            {background: #4a84cd;margin: 0; padding: 20px 0 0 0; height: auto;font: small "trebuchet ms", Helvetica, Arial, sans-serif; color: #003; text-align: center;}
/* On met le padding à 0 pour le navigateur Opera qui définit des padding par défaut pour le body*/
img             {border:0}
hr              {visibility: hidden;text-align:center;height:30px;width:100px}
ol, ul, li      {margin: 0; padding: 0;}
/* ------------ CONTENEUR GLOBAL ---------------------------------------------*/
#conteneur      {background: #cadbed; height: auto;text-align: left;position: absolute;width: 780px;left: 50%;margin-left: -390px;}
/* ------------ TITRE --------------------------------------------------------*/
#titre h1       {background: #003;margin: 0;width: 780px;height: 160px;color: white;}
#titre h1 a     {font: small Verdana, Helvetica, Arial, sans-serif;display: block;position: relative ;}
#titre h1 a span{display: none ;}
/* Le span entourant le texte titre permet d'avoir un h1 pour la clarté, sans avoir à l'afficher */
#titre h1 a:hover   {background:none}

/* ------------ PARTIE PRINCIPALE --------------------------------------------*/
#contenu        {background:#cadbed url(../img/fond_cont.jpg) repeat-x;margin: 0 0 0 266px;width:auto;height:auto;color:black;}
#contenu h2     {font: 1.7em Times New Roman, Times, serif;color: #900;margin:0 0 0 40px;}
#contenu h3     {color: #039;margin:0 0 0 40px;font-size: 1em ;text-align:left;}
#contenu p      {text-align: justify;margin: 0;padding:5px 40px 5px 40px;}
#contenu ul     {list-style-type: none;margin-left:15px}
#contenu li     {line-height: 25px;background: url(../img/gif/pucer.gif) center left no-repeat;margin:0 20px 0 40px;padding-left:15px;}
#contenu li span a:hover   {background:none;text-decoration: none;}
#liens          {float:right;clear:both;width:380px;height:auto}
#dossier        {color:#339;margin: 0 0 291px 40px;}
#bdd            {color:#339;margin: 0 0 0 40px;}
#ident          {margin:20px 0 250px 40px;width:288px;background: #ede8e3;border-top: 2px solid #900;border-bottom: 2px solid #900}
#ident input    {font-size:13px;padding:0;margin:0}
.bddzone        {margin:5px 0;}
.erreur         {font-weight:bold; color:red;}
/* ------------ MENU ---------------------------------------------------------*/
#menu           {font-size: small;position:absolute;left:0;width:266px;height:355px;padding:0;margin:0;background: #cadbed url(../img/fond_menu.jpg) no-repeat;}
#menu h2        {width:226px;margin:5px 0 5px 20px;font-size: small ;color:#696;}
#menu ul        {list-style-type: none;}
#menu ul li     {margin:5px 0 0 30px;line-height: 1.5em;clear:both;text-align: left;}


/* ------------ LIENS --------------------------------------------------------*/
a:link          {background:none;color: #900;text-decoration:none;}
a:visited       {background:none;color: #900;text-decoration: none;}
a:hover         {background:none;color: #900;background-color: #efefef;text-decoration: none;}
a:active        {background: none; color: #900; text-decoration: none;}
/*------------- necessaire pour gestion du float sous IE5 et 5.5 -------------*/
#cleardiv {clear: both;height: 1em;}
/*------------- PIED DE PAGE -------------------------------------------------*/
#pied           {border-top: 1px solid #033;background: #036  ;clear: both;text-align:left; color: white;height:85px;width:780px;padding:0;margin:0}
#pied p         {text-align: left;margin: 0;padding:0}
#adresse        {float:left;height:80px;margin: 5px 0 0 0;padding:0 0 0 10px}
#numeros        {float:left;height:80px;margin: 5px 0 0 0;padding:0 0 0 50px}
#mail           {float:left;height:80px;margin: 5px 0 0 0;padding:0 0 0 100px}
#pied a         {text-decoration:none; color:#ccc;background: none;}
#pied a:hover   {background:none;text-decoration: none;}
#pied span      {float:left;}
