.texte {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCFF;
	text-decoration: none;

}
.lien {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	line-height: normal;
	text-decoration: none;


}
.titre {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: italic;
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;

}
.sansdecoration {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCFF;
	text-decoration: none;
}
A:HOVER {
text-decoration : none;
color : #CCCCCC;
}

