#frm_contact label {
			
			width: 120px;
			display: inline-block;
			text-align: right;
			margin-right: 10px;
			
		}
#form_contact .margin-l{margin-left: 130px;}

.button {
	background: url("/images/css/button.jpg") no-repeat top left;
	color: #e9e9e9;
	display: block;
	font-size: 11px;
	height: 21px;
	line-height: 19px;
	margin-bottom: 20px;
	padding-left: 8px;
	width: 150px;
}
.button2 {
	color: #e9e9e9;
	display: block;
	font-size: 11px;
	height: 21px;
	line-height: 19px;
	margin-bottom: 20px;
	padding-left: 8px;
	width: 200px;
	background-color: #3e454f;
}
.button2:hover {
	cursor: pointer;
	background-color: #ff9000;
}

.button:hover {
	background-position: bottom left;
	text-decoration: none;
}
/* ========================== Form Elements Styles ========================== */
.contact select {
	background-color: #f3f7fb;
	border: 1px solid #bbbfc2;
	color: #898c8d;
	font-size: 11px;	
	font-weight: bold;
	padding: 2px;
}

.contact input, .contact textarea {
	background-color: #FC9;
	border: 1px solid #c4cbd4;
	font-size: 11px;
	margin-top: 5px;
	padding: 2px;
	
}

.contact p {
	margin-bottom: 10px;
}

.contact #submit {
	background-color: #555e67;
	border: none;
	color: #e9e9e9;
	font-size: 11px;
	padding: 3px;
	padding-right: 3px;
	text-align: left;
	width: auto;
}
/* ========================== Form Adhésion Elements Styles ========================== */
.adhesion select {
	background-color: #ffffff;
	border: 1px solid #FF6600;	
	color: #333;
	font-size: 11px;	
	font-weight: normal;
	padding: 2px;
}
.adhesion {
	color: #333;
	font-size: 11px;
	line-height: 18px;

}
.adhesion input, .adhesion textarea {	
	font-size: 11px;
	margin-top: 5px;
	margin-left: 5px;
	padding: 2px;
	
}


.required{
	border: 1px solid;	
	border-color: #FF6600;	
	
}
.normal{
	border: 1px solid #c4cbd4;	
}
.focus {
	border: 1px solid #ff7800;
	background-color: #dddddd;	
}

.adhesion #submit {
	background-color: #555e67;
	border: none;
	color: #e9e9e9;
	font-size: 11px;
	padding: 3px;
	padding-right: 3px;
	text-align: left;
	width: auto;
}
.adhesion #submit:hover {
	background-color: #FF6600;

}

/* ========================== Form Sondage Styles ========================== */


.sondage input {
	
	
	
	margin-top: 5px;
	margin-left:25px;
	padding: 2px;
	
}
.sondage textarea {
	
	border: 1px solid #c4cbd4;
	font-size: 11px;
	margin-top: 5px;
	margin-left:25px;
	padding: 2px;
	
}
.sondage p {
	color:#333333;
}

.sondage #submit {
	background-color: #555e67;
	border: none;
	color: #e9e9e9;
	font-size: 11px;
	padding: 3px;
	padding-right: 3px;
	text-align: left;
	width: auto;
}
/*fieldset {background:##EEEEEE; padding:10px; border:2px solid ; border-color:#FF6600 #ffffff #FF6600 #ffffff; margin-bottom:36px; width:550px;}
legend {background:#FF6600; color:#fff; padding:0 10px; margin:-26px 0 0 -11px; font-size:20px; padding: 5px;}*/

