/* CSS Document */
/*---------------habillage formulaire----------*/
/*form. {
	margin: 0px;
	width: 750px;
}*/
input {
	COLOR: #000000;
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BORDER-STYLE: solid;
	BORDER-RIGHT: 1px solid;
	BORDER-TOP: 1px solid;
	BORDER-LEFT: 1px solid;
	BORDER-BOTTOM: 1px solid;
	BORDER-COLOR: #FF9933;
	BACKGROUND-COLOR:FFFFFF;
}
#boutton
{
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BORDER-RIGHT: 4px double #FF9933;
	BORDER-TOP: 1px solid;
	BORDER-LEFT: 1px solid;
	BORDER-BOTTOM: 4px double #FF9933;
	BACKGROUND-COLOR: #FFE082;
	list-style-position: inside;
	color: #000000;
	padding-right: 2px;
	padding-left: 2px;
}
#boutton_2
{
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BORDER-RIGHT: 4px double #0066CC;
	BORDER-BOTTOM: 4px double #0066CC;
	BACKGROUND-COLOR: #6ea8e2;
	list-style-position: inside;
	color: #FFFFFF;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	/*font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;*/
}
textarea {
	COLOR: #000000;
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BORDER-STYLE: solid;
	BORDER-RIGHT: 1px solid;
	BORDER-TOP: 1px solid;
	BORDER-LEFT: 1px solid;
	BORDER-BOTTOM: 1px solid;
	BORDER-COLOR: #FF9933;
	BACKGROUND-COLOR:FFFFFF;
}
select {
	COLOR: #000000;
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR:FFFFFF;
	border: 1px solid #FF9900;
}

.alerte
{
	color:#FF6600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.alerte2
{
	color:#FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FF6600;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: blink;
}
/*---------------fin habillage formulaire----------*/


