/* CSS Document */

<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #ECE9D8;
}
a:link {
	color: #FF3300;
}
a:visited {
	color: #FF3300;
}
a:hover {
	color: #FFCC00;
}
.Style4 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.Style4 a:link{
	color:white;
 	text-decoration: none;
}
.Style4 a:visited{
	color:white;
 	text-decoration: none;
}

.Style4 a:hover{
	color: #FFFF00;
	text-decoration: none;
}

.Style5 {
	font-size: 13px;
	font-weight: bold;
	color: #FF3300;
}
.Style7 {
	font-size: 13px;
	font-weight: bold;
}
.Style8 {color: #FFFFFF}
.Style10 {font-size: 12px; font-weight: bold; }
.Style11 {font-size: 12px}
.Style12 {font-size: 10px}
-->


input{ 
	border:1px solid #FF6600;
	background-color:#FFFF99;
	width:90px;
}
textarea{ 
	border:1px solid #FF6600;
	background-color:#FFFF99;
}

input.bouton{
	width:120px;
	border:1px solid #000000;
	background-color:#FF6600;
	font-weight: bold;
	color: #FFFFFF;
}
	
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
