/* CSS Document */#fondtranslucide {   width: 116px; height: 5;     /* pour correspondre à la taille du DIV */   background-color: #ffffff;       /* la couleur de fond          */   filter:alpha(opacity=50);   -moz-opacity:0.5;   opacity: 0.5;   background-image: none;                             /* IE uniquement */   background-color: #ffffff;                          /* IE uniquement */   filter:alpha(opacity=50);                           /* IE uniquement */}body,td,th {	font-family: "Trebuchet MS";	font-size: 12px;}/* Style des liens */a:link {	color: #000000;	text-decoration: none;}a:hover {	text-decoration: underline;	color: #000000;    }	/* Style des textes */	.titre {	font-family: "Trebuchet MS";	color: #333333;	font-size: 16px	}	.sous_titre {	font-family: "Trebuchet MS";	color: #333333;	font-size: 14px}	.textecourant {font-family: "Trebuchet MS";font-size: 12px}.typo_rouge {color: #FF0000; font-weight: bold; font-family: "Trebuchet MS"; font-size: 12px}.texteblanc {font-family: "Trebuchet MS";color: #ffffff;font-size: 12px}.Texte-menu {	font-family: "Trebuchet MS";	font-size:12px;	font-weight:bold;	align:center;	color: #000000	}.fond {   background-color: #00FFCC;}
