/* 10/2004 révisée 01-2005 
Révision pour boutons non graphiques 03/2006- jmt*/
BODY.arial {
        font-family : sans-serif;
        font-style : normal;
        font-variant : normal;
        font-weight : normal;
        font-size : small;
        background : url(../images/nuages.jpg);
}

BODY.arial_sadmin{
        background: #98BEDC;
        font-family : sans-serif;
        font-size : small;
        font-style : normal;
        font-variant : normal;
        font-weight : normal;
        color : Navy;
		  
		   border-right-color : White;
        border-right-style : none;
        border-right-width : thin;
        border-bottom-color : White;
        border-bottom-style : none;
        border-bottom-width : thin;
        border-left-color : White;
        border-left-style : none;
        border-left-width : thin;
        border-top-color : White;
}

P.nom_prenom {
        font-family: cursive, sans-serif;
          font-size: large;
          font-style: italic;
          font-weight: bold; 
        color : Navy;
}

P.rubrique {
        font-size : medium;
        font-weight : bold;
        color : Navy;
        font-family : serif;
        background : transparent;
        font-style : italic;
}

P.sous_titre {
        color: Navy;
        font-size : x-large;
        font-family: serif;
        font-style: italic;
        text-align: center;
        text-transform : none;
        margin-left : 2cm;
}

P.titre {
        color: Navy;
        font-size : x-large;
        font-family: serif;
        font-style: italic;
        text-align: center;
        text-transform : none;
}

.titre {
        color: #FFF27B;
          font-size : small;
        font-family: Verdana, sans-serif;
        font-weight: bold;
        text-align: left;
        padding-bottom: 5px;
        padding-left: 15px;
            }
.forfield {
        color: White;
        font-size :small;
        font-family: Verdana, sans-serif;
        font-weight: bold;
        text-align: center;
        text-transform : none;
        border-color: #F0F8FF;
}
P.libelle_sadmin {
        color: White;
        font-size : large;
        font-family: sans-serif;
        font-style: normal;
        text-align: left;
        text-transform : none;
}

P.libelle2_sadmin {
        color: #F0F8FF;
        font-size : medium;
        font-family: sans-serif;
        font-style: normal;
        text-align: center;
        text-transform : none;
}

TD.titre_sadmin {
        border : thin none Navy;
        background : #4682B4;
        font-size : 150%;
        font-variant : small-caps;
        font-weight : 300;
        color: White;
        text-align: center;
        border: 2px;
        border-style: groove;
}


/* remplacé par gauche droite centre jmt 01-2004
TD.sadmin_impair {
        background-color : #B4D0E6;
        font : bold;
        border: 2px groove;
}

TD.sadmin_pair {
        background-color : #ABCAE3;
        border: 2px groove;

}*/

/* positionnement des boutons du menu sadmin
    méthode boutons graphiques*/
TD.sadmin_gauche {
        background-color : #ABCAE3;
        border: 0px none;
        vertical-align: middle;
        text-align:center;
        height: 40px;
        /*En jouant sur cette valeur on espace verticalement les options du menu*/
        }
          
TD.sadmin_centre {
        background-color : #ABCAE3;
        border: 0px none;
        vertical-align: middle;
        text-align: center;
        height: 40px;
        /*En jouant sur cette valeur on espace verticalement les options du menu*/
        }

TD.sadmin_droite {
        background-color : #ABCAE3;
        border:0px none;
        vertical-align: middle;
        text-align: center;
        height:40px;
        /*En jouant sur cette valeur on espace verticalement les options du menu*/
        }

TD.sadmin_rose {
        font-weight : bolder;
        color : Red;
}

TD.sadmin_attention {
        background-color : #8B0000;
        font-weight : bold;
}

/* Titre rubriques dans tableaux*/
TD.sadmin_light {
        background-color : #38709D;
        font-style : normal;
        color: #F9FBFD;
}



TD.rubrique {
        color : White;
        background :  #38709D;
        text-align: center;
        font-style : italic;
        font-weight : bolder;
}



TR.rubrique {
        border : thick solid Black;
        background : #38709D;
        font-size : medium;
        font-variant : normal;
        font-weight : bolder;
        color: White;
        text-align: center;
}
TR.titre_prof {
        font-family: sans-serif;
        color: Navy;
        font-size: medium;
        text-align: left;
}

TR.titre_sadmin {
        font-family: sans-serif;
        color: White;
        font-size: large;
        text-align: left;
        font-style: oblique;
        font-weight : 400;
}


TR.sadmin_paire {
        background-color : #C7DCF1;
        text-align : center;
}

TR.sadmin_impaire {
        background-color : #EBF3FA;
        text-align : center;
}

P.nom_prenom {
        font : bold italic large sans-serif;
        color : Navy;
}
/* fond des boutons input*/
input.coul {
   background: url(../sadmin/images/fond_input.gif);
        color: #F2FFFF;
        font-family: Verdana Ref, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        }

input.coulindex {
         background-image: url(../images/fond_input.gif);
        color: #00281C;
        font-family: Verdana Ref, Geneva, Arial, Helvetica, sans-serif;
        font-size: small;
        border: 1px;
        border-style: inset;
        }
        /*En rouge gras*/
SPAN.warning {
        color : #A80000;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight : bold;
}
td.droite {
        text-align: right;
}
td.center {
        text-align: center;
}
td.petit {
        font-size: smaller;
        font-family: sans-serif;
        color: White;
        padding: 5px;
}

/* depuis mars 2006 les menus peuvent être moins graphiques*/
/* Pour le fond du bouton du menu principal*/

td.bouton {
    position:relative;
    background-image: url(../sadmin/images/fondbouton.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color : #ABCAE3;
    height:40px; /*pour écarter les boutons */
    text-align: center;
    text-indent: 0px;
    vertical-align: middle; 
    }
    
    
/* Pour le texte du lien des boutons du menu principal */
td a.bouton{
    color : #DDE9F7;/* de l'encre du texte*/
    text-decoration:None;
    font-weight:600;
    font-family:Tahoma, Verdana, Arial,SansSerif ;
    font-size:16px;
    vertical-align:middle;
    text-align: center;
    }
/*on garde la même couleur après la visite*/
td a.bouton:visited {
    color: #DDE9F7;
    }
/*au survol on change couleur et graisse */
td a.bouton:hover{
    color : #1E65B0;
    font-weight: bold;
    }
    
/* Pour les ex boutons flous ; la couleur ne change pas*/
td a.bouton_gris{
    color : #D7D7D7;
    text-decoration: None;
    font-family: Arial;
    font-size:16px;
    font-style: oblique;
    vertical-align: middle;
    }
    
td a.bouton_gris:visited {
    color: #D7D7D7;
}

td a.bouton_gris:hover{
    color : #D7D7D7;
    font-weight: normal;
    font-style: oblique;
    }
    
/* pour les options du menu qui disparaissent : interdits, Melia..., vide*/
td.bouton_vide {
   background: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-color : #ABCAE3;
    height:40px;
    }
    