table.bordureFine
{
	border-style : solid;
	border-width : 1px;
	border-color : #FF9900;
	border-collapse : collapse;
}
td.bordureFine
{
	border-bottom : solid 1px forestgreen;
	border-right : solid 1px forestgreen;
	border-left : solid 1px forestgreen;
	border-top : solid 1px forestgreen;
}

.orange14 {
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	font-weight: normal;
}

.gris14 {
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}

.petit {
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

.orange18 {
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9900;
	font-weight: normal;
}

.erreur {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.titre {
	font-family: 'Trebuchet MS', arial;
	font-size: 24px;
	color: forestgreen;
	font-weight: normal;
	TEXT-DECORATION: underline;
}


a {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: normal;
}
a:hover {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F43E00;
	font-weight: normal;
}

