
/*titre standard*/
.titre {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #464646; font-weight: bold;}

/*texte standard*/
.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #464646}

.text_blanc {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF}

/*lien standard*/
a.text {  text-decoration: none;font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #F03B3B;
}
a.text:hover {  text-decoration: underline;font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #F03B3B;
}
a.text:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #F03B3B;
}

/*texte petit*/
.petit {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #464646}

/*lien petit*/
a.petit {  text-decoration: none;font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #464646;
}
a.petit:hover {  text-decoration: underline;font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #464646;
}
a.petit:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #464646;
}

.fond { background-repeat: no-repeat;
}

.form_fond {
	BORDER-RIGHT: #4B4B4B 1px solid;
	BORDER-TOP: #4B4B4B 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	BORDER-LEFT: #4B4B4B 1px solid;
	WIDTH: 150px;
	COLOR: #000000;
	LINE-HEIGHT: normal;
	BORDER-BOTTOM: #4B4B4B 1px solid;
	FONT-FAMILY: Arial, Trebuchet MS, Geneva, sans-serif;
	background : #E9E9E9;
}
.form_bouton {
	BORDER-RIGHT: #666666 2px solid;
	BORDER-TOP: #666666 2px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	BORDER-LEFT: #666666 2px solid;
	COLOR: white;
	BORDER-BOTTOM: #666666 2px solid;
	FONT-FAMILY: Arial, Trebuchet MS, Geneva, sans-serif;
	BACKGROUND-COLOR: #F02E2E ;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none;
	text-align : center;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
}



