.box {
	border: thin solid #FFFFFF;
}
.texte {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #CCCCCC;
}
.liens {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #CCCCCC;

	text-decoration: none;

}
.liens:hover {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #EF9B2A;

	text-decoration: none;
}
.liens:visited {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #EF9B2A;

	text-decoration: none;

}
.titre {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.4em;
	font-weight: bold;
}
