#formumlaire
{
	border:				none;
	font-family:		"Verdana";
	font-size:			11px;
	display:			inline;
}

#formumlaire fieldset
{
   border:				1px solid silver;
}

#formulaire legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family:			"Verdana";
   font-weight: 		bold;
   color:				black;
   font-size:			12px;
}

#formulaire .chps
{
	width:				215px;
}

#formulaire select
{
	width:				220px;
	height:				20px;	
}

#mef_champs
{
	width:				450px;
	height:				210px;
}

#champs
{
	float:				left;
	width:				220px;
	height:				210px;
}

#champs p
{
   margin-top:			0px;
   margin-bottom:		7px;
}

#duree
{
	float:				left;
	width:				165px;
	padding-top:		85px;
	padding-left:		65px;
}

#mef_combos
{
	width:				450px;
	height:				40px;
}

#pays
{
	float:				left;
	width:				220px;
	height:				30px;
}

#domaine
{
	float:				left;
	width:				220px;
	height:				30px;
	padding-left:		4px;
}

#formulaire textarea
{
	width:				440px;
	height:				50px;
}

#formulaire .bouton
{
	width:				70px;
	height:				23px;
	font-size:			10px;
	font-weight:		bold;
}

#formulaire input:focus, #formulaire textarea:focus
{
   background-color:	silver;
}

#pformulaire
{
	margin-top:			0px;
	font-size:			9px;
	font-weight:		bold;
}