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

.titre_form {
	font-family: Arial;
	font-size: 16px;
	line-height: 18px;
	color: #333;
	text-decoration: none;
	height: auto;
	width: auto;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 35px;
	margin-bottom: 10px;
}
.form {
	color: #333;
	font-family: Arial;
	font-weight: normal;
	width: 550px;
	height: auto;
	font-size: 9px;
	line-height: 10px;
	text-decoration: none;
	margin-top: 10px;
}
.form h2, .form .button button {
	border: 1px solid #006489;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	background-color: #006489;
	background-image: linear-gradient(bottom, rgb(0,79,144) 41%, rgb(0,100,137) 70%);
	background-image: -o-linear-gradient(bottom, rgb(0,79,144) 41%, rgb(0,100,137) 70%);
	background-image: -moz-linear-gradient(bottom, rgb(0,79,144) 41%, rgb(0,100,137) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,79,144) 41%, rgb(0,100,137) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(0,79,144) 41%, rgb(0,100,137) 70%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.41, rgb(0,79,144)), color-stop(0.7, rgb(0,100,137)));
 filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#0065ab', endColorstr='#006489'); /* IE6 et IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0065ab', endColorstr='#006489')";  /*IE8 */
	-webkit-transition: border .6s ease-in;
	-moz-transition: border .6s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	behavior: url(http://www.arjo-systems.com/css/css/pie/PIE.php);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://www.arjo-systems.com/css/css/pie/PIE.php);
}
.form h2 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://www.arjo-systems.com/css/css/pie/PIE.php);
	padding: 2px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.form div {
	margin-bottom: 8px;
	margin-top: 0px;
}
.formcol {
	height: auto;
	min-height: 200px;
	width: 250px;
	position: relative;
	padding-left: 25px;
	float: left;
}
.formcolfull {
	height: auto;
	min-height: 200px;
	width: 525px;
	position: relative;
	float: left;
	padding-left: 25px;
}
.form div label {
	color: #006489;
	text-align: left;
	display: block;
	width: auto;
	position: relative;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 3px;
}
.form div label2 {
	color: #000000
	text-align: left;
	display: block;
	width: auto;
	position: relative;
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 3px;
}
.form div select {
	background: #ffffff;
	width: 240px;
	border: 1px solid #ccc;
	height: 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://www.arjo-systems.com/css/css/pie/PIE.php);
	-webkit-transition: all .6s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in;
}
.form div select:hover {
	border: 1px solid #999;
}
.form div select:focus {
	color: #333333;
	border: 1px solid #42596d;
	background: rgba(0,100,137,0.2);
}
.form div textarea {
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://www.arjo-systems.com/css/css/pie/PIE.php);
	-webkit-transition: all .6s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in;
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	color: rgba(64,64,64,1);
	text-decoration: none;
	background-color: #FFFFFF;
}
.form div textarea:hover {
	border: 1px solid #999;
}
.form div textarea:focus {
	border: 1px solid #42596d;
	color: #333;
	background: rgba(0,100,137,0.1);	
}
.form div input {
	width: 240px;
	border: 1px solid #ccc;
	height: 27px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://www.arjo-systems.com/css/css/pie/PIE.php);
	-webkit-transition: all .6s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in;
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	color: rgba(64,64,64,1);
	text-decoration: none;
	background-color: #FFFFFF;
}
.form div input:hover {
	border: 1px solid #999;
}
.form div input:focus {
	border: 1px solid #42596d;
	color: #333;
	background: rgba(0,100,137,0.1);	
}
.form .button {
	text-align: left;
	margin-top: 10px;
}
.form .button button {
	cursor: pointer;
	width: auto;
	height: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.form .button button:hover {
	background-color: rgb(0, 100, 137);
	background-color: rgba(0, 100, 137, 0.2);
	background-image: linear-gradient(bottom, rgb(0,100,137) 41%, rgb(0,84,124) 70%);
	background-image: -o-linear-gradient(bottom, rgb(0,100,137) 41%, rgb(0,84,124) 70%));
	background-image: -moz-linear-gradient(bottom, rgb(0,100,137) 41%, rgb(0,84,124) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,100,137) 41%, rgb(0,84,124) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(0,100,137) 41%, rgb(0,84,124) 70%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.41, rgb(0,100,137)), color-stop(0.7, rgb(0,84,124)));
 filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#006489', endColorstr='#00547c'); /* IE6 et IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#006489', endColorstr='#00547c')";  /*IE8 */
}
/*form rappel*/
/*.form_rappel {
	color: #fff;
	font-family: Arial;
	font-weight: normal;
	width: 350px;
	padding: 0px;
	height: auto;
	font-size: 9px;
	line-height: 10px;
	text-decoration: none;
}
.form_rappel h2, .form_rappel .button button {
	border: 1px solid #42596d;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	background-color: #0065ab;
	background-image: linear-gradient(bottom, rgb(0,100,137) 41%, rgb(0,84,124) 70%);
	background-image: -o-linear-gradient(bottom, rgb(0,100,137) 41%, rgb(0,84,124) 70%));
	background-image: -moz-linear-gradient(bottom, rgb(0,100,137) 41%, rgb(0,84,124) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,100,137) 41%, rgb(0,84,124) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(0,100,137) 41%, rgb(0,84,124) 70%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.41, rgb(0,100,137)), color-stop(0.7, rgb(0,84,124)));
 filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#006489', endColorstr='#00547c');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#006489', endColorstr='#00547c')";
	-webkit-transition: border .6s ease-in;
	-moz-transition: border .6s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	behavior: url(http://www.arjo-systems.com/css/css/pie/PIE.php);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://www.arjo-systems.com/css/css/pie/PIE.php);
}
.form_rappel h2 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://www.arjo-systems.com/css/css/pie/PIE.php);
	padding: 2px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.form_rappel div {
	margin-bottom: 8px;
	position: relative;
	margin-top: 0px;
}
.form_rappel div label {
	color: #0065ab;
	text-align: left;
	display: block;
	width: auto;
	position: relative;
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 3px;
}
.form_rappel div input {
	background: rgba(0,100,137,0.1);
	width: 100px;
	border: 1px solid #ccc;
	height: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://www.arjo-systems.com/css/css/pie/PIE.php);
	-webkit-transition: all .6s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in;
}
.form_rappel div input:hover {
	border: 1px solid #999;
}
.form_rappel div input:focus {
	border: 1px solid #42596d;
	color: #333;
	background: rgba(0,100,137,0.1);
}
.form_rappel .button {
	text-align: left;
	margin-top: 10px;
}
.form_rappel .button button {
	cursor: pointer;
	width: auto;
	height: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.form_rappel .button button:hover {
	background-color: rgb(0, 100, 137);
	background-color: rgba(0, 100, 137, 0.2);
	background-image: linear-gradient(bottom, rgb(0,100,137) 41%, rgb(0,84,124) 70%);
	background-image: -o-linear-gradient(bottom, rgb(0,100,137) 41%, rgb(0,84,124) 70%));
	background-image: -moz-linear-gradient(bottom, rgb(0,100,137) 41%, rgb(0,84,124) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,100,137) 41%, rgb(0,84,124) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(0,100,137) 41%, rgb(0,84,124) 70%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.41, rgb(0,100,137)), color-stop(0.7, rgb(0,84,124)));
 filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#006489', endColorstr='#00547c'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#006489', endColorstr='#00547c')";  
}
*/