

/* CONTACT */

.container_contact{
	/*border: 1px solid #000;*/

}

.contact{
	position: relative;
    margin: 0 auto;
    width: 450px;
    padding: 20px 10px;
	background-image: url('../images/papier-01.jpg');
	background-size: 450px;
	margin-top: 50px;
	box-shadow: 10px 10px 16px #333;
}

.contact img{
	position: absolute;
	right: 20px;
	top: 60%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 170px;
	margin-left: 0px;
}

.contact p{
	line-height: 2em;
	color: #333;
}

.contact_form{
	/*border: 1px solid #000;*/
	background-color: #C2C1AA;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px 20px;
	box-shadow: 0 0 5px #666;
}

.contact_form input, .contact_form textarea{
	margin-bottom: 20px; 
	width: 100%;
	padding: 5px 20px;
	border: none;
	resize: none;
	overflow: scroll;	
}

.contact_form textarea{
	height: 100px;
}

.contact_form form div{
	display: inline-block;
	font-size: small;
	/*border: 1px solid #000;*/
}

.contact_titre{
	/*border: 1px solid #000;*/
	padding: 10px;
	margin-bottom: 10px;
	font-size: larger;
}


/* ADMIN */

.contact_edit{
	background-color: #eee;
	float: left;
	width: 31.33%;
	margin: 1%;
	padding: 1% 2%;
	/*border: 1px solid #000;*/
	box-shadow: 0 0 3px #000;
	border-radius: 5px;
}

.contact_edit input[type="text"]{
	width: 100%;
	margin-bottom: 20px;
}

.contact_edit textarea{
	width: 100%;
	height: 50px;
	resize: none;
	margin-bottom: 20px;
}

.contact_edit div{
	margin-bottom: 20px;
}







