/* Start of CMSMS style sheet 'form_contact' */
/* formulaire contact */
.contactform{
	font-size:0.8em;
}

.contactform input, .contactform select{
	width:300px;
	margin-bottom:8px;
	margin-top:1px;
	border: 1px solid #000;
	background-color: #fff;
}

.contactform #fbsubmit{
	width:150px;
	margin-top:10px;
}

.contactform input[type="submit"]{
	width:auto;
	background-color: #083869;
	border: 1px solid #3180e1;
	color:#fff;
}

.contactform input[type="submit"]:hover{
	background-color: #5d76d1;
}

.contactform textarea {
	width: 100%;
	height:180px;
	border: 1px solid #000;
	background-color: #fff;
}

.contactform .erreur_champ *{
	background-color: #FFCCCC;
}

.error_message{
	margin-top:20px;
	margin-bottom:20px;
	padding:5px;
	color:#fff;
	background-color: #f14e4e;
	line-height:130%;
}
/* End of 'form_contact' */

