@charset "UTF-8";

ul {
list-style:none;
}

.floatLeft {
float:left;
text-align:center;
border-right:1px solid black;
width:290px;
height:240px;
margin: 20px 0px;
}

.floatRight {
float:right;
margin-right:40px;
margin-top:10px;
}
		
	/*  FORM  */
		form, form ul, form ul li { margin: 0; padding: 0; border: 0; }
		input, textarea  {
			margin: 0; 
			padding: 5px;
			font: normal normal 11px/11px Verdana, Arial, Helvetica, sans-serif;
			color: #555;
		}
		input { width: 290px; height: 35px; }
		input[type=button] { width: 250px; height:39px; cursor:pointer; margin-right:0 }
		textarea { width: 335px; height: 250px; margin-top:9px }
		form p { margin-bottom: 5px; }
		form ul { margin: 0;}
			form ul li { margin: 0; list-style: none; }
			form ul li p { font: normal normal 11px/11px Verdana, Arial, Helvetica, sans-serif; }

			/*Menu bottom*/
			.btnBottom {
				float: left;
				clear: both;
				width: 100%;
				background: url(../contact/images/template/btn-bottom-bg.png) right top no-repeat;
			}
				.btnBottom a {
					display: block;
					line-height: 11px;
					padding: 8px 35px 8px 15px;
					text-decoration: none;
					color:#95CB41;
					font-weight:900;
				}
select{
	width: 185px;
	font-size:small;
	border: 1px solid #b1b1bc;
	background-color: #fff;
	color: #000;	
}
.validMsg{
	width:16px;
	height:17px;
	margin-left:6px;
	margin-top:-2px;
	display:none;
}
.checkboxRequiredState .checkboxRequiredMsg, .checkboxMaxSelectionsState .checkboxMaxSelectionsMsg, .selectRequiredState .selectRequiredMsg, .textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg, .textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .radioRequiredState .radioRequiredMsg{
	border:0px;	
	padding-left:22px;
	margin-left:4px;
	background-image:url(../contact/images/error.gif);
	background-repeat:no-repeat;
}
.textfieldValidState .validMsg, .textareaValidState .validMsg, .selectValidState .validMsg, .checkboxValidState .validMsg, .radioValidState .validMsg{
	display:inline;
}

#captcha_global{
		margin-left:10px;
		margin-top:10px
}

#captcha_copie{
	width:55px;
	height:30px;
	float:right;
	font-size:9px;
	margin-right:20px;
	
}

.lien1{
	text-decoration:none;
	
}