/* CSS Document */
.puce_fleche {
list-style-image: url(images/fleche2.gif);

}
.puce_normal {
list-style-type: disc;
}
.fond_bleu {
background-color:#EEEEEE;
}
.list_sans_puce {
list-style-type: none;
padding-top:5px;
background-color:#EEEEEE;
}
.chapeau {
border: #000000 1px solid; margin-top:10px; margin-bottom:10px;padding:10px;
}
.texte_bleu {
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
color:#2C3B8C;
}
.texte_bleu_gras{
font-size: 11px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#2C3B8C;
}
.titre_fleche{
	/*height: 30px;*/
	background: url(images/fleche3.gif) no-repeat;
	color: #2C3B8C;
	text-indent: 10px;
	border:0px solid yellow;
	white-space: nowrap;
	/*padding-top:6px;*/
	padding-left:4px;
	margin-left:12px;
	display:block;
}
.table_ligne_jaune {
background-color:#ffc728;
font-weight:bold;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
height:22px;
}
.table_ligne_bleue{
background-color:#2d3e8e;
font-weight:bold;
color:#ffffff;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
height:22px;
}
.table_prog{
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
border:1px dotted #000;

}
.table_prog td{
padding-left:5px;
height:20px;
}

