/*
normal.css
fourni par: T@koma
auteur: Pascal Sancho
*/

/* general ********************************************************************/
@media print {
  .noprint {display: none;}
}
* {
    margin: 0px;
    padding: 0px;
}
body, table, th, td {
    font-family: Arial;
}
body, table, th, td {
    color: #414141;
    font-size: 10pt;
}

* body, *:first-child+body  {
   width:99.5%; /* Lu uniquement par IE 6 */
  margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */

}
.debug {
    font-weight: bold;
    color: red;
    padding: 0px;
}
div#contener {
    margin-left: auto;
     margin-right: auto;
    width:1003px;
}
* div#contener, *:first-child+div#contener /*IE6*/ {
    margin-left: auto;
     margin-right: auto;
    width:1003px;
    text-align: left;
}
/* cadres *********************************************************************/
#menu {
    width: 15%;
    height: 100%;
    vertical-align: top;
    padding: 0px 12px 8px 12px;
}
#contenu {
    padding: 0px 0px 4px 24px;
    vertical-align: top;
}
#contenu td {
    /*vertical-align: top;*/
}
#principal {
    padding: 0px 15px 0px 0px;
    vertical-align: top;
}
#info {
    width: 25%;
    vertical-align: top;
    padding: 0px 0px 8px 0px;
}
div.filetInfo {
    height: 8px;
    background-image: url(../images/filet_info.gif);
    margin-bottom: 16px;
}
/* boutons ********************************************************************/
.retourHautPage {
    text-align: left;
    margin-right: 8px;
    width: 100%;
}
img.pictoRetour {
    width: 60px;
    height: 17px;
    background-image: url(../images/picto_retour.gif);
}
/* liens **********************************************************************/
a:link, a:active, a:visited {
    color: blue;
}
a:visited {
    color: purple;
}
a:hover {
    color: red;
}
/* entete, chemin et pied *****************************************************/
div.entete {
    width: 100%;
}
div.outils {
    text-align: center;
    top: 0px;
}
div.outils_contact {
    text-align: right;
    top: 0px;
}
.fondentetepied {
    background-color:#62497A;
    height:20px;
    color:White;
    font-size:8pt;
    text-align:right;
    padding-right:10px;
}
span.logoLangue {
  margin-left: 5pt;
  vertical-align: middle;
}

div.distribution {
    position:relative;
    color: #898b8c;
    text-align: center;
    top: 0px;
}
div.distribution a {
}
div.distribution a:link, div.distribution a:visited {
    color: #898b8c;
    text-decoration: none;
}
div.outils input.bouton, div.outils input.bouton1 {
    background-color: transparent;
    border: none;
    margin: 0px;
}
div.outils input.bouton {
    color: #7D7D7D;
    vertical-align: middle;
}
div.outils input.bouton1 {
    color: #7D7D7D;
    cursor: pointer;
}
div.outils_contact input.bouton, div.outils_contact input.bouton1 {
    background-color: transparent;
    border: none;
    margin: 0px;
}
div.outils_contact input.bouton {
    color: white;
    vertical-align: middle;
    font-size: 8pt;
}
div.outils_contact input.bouton1 {
    color: white;
    cursor: pointer;
    font-size: 8pt;
}
p.chemin {
    padding-left: 202px;
    font-size: 10pt;
    color: #7D7D7D;
}
p.chemin a:link, p.chemin a:visited {
    color: #7D7D7D;
    text-decoration: none;
}
p.chemin a:hover {
    color: red;
}
/* info ***********************************************************************/
p.accueilFormations {
    color: #7D7D7D;
    text-decoration: underline;
    background-image: url(../images/picto_formations.gif);
    background-position: 3px left;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-size: 14pt;
    padding: 0px 0px 0px 40px;
    margin: 0px -32px 8px 0px;
}
div.infoContenu {
    padding: 4px 8px;
    background-image: url(../images/fond_info.jpg);
}
img.pictoInfo {
    width: 17px;
    height: 17px;
    top: 1px;
    position: relative;
    background-image: url(../images/picto_info.gif);
}
h5.info {
    font-size: 10pt;
    padding: 2px 0px;
    color: #950545;
}
div.blocInfoContenu {
    margin: 0px 0px 12px 2px;
}
div.blocSavoir {
    margin: 0px 0px 0px 0px;
}
div.blocSavoir p a, div.blocSavoir p a:visited, div.blocSavoir p a:link, div.blocSavoir p a:hover {
    color: #7D7D7D;
}
div.blocMethode p a, div.blocMethode p a:visited, div.blocMethode p a:link, div.blocMethode p a:hover {
    color:White;
    font-size:12pt;
    font-weight:bold;
    text-align:center;
}
div.blocEvaluation p a, div.blocEvaluation p a:visited, div.blocEvaluation p a:link, div.blocEvaluation p a:hover {
    color: White;
    font-size:16pt;
    font-weight:bold;
    text-align:center;
    vertical-align: top;
    padding-top: 35px;
}
input.blocemail {
    color:#7D7D7D;
    font-size:9pt;
    margin: 10px 25px 5px 0px;
    background-color: transparent;
    border-style:outset;
}
input.blocabonner {
    color:#7D7D7D;
    font-size:10pt;
    margin: 0px 0px 12px 40px;
    background-color: transparent;
    border-style:none;
    text-align:right;
}
/* sommaire *******************************************************************/
p.sommaire {
    margin-left: 8px;
}
p.sommaire a:visited, p.sommaire a:link {
    color: #e57900;
    text-decoration: none;
}
p.sommaire a:hover {
    text-decoration: underline;
}
img.pictoSommaire {
    width: 9px;
    height: 14px;
    top: 3px;
    position: relative;
    background-image: url(../images/puce_sommaire.gif);
    margin-right: 8px;
}
/* Titre et filets ************************************************************/
h4 {
    padding: -20px 0px 20px 0px;
    vertical-align: top;
    margin: 8px 0px;
    font-size: 12.5pt;
    color: #75C325;
    font-size:16pt;
    font-weight: bold;
}
h5.blocTitre {
    width: 100%;
    padding: 0px;
    vertical-align: top;
    margin: 0px 0px 8px;
    font-size: 10pt;
    color: #9D5297;
    font-weight: bold;
}
div.blockContenu  {
    width: 100%;
    vertical-align: top;
    padding: 10px 0px 10px 0px;
    margin-bottom: 16px;
    color:#7D7D7D;
    font-size:9pt;
    border-bottom:dotted #C0A5BB 1px;
}
div.blockContenuAccueil  {
    width: 100%;
    vertical-align: top;
    padding: 10px 0px 10px 0px;
    margin-bottom: 16px;
    color:#7D7D7D;
    font-size:9pt;
}
/* paragraphe et caption ******************************************************/
p {
    padding-top: 3pt;
    padding-bottom: 3pt;
}
caption, p.caption {
    font-style: italic;
    font-weight: bold;
    color: #898b8c;
  }
/* tableau ********************************************************************/
th {
    background-color: #C6BAD8;
    color: White;
    font-size:9pt;
    font-weight: bold;
    text-align: center;
}
table.normal {
    margin: 8px 0px;
    border-collapse: collapse;
}
table.normal, table.normal td, table.normal th {
    padding: 2px 2px 0px 4px;
}
table.normal td, table.normal th {
    vertical-align: top;
    border-bottom:solid white 4px;
}
table.normal td {
    color:#7D7D7D;
}
.filettd {
    border-left: 2px solid #C6BAD8;
}
.filetth {
    border-left: 2px solid white;
}
.enteteclaire {
    background-color: #C6BAD8;
}
.entetefoncee {
    background-color: #B5A2CA;
}
.colonneclaire {
    background-color: #E8E1EE;
    font-weight: bold;
}
.colonnefoncee {
    background-color: #D1C7E0;
}
table.invisible .filettd, table.invisible .filetth {
    border:none;
}
/* liste **********************************************************************/
ul, ol {
    color: #9D5297;
    /*margin: 4px 0px 4px 17px;*/
}
ul {
    /*margin-left: 15px;*/
}
ul ul {
    list-style-type: disc;
}
ol {
}
ul div.item {
    color: #7D7D7D;
    margin: 4px 0px 4px 17px;
    margin-left: 15px;
}
ol div.item {
    color: #7D7D7D;
    margin: 4px 0px 4px 17px;
    margin-left: 24px;
}
.colonnefoncee ul, .colonnefoncee ol {
    color: White;
    margin: 4px 0px 4px 17px;
}
.colonnefoncee div.item {
    color: White;
}
.itemsavoir {
    margin:0px 0px 0px 0px;
    color: #7D7D7D;
}
/* figures ********************************************************************/
div.figure {
    width: 100%;
    text-align: center;
    padding: 4px;
}
/* cartouches *****************************************************************/
div.note, div.tip, div.warning, div.danger, div.caution {
    padding: 4pt;
    margin: 4px 0px;
}
div.note {
    background-color: #F5FFFA;
    color: green;
    font-style: italic;
    padding: 4px;
}
div.tip {
    background-color: #d9edf2;
    color: #950545;
    border: 2px solid #898b8c;
}
div.warning {
    background-color: #FFE4E1;
    border: 3px solid red;
}
div.danger {
    background-color: #FFEFD5;
    border: 3px dashed red;
}
div.caution {
    background-color: #FFFFE0;
    border: 3px solid #FFA500;
}
/* inline *********************************************************************/
span.upperline {
    border-top: 1px solid #333;
}
span.outline {
    border: 1px solid #606;
}
span.negative {
    background-color: #606;
    color: white;
}
span.outline, span.negative {
    padding: 0px 2px;
}
code {
    font-family: monospace;
}
img, object {
    border-style:none;
}
img.pictoPdf {
    width: 30px;
    height: 29px;
    left: -6px;
    top: 6px;
    position: relative;
    background-image: url(../images/picto_pdf.gif);
}
nobr.lienPdf a:link, nobr.lienPdf a:visited {
    font-style: italic;
    color: #414141;
}
/* formulaires ****************************************************************/
.form td {
    vertical-align: top;
}
.form .aide {
    font-style: normal;
    font-size: 7pt;
    color: #264e6f;
}
/* Intercalaire - Onglet ******************************************************/
.intercalaireH {
    width:1024px;
    height:68px;
}
.intercalaireM {
    width:1024px;
}
.intercalaireB {
    width:1024px;
    height:68px;
}
/* Intro **********************************************************************/
.fondintroHG {
    background-color:#EFE7ED;
    width:33px;
    height:33px;
}
.fondintroHM {
    background-color:#EFE7ED;
    height:33px;
}
.fondintroHD {
    background-color:#EFE7ED;
    width:33px;
    height:33px;
}
.fondintroMG {
    background-color:#EFE7ED;
    width:33px;
}
.fondintroMM {
    background-color:#EFE7ED;
    vertical-align: middle;
    text-align: left;
    font-size:10pt;
    font-weight: normal;
    color: #8E8E8E;
}
.fondintroMD {
    background-color:#EFE7ED;
    width:33px;
}

.fondintroBG {
    background-color:#EFE7ED;
    width:33px;
    height:33px;
}
.fondintroBM {
    background-color:#EFE7ED;
    height:33px;
}
.fondintroBD {
    background-color:#EFE7ED;
    width:33px;
    height:33px;
}
/* J'ai besoin de - Accueil ***************************************************/
.fondbesoinOG {
    background-color:#C0A5BB;
    width:28px;
    height:40px;
}
.fondbesoinOM {
    background-color:#C0A5BB;
    height:40px;
    vertical-align: middle;
    text-align: center;
    font-size:12pt;
    font-weight: bold;
    color: #1393ee;
}
.fondbesoinOD {
    background-color:#C0A5BB;
    width:23px;
    height:40px;
}
.fondbesoinHG {
    background-color:#C0A5BB;
    width:59px;
    height:26px;
}
.fondbesoinHM {
    background-color:#C0A5BB;
    height:26px;
}
.fondbesoinHD {
    background-color:#C0A5BB;
    width:59px;
    height:26px;
}
.fondbesoinMG {
    background-color:#C0A5BB;
    width:59px;
}
.fondbesoinMM, .fondbesoinMM td, .fondbesoinMM td p a, .fondbesoinMM td p a:hover, .fondbesoinMM td p a:visited, .fondbesoinMM td p a:link {
    background-color:#C0A5BB;
    vertical-align: middle;
    text-align: left;
    font-size:10pt;
    font-weight: bold;
    color: #1393ee;
}
.fondbesoinMD {
    background-color:#C0A5BB;
    width:59px;
}
.fondbesoinBG {
    background-color:#C0A5BB;
    width:59px;
    height:26px;
}
.fondbesoinBM {
    background-color:#C0A5BB;
    height:26px;
}
.fondbesoinBD {
    background-color:#C0A5BB;
    width:59px;
    height:26px;
}
/* En savoir + ****************************************************************/
.fondsavoirHG {
    background-image: url(../images/fond_info.gif);
    background-position: top left;
    background-repeat: repeat-x;
    width:23px;
    height:23px;
}
.fondsavoirHM {
    background-image: url(../images/fond_info.gif);
    background-position: top left;
    background-repeat: repeat-x;
    height:23px;
    color:white;
    font-size:10pt;
    font-weight: bold;
    vertical-align:middle;
}
.fondsavoirHD {
    background-image: url(../images/fond_info.gif);
    background-position: top left;
    background-repeat: repeat-x;
    width:28px;
    height:23px;
}
.fondsavoirMG {
    border-left:solid #75C325 1px;
    width:23px
}
.fondsavoirMM {
    font-size:9pt;
    font-weight: normal;
    color: #7D7D7D;
    text-align:left;
}
.fondsavoirMM,  .fondsavoirMM a, .fondsavoirMM a:hover, .fondsavoirMM a:visited, .fondsavoirMM a:link {
    font-size:9pt;
    font-weight: normal;
    color: #7D7D7D;
    text-align:left;
}
.fondsavoirMD {
    border-right:solid #75C325 1px;
    width:28px;
}
.fondsavoirBG {
    border-left:solid #75C325 1px;
    border-bottom:solid #75C325 1px;
    width:23px;
    height:27px;
}
.fondsavoirBM {
    border-bottom:solid #75C325 1px;
    height:27px;
}
.fondsavoirBD {
    border-right:solid #75C325 1px;
    border-bottom:solid #75C325 1px;
    width:28px;
    height:30px;
}
/* Testez la méthode **********************************************************/
.blocmethode {
    background-image: url(../images/picto_methode.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width:209px;
    height:76px;
    color:White;
    font-size:12pt;
    font-weight:bold;
    text-align:center;
    vertical-align: middle;
    padding-top: 20px;
}
/* Evaluation gratuite ********************************************************/
.blocevaluation {
    background-image: url(../images/picto_evaluation.gif);
    background-position: left top;
    background-repeat: no-repeat;
    width:130px !important;
    width:180px;
    height:180px;
    color:White;
    font-size:16pt;
    font-weight:bold;
    text-align:center;
    vertical-align: top;
    padding: 25px 22px 0px 22px;
}
/* Page intérieure ************************************************************/
.interieurHG {
    width:34px;
    height:70px;
}
.interieurHM {
    height:44px;
    vertical-align:top;
}
.interieurHD {
    width:34px;
    height:44px;
}
.interieurMG {
    width:34px;
}
.interieurMM {
}
.interieurMD {
    width:34px;
}
.interieurBG {
    width:34px;
    height:44px;
}
.interieurBM {
    height:44px;
}
.interieurBD {
    width:34px;
    height:44px;
}
/* J'ai besoin de - Page Accueil **********************************************/
.fondbesoindOG {
    background-color:#C0A5BB;
    width:23px;
    height:36px;
}
.fondbesoindOM {
    background-color:#C0A5BB;
    height:36px;
    vertical-align: middle;
    text-align: center;
    font-size:12pt;
    font-weight: bold;
    color: white;
}
.fondbesoindOD {
    background-color:#C0A5BB;
    width:28px;
    height:36px;
}
.fondbesoindHG {
    border-top:solid #C0A5BB 1px;
    border-left:solid #C0A5BB 1px;
    width:23px;
    height:21px;
}
.fondbesoindHM {
    border-top:solid #C0A5BB 1px;
    height:23px;
}
.fondbesoindHD {
    border-top:solid #C0A5BB 1px;
    border-right:solid #C0A5BB 1px;
    width:23px;
    height:21px;
}
.fondbesoindMG {
    border-left:solid #C0A5BB 1px;
    width:21px;
}
.fondbesoindMM, .fondbesoindMM td, .fondbesoindMM td p a, .fondbesoindMM td p a:hover, .fondbesoindMM td p a:visited, .fondbesoindMM td p a:link {
    vertical-align: middle;
    text-align: left;
    font-size:10pt;
    font-weight: bold;
    color: #75C325;
}
.fondbesoindMD {
    border-right:solid #C0A5BB 1px;
    width:23px;
}
.fondbesoindBG {
    border-left:solid #C0A5BB 1px;
    border-bottom:solid #C0A5BB 1px;
    width:23px;
    height:21px;
}
.fondbesoindBM {
    border-bottom:solid #C0A5BB 1px;
    height:21px;
}
.fondbesoindBD {
    border-bottom:solid #C0A5BB 1px;
    border-right:solid #C0A5BB 1px;
    width:23px;
    height:21px;
}
/*          ~\\|//~
            -(o o)-
+======oOOOo==(_)==oOOOo======+
|                             |
|   pascal.sancho@takoma.fr   |
|                             |
|        .oooO   Oooo.        |
+========(   )===(   )========+
          \ (     ) /
           \_)   (_/
*/
