/*****Basic Elements*****/  

p, pre {
	margin: 0px;
}


fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

blockquote span {
	color: #77868b;
	font-weight: bold;
}


#formulaire{ width:350px; margin:0; padding:0;}

#retour_msg {
margin:0px;
padding:10px 0pt 0pt 80px;
}







/** Contact us Form **/

#contact_us {
	width: 350px;
	margin: 15px 0px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 80px;
	clear: both;
	color: #ccdd20;
	font-size: 14px;
}

#contact_us input, #contact_us textarea {
	width: 250px;
	background:#fff url(../images/degrad-input.gif) repeat-x left top;
	border: 1px solid #746960;
	font-size: 13px;
	padding: 2px 3px;
	margin-bottom: 15px;
	color: #000;
}

#contact_us input.button {
	color:#000000;
	background: #ccdd20;
	padding: 3px 6px;
	font-size: 11px;
	width: 60px;
	border: 0px;
	cursor: pointer;
}

#contact_us input.button:hover {background: #729e94; color:#fbfbfb;}


p.error {
	display: none;
	padding: 5px 0px;
	color: #729e94;
	font-weight: bold;
}

p#submit {text-align:right; margin-right:13px;}

p#success {
	display: none; 
	font-size: 12px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}