@charset "UTF-8";




	




/*FROMULAIRE*/



#Contenu{
	padding: 5px;
	z-index: 0;
	margin: 0px;
}


#Contenu form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	margin-top: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#Contenu fieldset {
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}

#Contenu label {
	display: block;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 0px;
	text-align: left;
}

#Contenu input {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	height: 25px;
	width: 100%;
	border: thin solid #FF9900;
	padding: 2px;
}

#Contenu input.effacer {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	height: auto;
	width: auto;
	border: thin solid #333333;
	float: left;
	background-color: #FF3366;
}

#Contenu input.envoyer {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	height: auto;
	width: auto;
	border: thin solid #333333;
	float: right;
	background-color: #FF3366;
}

#Contenu textarea {
	text-align: justify;
	height: auto;
	width: 100%;
	border: thin solid #3399FF;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	padding: 2px;
}
