body, tr, td, th {
    font-family: verdana, tahoma, arial, helvetica, sans serif;
    font-size: 12px;
    color: 1B1B1B;
}
body {
    font-family: verdana, tahoma, arial, helvetica, sans serif;
    font-size: 12px;
    background-color: #DCDCDC;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
li { margin-left: -20px }

/* Liens de navigation */

a:link {
    text-decoration: none;
    color: #cc6600;
}
a:visited {
    text-decoration: none;
    color: #cc6600;
}
a:hover {
    text-decoration: underline;
    color: #cc6600;
}
a:active {
    text-decoration: none;
    color: #cc6600;
}

/* Styles particuliers */

.paragraph1 {
    font-size: 12px;
    line-height: 18px;
}

.paragraph2 {
    font-size: 14px;
    line-height: 18px;
}

.enum1 {
    font-size: 14px;
    line-height: 18px;
    color : #CC6600
}

.enum2 {
    font-size: 14px;
    line-height: 18px;
    /* color : #CC6600 */
}

.head1 {
    font-family: arial black, tahoma, impact;
    font-size: 18px;
    line-height: 24px;
    color: #000000
}

.head2 {
    font-family: arial black, tahoma, impact;
    font-size: 14px;
    color: #000000;
    /* color: #CC6600; */
    /* color: #669933; */
}

.head3 {
    font-family: tahoma, verdana, arial;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    /* color: #669933; */
}  /* margin-left: 10px; */

.White      { color: white; }
.Black      { color: black; }
.DarkGray   { color: #999999; }
.Gray       { color: #CCCCCC; }
.VertClair  { color: #CCFF99; }
.Vert       { color: #99CC33; }
.Souligne   { color: #CC6600; text-decoration: underline; }
.Small      { font-size: 10px; }
.Tiny       { font-size: 9px; }

.CellKey    { background-color: CCFF99; padding: 2 2 2 2; border-style: solid; border-width: 1; border-color: FFFFFF 99CC33 99CC33 CCFF99; }
.CellVal    { background-color: E7FDD1; padding: 2 2 2 2; border-style: solid; border-width: 1; border-color: FFFFFF 99CC33 99CC33 CCFF99; }

/* **********************************************************************************/
/* Pour les boutons, zones texte, textarea et select afin de donner de jolis effets */
/* **********************************************************************************/
/* Utiliser CommandButton pour les boutons ; comme on ne lui a pas donne de width,
   on peut utiliser un "style={width:200;}" si on veut preciser la taille du bouton */

/* De maniere similaire, utiliser TextBox et TextareaBox pour respectivement les
   zone de texte et les text area. Neanmoins, des tailles standards sont disponibles
   si on ne veut pas ajouter des styles a chaque fois: TextBox_1, TextBox_2 et
   TextBox_3 ont respectivement des largeur standards de 100px, 1950px et 290px,
   tandis que TextareaBox_2li et TextareaBox_4li sont tous deux a 400px de largeur
   mais ont respectivement 40px et 60px en "nombre de lignes" (environ 2 lignes
   et 4 lignes respectivement). */

/* SAVE
.CommandButton {
    font-family: tahoma, sans-serif;
    font-size: 11px;
    background: #CCCCCC;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    color: #000000;
    height: 20px;
    text-decoration: none;
    cursor: none
}*/

.CommandButton {
    font-size: 10px;
    height: 20px;
}

.TextBox {
    font-family: tahoma, sans-serif;
    font-size: 11px;
    background: #FEFAF3;
    border-bottom: 1px solid #FFCC99;
    border-right:  1px solid #FFCC99;
    border-left:   1px solid #663300;
    border-top:    1px solid #663300;
    color: #000066;
    height: 20px;
    text-decoration: none;
    cursor: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 1px;
}

.TextBox_1 {
    font-family: tahoma, sans-serif;
    font-size: 11px;
    background: #FEFAF3;
    border-bottom: 1px solid #FFCC99;
    border-right:  1px solid #FFCC99;
    border-left:   1px solid #663300;
    border-top:    1px solid #663300;
    color: #000066;
    height: 20px;
    width: 100px;
    text-decoration: none;
    cursor: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 1px;
}

.TextBox_2 {
    font-family: tahoma, sans-serif;
    font-size: 11px;
    background: #FEFAF3;
    border-bottom: 1px solid #FFCC99;
    border-right:  1px solid #FFCC99;
    border-left:   1px solid #663300;
    border-top:    1px solid #663300;
    color: #000066;
    height: 20px;
    width: 195px;
    text-decoration: none;
    cursor: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 1px;
}

.TextBox_3 {
    font-family: tahoma, sans-serif;
    font-size: 11px;
    background: #FEFAF3;
    border-bottom: 1px solid #FFCC99;
    border-right:  1px solid #FFCC99;
    border-left:   1px solid #663300;
    border-top:    1px solid #663300;
    color: #000066;
    height: 20px;
    width: 290px;
    text-decoration: none;
    cursor: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 1px;
}

.TextBox_4 {
    font-family: tahoma, sans-serif;
    font-size: 11px;
    background: #FEFAF3;
    border-bottom: 1px solid #FFCC99;
    border-right:  1px solid #FFCC99;
    border-left:   1px solid #663300;
    border-top:    1px solid #663300;
    color: #000066;
    height: 20px;
    width: 400px;
    text-decoration: none;
    cursor: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 1px;
}

.TextareaBox {
    font-family: tahoma, sans-serif;
    font-size: 11px;
    background: #FEFAF3;
    border-bottom: 1px solid #FFCC99;
    border-right:  1px solid #FFCC99;
    border-left:   1px solid #663300;
    border-top:    1px solid #663300;
    color: #000066;
    width: 400px;
    text-decoration: none;
    cursor: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
    
.TextareaBox_2li {
    font-family: tahoma, sans-serif;
    font-size: 11px;
    background: #FEFAF3;
    border-bottom: 1px solid #FFCC99;
    border-right:  1px solid #FFCC99;
    border-left:   1px solid #663300;
    border-top:    1px solid #663300;
    color: #000066;
    height: 40px;
    width: 400px;
    text-decoration: none;
    cursor: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.TextareaBox_4li {
    font-family: tahoma, sans-serif;
    font-size: 11px;
    background: #FEFAF3;                        /* FEF8EC, FEFAF3*/
    border-bottom: 1px solid #FFCC99;
    border-right:  1px solid #FFCC99;
    border-left:   1px solid #663300;
    border-top:    1px solid #663300;
    color: #000066;
    height: 60px;
    width: 400px;
    text-decoration: none;
    cursor: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
