/************** FORMULAIRES *****************/

input
{
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#000000;
	border:#ADADAD 1px solid;
	background-color:#FFFFFF;
}

textarea
{
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#000000;
	border:#ADADAD 1px solid;
	background-color:#FFFFFF;
	
}

select
{
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	border:#ADADAD 1px solid;
	background-color:#FFFFFF;
}

input.button
{
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	border:#ADADAD 1px solid;
	background-color:#CBCBCB;
	cursor: pointer;
}

