BODY {
    background-color: Silver;
    background-image: url(background.gif);
}
TABLE {
    background-color: #FFFFFF;
    border: thin solid #FFFFFF;
}
/* TR {
    background-color: #ABBFCA;
    background-color: #C8E7F8;
    border: thin solid #0F5279;
}
TD {
    background-color: #FFFFFF;
}
*/

.titre_bloc {
	font-family : Verdana;
	text-align : center;
	background-color : #0F5279;
    padding: 5px;
    font-weight : bold ;
    font-size : 11px;
    /* background-color: #ABBFCA; */
    color : White;
}
.soustitre_bloc {
	font-family : Verdana;
    padding: 2px;
	font-size : 9px;
    background-color: #ABBFCA;
}


.titre_rubrique {
	font-family : Verdana;
	text-align : center;
	background-color : #0F5279;
    padding: 10px;
    font-weight : bold ;
    font-size : 13px;
    color: White;
}

.soustitre_rubrique {
	font-family : Verdana;
    padding: 2px;
	font-size : 9px;
    background-color: #ABBFCA;
}

.table_menu {
    /* background-color: #FFFFFF; */
    background-color: #ABBFCA;
    color:White;
}




.titre_td {
    background-color: #ABBFCA;
    color:White;
}

.bandeau_haut {
    background-color: #FFFFFF;
}

.petitext {
	font-family : Verdana;
	font-size : 9px;
	color : #333333;
}

.text {
	font-family : Helvetica,Verdana;
	font-size : 11px;
	color : #333333;
}

.text_menu {
	font-family : Helvetica,Verdana;
	font-size : 11px;
	/* font-weight : bold; */
	color : #333333;
    background-color: #ABBFCA;
    vertical-align: middle;
	text-decoration : none;
}


TD.text_menu:HOVER {
	font-family : Helvetica,Verdana;
	font-size : 11px;
	color : White;
    background-color: #FFFFFF;
    vertical-align: middle;
	text-decoration : none;
}


.texteblanc {
	font-family : Helvetica,Verdana;
	font-size : 11px;
	color : #333333;
}

.textgras {
	font-family : Helvetica,Verdana;
	font-size : 11px;
	color : #333333;
	font-weight : bold;
}

.petitextgras {
	font-family : Helvetica,Verdana;
	font-size : 9px;
	color : #333333;
	font-weight : bold;
}

.texterouge {
	font-family : Helvetica,Verdana,Arial;
	font-size : 11px;
	color : #0F5279;
}

.titrerouge {
	font-family : Helvetica,Verdana,Arial;
	font-size : 11px;
	color : #0F5279;
	font-weight : bold;
}

.grostext {
	font-family : Helvetica,Verdana,Arial;
	font-size : 13px;
}

.signature {
	font-family : Arial;
	font-size : 8pt;
	font-style: italic;
	color: White;
}

A.black {
	text-decoration : none;
	color : #0F5279;
}

A.red {
	text-decoration : none;
	color : #0F5279;
}

A.red_menu {
	text-decoration : none;
	color : #333333;
}

A:HOVER {
	text-decoration : underline;
}


