/* CSS Document */

<!--

.parent {
	MARGIN-TOP: 10px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; CURSOR: hand; FONT-FAMILY: Arial
}
.child {
	FONT-WEIGHT: normal; FONT-SIZE: 8pt; MARGIN-LEFT: 25pt; FONT-FAMILY: Arial; FONT-WEIGHT: bold;
}


.corps_texte_justifie {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-align:justify;
        font-weight:lighter
}

.corps_texte_centre {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-align:center;
        font-weight:lighter
}

.corps_texte_normal {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
        font-weight:lighter
}

.texte_italique {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #0000FF;
        font-weight:lighter;
}

.titres {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	}
	
.corps_texte_justifie_gras {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
}

.corps_gras_bleu {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #0000CC;
}

.corps_bleu {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #0000CC;
}


.bande_bleu {
        background-color:#000077;
        color:#FFFFFF;
        font-family:Arial;
        font-size:13px;
        font-weight:bold;
	
	}

.bande_grise {
        background-color:#DDDDDD;
        color:#000077;
        font-family:Arial;
        font-size:12px;
        font-weight:bold;	
	}

.gras11{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	}

.gras10{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	}
.gra10_texte_rouge{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
        color: RED;
	}

.colonne{
     border:1px solid #CCCCCC;
     font-weight:bold;
     width : 80%;
}

.colonne_texte_rouge{
     border:1px solid #CCCCCC;
     font-weight:bold;
     color: RED;
     width : 80%;
}



-->
