/* Réalisation e-Lixir */

/***** STRUCTURE GENERALE *****/
*       { margin: 0; padding: 0; }
BODY    { background: #FFF; font-family: Arial, sans-serif; font-size: 13px; color: #000; }
A       { text-decoration: none; color: #9F0038; outline: none; }
A:hover { }
IMG     { display: none; }
UL,LI   { list-style: none; }

/***** GLOBAL *****/
#global { width: 900px; padding: 20px 0 0 0; }

/***** HEADER *****/
#header  { display: none; }

/***** SOUSMENUS *****/
#ssmenu-actions { display: none; }

/***** CONTENU *****/
#content    { margin: 35px 0 0 0; }
#article    { width: 650px; margin: 0 0 0 0; }
#article H1 { background: #9F0038; text-transform: uppercase; color: #FFF; font-weight: normal; font-size: 20px; padding: 3px 0 2px 20px; margin: 0 0 5px 0; }
#article H2 { clear: both; font-size: 18px; color: #000; margin: 25px 0 5px 0; }
#article H2 A { color: #000 !important; text-decoration: none; }
#article H3 { clear: both; font-size: 14px; color: #000; margin: 15px 0 0px 0; }
#article P  { margin: 0 0 15px 0; text-align: justify; }
#article UL { margin: 10px 0 10px 30px; text-align: justify; }
#article LI { list-style: url(../pics/charte/puce-article.gif); margin-bottom: 5px; }
#article .more { background: #FFF url(../pics/charte/more-article.gif) top left no-repeat; float: right; text-indent: 42px; color: #000; font-weight: bold; text-transform: uppercase; font-size: 12px; margin: 0 0 0 0; }
#article .more A { color: #000; text-decoration: none; }
#article .more A:hover { color: #9F0038; text-decoration: underline;  }
#article A { color: #898989; text-decoration: underline; }
#article A:hover { color: #9F0038; }
.imgLeft { float: left; margin: 0 15px 15px 0; }
#illustration { display: none; }
#texteArticle { width: 650px; }

/***** COLONNE DROITE *****/
#colDroite { display: none; }

/***** FORMULAIRE(S) *****/
#search       { padding: 40px 0 0 0; }
#search P#expression { float: left; width: 270px; line-height: 30px; }
#search P#liste { float: left; width: 250px; padding: 38px 0 0 0; line-height: 20px; }
#search P#subm { float: right; width: 135px; padding: 110px 0 0 0; }
#search LABEL.legende { display: block; font-weight: bold; width: 300px; text-align: left; padding: 0 0 10px 0; }
#search INPUT { width: 200px; padding: 1px 2px 2px 2px; margin: 0 20px 0 0; border: 1px solid #333; vertical-align: middle; }
#search INPUT.chk { width: auto !important; border: none !important; vertical-align: middle; margin: 0 !important; }
#search INPUT.bouton { padding: 3px 0 3px 0 !important; width: 135px !important; margin: 0 0 0 0 !important; background: #B8B6B7; color: #FFF; border: none; cursor: pointer; }

/***** TABLEAU(X) *****/
#liensUtiles { width: 100%; margin: 50px 0 0 0; }
#liensUtiles TD { padding: 2px 0 2px 0; }
#liensUtiles TD.entete { width: 70%; color: #898989; }
#liensUtiles TD.lien { width: 39%; }
#liensUtiles A { color: #000; font-weight: bold; text-decoration: none;}
#liensUtiles A:hover { color: #9F0038; }

/***** FOOTER *****/
#footer   { display: none; }

/***** CLASSES *****/
.chemin   { clear: both; float: left; margin: 15px 0 15px 0; font-weight: bold;  }
.chemin A { color: #9F0038 !important; text-decoration: none !important; }
.chemin A:hover { color: #9F0038 !important; text-decoration: underline !important; }
.spacer  { font-size: 0px; height: 0px; line-height: 0px; clear: both; }
.rouge   { color: #9F0038; }
.knowMore { margin: 20px 0 10px 0 !important; height: 23px; background: url(../pics/charte/more-btn.png) left top no-repeat; }
.archive LI { list-style: url(../pics/charte/puce-archive.gif)!important;  line-height: 18px; margin: 0 40px 5px 0; text-align: left;  }
.ligne   { clear: left; border-bottom: 1px solid #CFCFCF; line-height: 1px; padding: 15px 0 0 0;}
.small { font-size: 0.8em !important; }
.center { text-align: center !important; }
.alert { padding: 5px; color: #C00; border: 1px solid #C00; text-align: center !important; }
