/** Contact *******************/

#form1{
	padding:0px 15px;
	width:450px;
	margin-right:20px;
	}
#form1 .titre{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	}
#form1 label.input{
	width:120px;
	display:block;
	float:left;
	}
#form1 p{
	margin-top:0;
	margin-bottom:0;
	}
#form1 p input[type=text],#form1 p input[type=textarea]{
	margin-top:3px;
	margin-bottom:7px;
	}
#form1 input{
	width:220px;
	}
#form1 input[type=checkbox]{
	width:20px;
	margin-right:10px;
	}
#form1 input[type=file]{
	width:300px;
	}
#form1 p.Message{
	margin-top:10px;
	}
#form1 p.Message label{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	}
#form1 p.Message textarea{
	width:220px;
	}
#form1 label.textarea{
	width:120px;
	display:block;
	float:left;
	}
#form1 p.RGPD_Ok{
	margin-top:10px;
	}
#form1 #form1_submit{
	background: #9dd53a; /* Old browsers */
	background: -moz-linear-gradient(top,  #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
	display:block; width:100%; height:40px; line-height:40px; border:0px;
	-webkit-border-radius: 3px;
	border-radius: 3px; font-size:16px; color:#ffffff;
	-webkit-box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.2); cursor:pointer;
	}
#form1 #form1_submit:hover{
	background: #9fdd33; /* Old browsers */
	background: -moz-linear-gradient(top,  #9fdd33 0%, #a4de46 50%, #82c812 51%, #7bbe08 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9fdd33), color-stop(50%,#a4de46), color-stop(51%,#82c812), color-stop(100%,#7bbe08)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9fdd33 0%,#a4de46 50%,#82c812 51%,#7bbe08 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9fdd33 0%,#a4de46 50%,#82c812 51%,#7bbe08 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9fdd33 0%,#a4de46 50%,#82c812 51%,#7bbe08 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9fdd33 0%,#a4de46 50%,#82c812 51%,#7bbe08 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startCol?????????????????orstr='#9fdd33', endColorstr='#7bbe08',GradientType=0 ); /* IE6-9 */
	}
.alert{
	color:#FFFFFF;
	padding:10px;
	}
.alert-danger{
	background:#e50707;
	}
.alert-success{
	background:#78AF17;
	}

/*********************/