.form {
	font-family: verdana;
	border: 0px none;
	margin: 0px;
	padding: 0px;

}
.champ {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	border: 1px solid #000000;
}
.text {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}
.textbleu {
	font-family: verdana;
	font-size: 10px;
	color: #003399;
}
.textgris {
	font-family: verdana;
	font-size: 10px;
	color: #655F63;
}
.textrouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #BB1D1E;
}
.bouton {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #EDA306;
	border: 1px outset #EDA306;
	cursor: hand;
	font-weight: bold;
}
.lienblanc {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.lienbleu {
	font-family: verdana;
	font-size: 10px;
	color: #003399;
	text-decoration: underline;
}
.lienbleu:hover {
	font-family: verdana;
	font-size: 10px;
	color: #F5DF10;
	text-decoration: underline;
}
.lienbrun {
	font-family: verdana;
	font-size: 10px;
	color: #EDA306;
	text-decoration: underline;
}
.lienbrun:hover {
	font-family: verdana;
	font-size: 10px;
	color: #EDA306;
	text-decoration: underline;
}
.titregris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #4D4D4D;
	font-weight: bold;
}
.textorange {
	font-family: verdana;
	font-size: 10px;
	color: #FCC101;
}
.fondcarto {
	background-attachment: fixed;
	background-image: url(images/fond-carto.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
