
/* xx-small Sets the font-size to an xx-small size */
/* x-small Sets the font-size to an extra small size */ 
/* small Sets the font-size to a small size  8 pts*/
/* medium Sets the font-size to a medium size. This is default */ 
/* large Sets the font-size to a large size */
/* x-large Sets the font-size to an extra large size */ 
/* xx-large Sets the font-size to an xx-large size */
/* smaller Sets the font-size to a smaller size than the parent element */ 
/* larger Sets the font-size to a larger size than the parent element */
/* length Sets the font-size to a fixed size in px, cm, etc. */
/* Sets the font-size to a percent of  the parent element's font size */ 
/* inherit Specifies that the font size should be inherited from the parent element */ 


/*font-weight: bold;   */
/*font-style: italic;   */
/*font-variant: small-caps;  */
/*font-size: 1em;      */
/*line-height: 1.5em;  */ 
/*font-family: verdana,sans-serif   */ 

/*There's no need though as you can use this CSS shorthand property:  */
/*font: bold italic small-caps 1em/1.5em verdana,sans-serif           */

/*Much better! Just a few of words of warning:                        */
/*This CSS shorthand version will only work if you're specifying both */
/*the font-size and the font-family.                                  */
/*The font-family command must always be at the very end of this shorthand command,   */
/*and font-size must come directly before this. Also, if you don't specify the font-weight, */
/*font-style, or font-variant then these values will automatically default to a value of normal,  */
/* so do bear this in mind too.   */


body         { font-family: Verdana, Arial, Helvetica; font-size: 20px; text-align: justify }
td           { font-family: Verdana, Arial, Helvetica; font-size: 12px; color: #000000 }

h1  		 { font-family: Verdana, Arial, Helvetica; font-size: 22px; color: #000000; 
               font-style: italic; font-weight: normal; margin-right: 5; display: inline }

.Titre_page  { font-family: Verdana, Arial, Helvetica; font-size: 24px; color: #000000; 
               font-style: italic; margin-right: 5 }
.Titre_chap  { font-family: Verdana, Arial, Helvetica; font-size: 20px; color: #808080; 
               font-weight: bold; margin-left: 15  }
.entete_telech { font-family: Verdana, Arial, Helvetica; font-size: 10px; color: #000000; 
               background-color: #FFE474 }
.entete_lexique { font-family: Verdana, Arial, Helvetica; font-size: 12px; color: #FF0000; 
               background-color: #FFE474; font-weight: bold }
.t_moyen_gris  { font-family: Verdana, Arial, Helvetica; font-size: 14px; color: #999999; font-weight: bold }
.t_petit_gris  { font-family: Verdana, Arial, Helvetica; font-size: 10px; color: #666666}
.t_moyen_noir  { font-family: Verdana, Arial, Helvetica; font-size: 14px; font-weight: bold }
.t_soulign_rouge  { font-family: Verdana, Arial, Helvetica; font-size: 10px; color: #BD1039; font-weight:bold }
.t_titre_rouge  { font-family: Verdana, Arial, Helvetica; font-size: 17px; color: #BD1039; font-weight:bold }
.t_moyen_rouge  { font-family: Verdana, Arial, Helvetica; font-size: 14px; color: #BD1039; font-weight:bold }
.t_petit_rouge  { font-family: Verdana, Arial, Helvetica; font-size: 10px; color: #BD1039 }



li           { list-style-type: 'font-family Verdana', Arial, Helvetica; font-size:12px; 
               /* list-style-image: url('images/rectanglerouge.jpg'); */
               text-indent: 5; 
                margin-left: -10; margin-top: 5; margin-bottom: 3 }

               
.appli_box_1 { /*Boite blanche du milieu pour la section application */
    vertical-align:top;
	width:100%;
	height:370px;
}
   
.appli_box_2 { /*Boite blanche du bas pour la section application */
    vertical-align:top;
	width:100%;
	height:100px;
}
            

.usual_box_1 { /*Boite blanche du milieu pour les pages standard */
    vertical-align:top;
	width:100%;
	height:354px;
}
   
.usual_box_2 { /*Boite blanche du bas pour les pages standard */
    vertical-align:bottom;
	width:100%;
	height:100px;
}

.usual_col_top_1 { /* Colonne standard haut1 - colonne gauche */
    vertical-align:top;
	width:47%;
}

.usual_col_top_2 { /* Colonne standard haut2 - colonne milieu */
    vertical-align:top;
	width:6%;
}

.usual_col_top_3 { /* Colonne standard haut3  - colonne droite */
    vertical-align:top;
	width:47%;
}


.usual_col_bot_1 { /* Colonne standard bas 1 - colonne gauche */
    vertical-align:top;
}

.usual_col_bot_2 { /* Colonne standard bas 2 - colonne milieu */
    vertical-align:top;
}

.usual_col_bot_3 { /* Colonne standard bas 3  - colonne droite */
    vertical-align:bottom;
}

.usual_table { /* Table principale pour les pages standard */
    vertical-align:top;
	width:740px;
	border:0;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
}

.usual_table_top { /* Table pour bandeau du haut */
    vertical-align:top;
	width:983px;
	border:0;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
}

.usual_table_int { /* Sous tableau pour les pages standard */
    vertical-align:top;
	width:100%;
	border:0;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
}

.LinkShow     { font-family: Verdana, Arial, Helvetica; font-size: 8px; color: #666666; font-weight: bold; text-decoration:underline }

a:link       { font-family: Verdana, Arial, Helvetica; font-size: 12px; color: #666666; font-weight: bold; text-decoration:underline }
a:visited    { font-family: Verdana, Arial, Helvetica; font-size: 12px; color: #666666; font-weight: bold; text-decoration:underline }
a:active     { font-family: Verdana, Arial, Helvetica; font-size: 12px; color: #BD1039; font-weight: bold; text-decoration:underline }
a:hover      { font-family: Verdana, Arial, Helvetica; font-size: 12px; color: #BD1039; font-weight: bold; text-decoration:underline }