body{
	font-family: "trebuchet ms";
	font-size: 12px;
	color: #242424;
}

.container{
	width: 1140px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}	

#logo{
	width: 25%;
	float: left;
}

#titre{
	width: 50%;
	float: left;
	text-align: center;
}

#titre p{
	font-family: "rifficfree";
	font-weight: bold;
	font-size: 60px;
	color: white;
	text-shadow: 1px 1px 2px black;
}

#titre h1{
	font-size: 15px;
	padding-top: 20px;
}

#tel{
	width: 25%;
	float: left;
	display: block;
	margin-top: 60px;
	
}

#tel a{
	text-decoration: none;
	color: #f3ad36;
	font-family: "trebuchet ms";
	font-size: 18px;
	border: #f3ad36 2px solid;
	padding: 15px;
	text-align: center;
	
}

#tel a:hover{
	color: white;
	background-color: #f3ad36;
}

#tel img{
	vertical-align: sub;
}

#imgheader{
	background: url("images/photo header.jpg") center no-repeat;
	background-size: cover;
	height: 500px;
	
}

#imgheader h2{
	color: white;
	font-size: 30px;
	text-shadow: 2px 2px 3px black;
	text-transform: uppercase;
	text-align: center;
	padding-top: 150px;
	line-height: 40px;
}

#imgheader p{
	text-align: center;
	padding-top: 80px;
}

#imgheader a{
	text-decoration: none;
	color: white;
	font-size: 18px;
	border: white 2px solid;
	padding: 15px;
	text-transform: uppercase;
}

#imgheader a:hover{
	color:#f3ad36;
	background-color: white;
}

.retour{
	clear: both;
}

#navhaut{
	margin-bottom: 20px;
}

#menu ul{
	width: 900px;
	margin: auto;
}

#menu a{
	float: left;
	display: block;
	text-decoration: none;
	color: #242424;
	font-size: 20px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

#menu a:hover{
	border-bottom: #f3ad36 2px solid;
	padding-bottom: 8px;
}

.bg_gris{
	background-color: #e3e3e3;
}

#prestations .col3{
	width: 30%;
	margin: 1.5%;
	float: left;
}

#revetement{
	background: url("images/img_revetement.jpg") center no-repeat;
	height: 350px;
}

#revetementsol{
	background: url("images/img-revetementsol.jpg") center no-repeat;
	height: 350px;
}

#plafondtendus{
	background: url("images/img-plafondtendus.jpg") center no-repeat;
	height: 350px;
}

#plafondsuspendus{
	background: url("images/img-plafondsuspendus.jpg") center no-repeat;
	height: 350px;
}

#iso-intext{
	background: url("images/img-iso-intext.jpg") center no-repeat;
	height: 350px;
}

#materiaux{
	background: url("images/img-materiaux.jpg") center no-repeat;
	height: 350px;
}

#prestations p{
	text-align: center;
}

#prestations a{
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 350px;
	padding: 5px;
}

#prestations a:hover{
	border: white 2px solid;
	
}



.bg_orange{
	background-color: #f3ad36;
	height: 250px;
}

#garanties .col4{
	text-align: center;
	float: left;
	width: 25%;
	padding-top: 40px;
}

#garanties h3{
	font-size: 22px;
	color: white;
	text-transform: uppercase;
	text-align: center;
}

#garanties p{
	text-align: center;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	line-height: normal;
	padding-top: 20px;
}

#partenaire{
	height: 300px;
}

#partenaire h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 30px;
}

#partenaire h2 strong{
	color: #f3ad36;
}

#partenaire .col4{
	float: left;
	width: 25%;
	text-align: center;
	filter: grayscale(10);
}

#partenaire .col4:hover{
	filter: none;
}

.gallery .col2{
	width: 50%;
	float: left;
	font-size: 15px;
	line-height: 20px;
}

.gallery .col2{
	width: 50%;
	float: left;
}

.col2 li{
	list-style-type: square;
}

.col2 ul{
	padding-left: 30px;
}


.titrepage{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}


#formu .col75{
	float: right;
	width: 65%;
	
}

#formu .col3{
	float: left;
	line-height: 30px;
	font-size: 16px;

}

#telcontact{
	padding-top: 20px;
}

#form label{
	display: block;
	font-size: 18px;
	line-height: 50px;
}

#form input[type="text"]{
	width: 98%;
	padding: 8px;
	border: #f3ad36 1px solid;
	
}

#form input[type="email"]{
	width: 98%;
	padding: 8px;
	border: #f3ad36 1px solid;
}

#form textarea{
	width: 100%;
	height: 100%;
	resize: none;
	border: #f3ad36 1px solid;
}

#form input[type="submit"]{
	display: block;
	margin: auto;
	background-color: white;
	border: #f3ad36 2px solid;
	color: #f3ad36;
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 40px 10px 40px;
}

#form input[type="submit"]:hover{
	background-color: #f3ad36;
	color: white;
	cursor: pointer;
}

.col75 #submit{
	padding-top: 30px;
}

#footer .col4{
	float: left;
	width: 25%;
	line-height: 20px;
	
}

#footer .col75{
	float: left;
	width: 75%;
	
}


footer{
	background-color: #242424;
	color: white;
}

#footer{
	display: block;
	margin: auto;
}

footer a{
	text-decoration: none;
	color: white;
}

footer a:hover{
	color: #f3ad36;
}

.titrefooter{
	font-size: 20px;
	color: #f3ad36;
	font-weight: bold;
	padding-bottom: 15px;
}

#basfooter{
	text-align: center;
	font-size: 10px;
	padding-bottom: 15px;
	padding-top: 20px;
}

#telbas{
	padding-top: 15px;
	font-size: 12px;
	
}