@charset "UTF-8";
/* CSS Document */

/*body {
	background:url(images/bg1.jpg) 100%;
	margin:0;
	padding:0;
}*/
#formulaire_envoi {
	max-width:600px;
	right:0px;
	margin-top:30px;
	font-family: Helvetica;
font-size: 14px;
font-weight: normal;

}
#formulaire_envoi p{
	font-family:Helvetica;
	font-size:14px;
	color: #FFF;
	font-style: normal;
	font-weight:100;

	}
#formulaire_envoi input, #formulaire_envoi textarea {
	
	/*width:420px;*/
	height:20px;
	color:#00528C;
	font-size: 12px;
	font-weight: normal;
	clear:right;
	float:right;
	position:relative;
	background-color:transparent;
padding-left:5px;
	border: 1px solid #FFED00;
	/*background-color:#FFF;*/
}



#formulaire_envoi textarea {
	min-height:145px;
	max-height:146px;
	/*width:420px;*/
	padding-left:5px;
	overflow:visible;
border: 1px solid #FFED00;
	resize:none;
	margin-bottom:20px;

}
#send_message {
	/*width:425px !important;*/
	height:33px;
	background-color:#FFED00;
	border-top:none;
	cursor:pointer;
	cursor:hand;
	position:relative;
	bottom:0px;
}


#cf_submit_p input {
	/*width:425px; */
	height:33px;
	text-align:center;
	float:right;
	border:none;
	color:#00528C;
	font-size: 11px;
	/*background-color:#FFED00;*/


}
#cf_submit_p {/*
	text-align:center;
	color:#262626;
	font-size: 14px;
	background-color:#EBEBEB;*/
}


#send_message:hover{
	color:#FFED00;
	background-color:#00528C;

	}

.error {
	display: none;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	color:#00528C;
	background-color:#B1B3B4;
		font-size: 12px;
	font-weight: normal;
	/*width:415px;*/
	position:relative;
	float:right;
	text-align:center;	
}

#message_error{
	/*width:415px;*/
	position:relative;
	top:-20px;
	margin-bottom:10px;}

.success {
	display: none;
	padding:1px;
	color:#00528C;
	background-color:#FFED00;
	font-size: 14px;
	min-width:150px;
	max-width:220px;	
}


#contact_logo {
	vertical-align: middle;
}
.error img {
	vertical-align:top;
}

@media all and (min-width: 1060px)  {	
#formulaire_envoi{
		min-height:450px;
}

#formulaire_envoi input, #formulaire_envoi textarea, #formulaire_envoi textarea{
	width:420px;
	background-color:#FFF;
	}
#send_message, #cf_submit_p input {
	width:425px !important;
	background-color:#FFED00;
	}
	
.error, #message_error{
	width:415px;
	}	
	
}

@media all and (min-width: 585px) and (max-width: 1060px) {	
#formulaire_envoi{
		min-height:450px;
}

#formulaire_envoi input, #formulaire_envoi textarea, #formulaire_envoi textarea{
	width:98%;
	max-width:515px;
	background-color:#FFF;
	}
#send_message, #cf_submit_p input {
	max-width:520px !important;
	background-color:#FFED00;
	}
	
.error, #message_error{
	width:98%;
	max-width:510px;
	}	
}



@media all and (min-width: 260px) and (max-width: 900px) {	
#formulaire_envoi{
		min-height:475px;
}

#formulaire_envoi input, #formulaire_envoi textarea, #formulaire_envoi textarea{
	width:98%;
	max-width:515px;
	background-color:#FFF;
	}
#send_message, #cf_submit_p input {
	max-width:520px !important;
	background-color:#FFED00;
	}

.error, #message_error{
	width:98%;
	max-width:510px;
	}	
	
}

