/* CSS Document */

/* alignements*/
.alignGauche { text-align: left; }

/*
	TEXTES
*/

/* Gris */

.txt11Gris1 { color: #CCCCCC; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; font-style:normal; }

.txt11Gris1Souli { color: #CCCCCC; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: underline; font-style:normal; }

.txt11Gris2 { color: #333333; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; font-style:normal; }

.txt11GrisGras1 { color: #CCCCCC; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; font-style:normal; }

.txt12Gris1 { color: #CCCCCC; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; font-style:normal; }

.txt12Gris1Souli { color: #CCCCCC; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: underline; font-style:normal; }

.txt12Gris2 { color: #333333; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; font-style:normal; }

.txt15Gris1 { color: #CCCCCC; font-size: 15px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; font-style:normal; }

.txt15Gris2 { color: #333333; font-size: 15px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; font-style:normal; }


/* Blanc */

.txt11Blanc1 { color: #FFFFFF; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; font-style:normal; }

.txt12Blanc1 { color: #FFFFFF; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; font-style:normal; }

/* Rouge */

.txt11Rouge1 { color: #FF0000; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; font-style:normal; }

.txt11RougeGras1 { color: #FF0000; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; font-style:normal; }

.txt12Rouge1 { color: #FF0000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; font-style:normal; }

.txt12RougeGras1 { color: #FF0000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; font-style:normal; }

.txt15Rouge1 { color: #FF0000; font-size: 15px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; font-style:normal; }

.txt15RougeGras1 { color: #FF0000; font-size: 15px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; font-style:normal; }

/* Vert */

.txt11Vert1 { color: #00AA00; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; font-style:normal; }

.txt11VertGras1 { color: #00AA00; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; font-style:normal; }


/* Noir */

.txt10Noir1 { color: #000000; font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; font-style:normal; }

.txt11Noir1 { color: #000000; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; font-style:normal; }

.txt12Noir1 { color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; font-style:normal; }

.txt12NoirItaSouli1 { color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: underline; font-style:italic; }

.txt12NoirGras1 { color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; font-style:normal; }

.txt12NoirGrasSouli1 { color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: underline; font-style:normal; }

.txt14NoirGras1 { color: #000000; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; font-style:normal; }

/*
	ON HOVER
*/

.onHovertxt11Rouge1:hover { color: #FF0000; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; font-style:normal; cursor: pointer;}

.onHovertxt12Rouge1:hover { color: #FF0000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; font-style:normal; cursor: pointer;}

.onHovertxt11Blanc1:hover { color: #FFFFFF; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: underline; font-style:normal; cursor: pointer;}

.Hovertxt11Blanc1 { color: #FFFFFF; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: underline; font-style:normal; cursor: pointer;}

.onHoverPointer:hover { cursor: pointer; }

/*
	INTERLIGNE
*/

.faible_interligne { line-height: 11px; }