@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

p {
	text-align:justify;
	color: #000;
    font-family: 'Montserrat';
    font-size: 14px;
}


.container_form {
	/* max-width:650px; */
	width:100%;
	margin:0 auto;
	/* position:relative; */
	border:0px red solid; 
}
.message_erreur {
	color: #9E4545;
    font-family: 'Montserrat';
	font-size: 14px;
	padding:5px;
	border: 1px solid #9E4545;
	width: 335px;
}

.message_envoye {
	color: #409E63;
    font-family: 'Montserrat';
	font-size: 14px;
	padding:5px;
	border: 1px solid #409E63;
	width: 335px;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"], #contact select { font-family: 'Montserrat'; font-size:14px; color:#777; }

#contact {
	background:white;
	padding: 0 25px 0 25px;
	/* margin:50px 0; */
}



fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	padding: 0;
	width: 70%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact select {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover, #contact select:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:70%;
	border:none;
	background-color: #428bca;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	 background-color: #428bca;
	 color:white;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
