body {
	font-size: 8pt;
	color: #000000;
}


input{
	font-size: 8pt;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #000000;
	border-color : #3399CC;
	border-size : 1pt;
}

select{
	font-size: 8pt;
	background-color: #3399CC;
	font-weight: bold;
	color: #FFFFFF;
	border-color : #000000;
	border-size : 1pt;
}

input.identification{
	font-size: 8pt;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #888888;
	border-color : #FFFFFF;
	border-size : 0pt;
}


input.menu{
	width:350;
}

textarea{
	font-size: 8pt;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #000000;
	border-color : #3399CC;
	border-size : 1pt;
}

legend{
	font-size: 10pt;
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}


a{
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.orange{
	color: #FF6600;
}

a.bleu{
	color: #0099FF;
}


a.rose{
	color: #FF33FF;
}

a.retour{
	color: #B8E600;
	font-size: 8pt;
}

a:hover {
	text-decoration: underline;
}

.commentaire {
	font-weight: italic;
	font-size: 8pt;
}