body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FEEECC;
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.orange {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #E74A17;
}
.fond_saisie_formulaire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #550B00;
	background-color: #FFF9EA;
}
.cadre {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
}
.t13 {
	font-size: 13px;
}

a.lienExterne {
	text-decoration: none;
	color:#0033CC
}
a.lienExterne:hover{
	text-decoration: underline;
	color:#0033CC;
}
a.lienInterne {
	text-decoration: none;
	color:#E74A17
}
a.lienInterne:hover{
	text-decoration: underline;
	color:#E74A17;
}

