/* CSS Document */

body {
	background-color: #B6B6B6;
}

.tableau {
	vertical-align:bottom;
}

td {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #333333;
}

.texte {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #333333;
}

.titre {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #AC7900;
	font-weight:bold;
}

.zone {
background-color:transparent;
border:1px solid #CCCCCC;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #333333;
}

a:link {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
a:visited {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	text-decoration: underline;
	color: #666666;
}
a:active {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}