body {
	font-family: "Trebuchet MS";
	color: #818181;
	background: url(img/fondnoir.png) repeat-x #f4f0e7;
}

.container {
	margin: auto;
	width: 980px;
}

header {
	color: white;
	margin: auto;
	text-align: center;
}

#logo {
	padding: 20px;
}

header h1 {
	padding-bottom: 30px;
	color: white;
}

#block {
	display: block;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	padding: 35px 28px;
	border-right: #b7aa88 1px solid;
	border-left: 1px solid #e9e2d0;
	background-color: #dbd0ba;
	width: 187px;
}

#menu a:hover {
	background: url(img/petitbouton.png) 85% no-repeat;
	background-color: #ae3637;
}

.retour {
	clear: both;
}

.col2 {
	float: left;
	width: calc(50% - 80px);
	padding: 0 40px;
}

#home {
	padding: 50px 0;
}

h3 {
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 20px 20px;
	font-size: 20px;
	color: black;
}

#home p {
	font-size: 13px;
	padding-bottom: 20px;
	line-height: 20px;
}

#home h4 {
	font-size: 15px;
	text-transform: uppercase;
	background: url(img/coche.png) left no-repeat;
	padding: 10px 0 15px 40px;
	color: black;
}

#gauche a {
	text-transform: uppercase;
	text-decoration: none;
	color: black;
	font-size: 12px;
}

#gauche a:hover {
	color: #ae3637;
}

#gauche {
	border-right: 1px solid #e7d9bd;
	width: calc(50% - 81px);
}

#gauche img {
	padding-bottom: 30px;
}

#droite a {
	background-color: #ae3637;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	padding: 10px;
	float: right;
}

#droite a:hover {
	background-color: #C44143;
}

#droite p {
	padding-bottom: 5px;
}

#tfacade, #decop, #pindus, #revets {
	border-bottom: dotted 1px #dbd0ba;
	margin-bottom: 10px;
}

#partenaires {
	padding: 20px 0;
	text-align: center;
	
}

#partenaires img {
	margin: 0 30px;
	vertical-align: middle;
}

#legende {
	background-color: #e2e0d1;
	height: 150px;
	color: black;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	margin-top: 50px;
	border-top: 5px solid white;
}

.pointilles {
	border-bottom: dotted 1px #e7d9bd;
	border-top: dotted 1px #e7d9bd;
	padding-top: 5px;
}

#contact {
	padding-top: 50px;
}

#infos {
	width: calc(50% - 81px);
	border-right: 1px solid #e7d9bd;
}

#formulaire {
	width: calc(50% - 80px);
}

fieldset {
	border: 1px solid #B3B3B3;
	margin-bottom: 20px;
	padding: 5px 0 10px 13px;
}

#infos p {
	line-height: 20px;
	margin-bottom: 15px;
	font-size: 13px;
}

#contact h3 {
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 0px 20px;
	font-size: 20px;
	color: black;
}

#formulaire label {
	color: black;
}

legend, p #titremarron {
	color:#C3A15C;
	font-weight: bold;
}

textarea {
	width: 65%;
	border: 1px solid #C3A15C;
}

.block {
	float: left;
	width: 30%;
	font-weight: bold;
	font-size: 15px;
}

#contact input[type="text"] {
	width: 64%;
	border: 1px solid #C3A15C;
}

fieldset p {
	padding: 5px 0;
}

#contact input[type="submit"] {
	margin-bottom: 20px;
	float: right;
}