﻿@charset "ISO-8859-1";
/* CSS Document ---- Contact */

#devis {
	background-color: #7A5A63;	
	background-image: url(atelier1.png);	
	width:			960px;
	height:			520px;
	margin: 0;
	border-radius : 3px;
	box-shadow : 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
	}
	
h4 {
	text-align: center;
	margin: 0 5px;
	padding-top: 5px;
	}
	
	
#formulaire {
	background-color: #7A5A63;	
	width: 600px;
	height: 425px;
	position: relative;
	top: 45px;
	margin: 0 auto;
	padding: 0;
	float: none;
	box-shadow: 2px 2px 8px #222;
	-moz-box-shadow: 2px 2px 8px #222;
	-o-box-shadow: 2px 2px 8px #222;
	-webkit-box-shadow: 2px 2px 8px #222;
	}
	
form {
	padding: 20px 0 0 0;
	}
	
fieldset {
	border: none;
	margin-left: 25px;
	}
	
label {
	font-size: 1.2em;
	color: #fff;
	text-shadow: 0px 1px 1px #222;
	text-align: left;
	float: left;
	clear: left;
	margin: 10px 10px 0 0;
	width: 155px;
	}
	
label:last-child {

	margin-top: 5px 0;
	}
	
	
input {
	width: 270px;
	height: 30px;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

textarea {
	margin-top: 5px;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 445px;
	height: 110px;
	}
	
#bouton {
		float: right;
		width: 100px;
		margin: 8px 10px 0 0;
	}


	
