html{min-width:1024px;

}


html,body{
width:100%;
    margin: 0;
    padding: 0;
}
body{
	overflow-x : hidden;  

	background-color: #B5A9A0;
	background-position: center center;
    background-repeat: no-repeat;
   position: relative;
   
	}		
#head1{
	height: 213px;
	background-image: url("decoupe/head.jpg");
	position:relative;
	margin: 0 auto;
}
#contenu-head{
	height:213px;
	width:1000px;
	margin:0 auto;}
	
	
#logo{
	
	float:left;
	width:200px;
	height:59px;
	}
	.gauche{
	float:left;
	position: relative;
	}
.texte{

	float:LEFT;
	width:200px;
	height:90px;
	

}	
.texte h1{
		color:#8FCAED;
	font-family: Arial;
    font-size:25px;


}
.para{
	

	float:right;
	width:230px;
	height:90px;
	
}
.para img {
    margin-left: 78px;
    margin-top: -20px;
}
.milieu{
	margin:0 auto;
	
	width:230px;
	height:230px;
	
}
.milieu p{	color:#0;
	font-family: Arial;
    font-size:25px;

}	
.para h1{
text-align:center;
		color:#8FCAED;
	font-family: Arial;
    font-size:25px;


}

#menu{
width:1000px;
height:30px;
margin: 25px 25px 25px 85px;
 
}
#menu ul {
margin:0 auto; color: #000000;
    font-family: Titilium600;
    font-size: 18px;
   
    position: relative;
    width: 1000px;;

}
#menu li {
float:left;}
	
	#menu li, #menu a {
	   height: 25px;
	   display: block;}

#photo {
   
    margin: 0 auto;
    position: relative;
    height: 150px;
	width:505px; 
	z-index:9;
   }
.clear {
    clear:both;
}
#gallery {
   float:left;
    margin-left:35px;
	margin-top:56px;
    position: relative;
    height: 225px;
	width:300px; 
	z-index:9;
   }
#presentation{
margin-top:25px;

float:left;
width:350px;
height:150px;
}
#pastille{
	float:left;
	margin-top:-35px;
	width:98px;
	height:84px;}
#presentation p{
	margin-top:0px;
	font-size: 24px bold;
	color:white;
}
.colGauche{
	height:390px;
	width:500px;
}
.colDroite{
	height:400px;
	width:500px;
	float:right;

}

#imgPg{
	float:right;
	width:400px;
	height:300px;
}
#imgPg img{
	width:150px;
	height:127px;
}
#imgPg p.gras{ color: #6D544D;font-size: 14px;
   font-family: Arial,Helvetica,sans-serif;
	margin: -35px 55px 25px 185px;
}
#imgPg a h2 {
	color: #A80000;
	
    font-family: Arial,Helvetica,sans-serif;
}
	#descrip{  float: right;
    height: 200px;
    margin-right:20px;
    margin-top: 25px;
    width: 250px;
}
p.love{color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
}
#descrip p.essai {color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
	
	}	
#clim{
width:500px;
height:650px;}
	
 #climD{
 height:600px;
width:400px;
float:right;
margin-top:25px;
 }
#clim p{	

	font-weight:14px;
	font-family: Arial,Helvetica,sans-serif;

}
h4{color: #A80000;
	font-weight:14px;
	font-family: Arial,Helvetica,sans-serif;
	 padding-left: 25px;}

 img.clim{
padding-left:25px;
 width:200px; 
 height:217px;
	

}
.titre{
	
    margin-bottom:45px;
	margin-top:-100px;
    position: relative;
  
	width:500px; 
	z-index:9;}
.titre h1{color: #6D544D;
    margin: 10px 30px 0 0;
	
	}
#gallery  img {
	border:3px solid;
	border-color:white;
	position: absolute;
    }
     
#gallery a {
        float:left;
        position:absolute;
    }
     
    #gallery a img {
        border:none;
    }
     
    #gallery a.show {
        z-index:500
    }
 
    #gallery .caption {
        z-index:600;
        background-color:#000;
        color:#ffffff;
        height:100px;
        width:100%;
        position:absolute;
        bottom:0;
		overflow:hidden;
    }
	#ideal{margin-top:25px;float:left;}
	#logo {
    display: inline;
    float: right;
    height: 30px;
  
    margin-top: -60px;
    padding-left: 20px;
    width: 320px;
}
 
    #gallery .caption .content {
        margin:5px
    }
     
    #gallery .caption .content h3 {
        margin:0;
        padding:0;
        color:#ffffff;
    }
    


/*
#menu{
	height: 25px;
	margin-left: 45px;
	margin-top: 15px;
	z-index: 10;
	}  
  
.buttonmenu{
	color:white;
	font-size:10px;
	margin: 0 auto;
width: 180px;
}
 ul.buttonmenu {
    position: absolute;

}
   */
/*definition des liens*/
#menu li a{
	color:white;
	display: block;
	padding:5px;
	text-decoration: none;
	
	/*background: #f2f5f6;  Old browsers */
	/*background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* IE10+ */
	/*background: linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
	text-decoration:none;
	
	width: 100px;
	margin-right:15px;
	text-align:center;
	HEIGHT:25px;}
	/*border-radius:4px;


/*Ici, c'est pour le survol des liens*/
#menu li a:hover, #menu li a:active{

	color: white;
	height:25px;
	opacity: 0.4;
	text-decoration:underline;
	background-color: #8FCAED;
opacity: 0.9;	/* Old browsers */
	/*background: -moz-linear-gradient(top, #c8d7dc 0%, #e3eaed 63%, #f2f5f6 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8d7dc), color-stop(63%,#e3eaed), color-stop(100%,#f2f5f6)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #c8d7dc 0%,#e3eaed 63%,#f2f5f6 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #c8d7dc 0%,#e3eaed 63%,#f2f5f6 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #c8d7dc 0%,#e3eaed 63%,#f2f5f6 100%); /* IE10+ */
	/*background: linear-gradient(top, #c8d7dc 0%,#e3eaed 63%,#f2f5f6 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8d7dc', endColorstr='#f2f5f6',GradientType=0 ); /* IE6-9 */
}
	
#corps{
 clear:both;
	margin:0 auto;
	position: relative;
	width:1000px;

	}
	#milieu{margin:25px 5px 25px 145px;
	float:left;
	width:300px;
height:150px;
padding-top:25px;
	}
	

#imgF{
	margin-right:185px;
	margin-top:20px;
	float:right;
	width:200px;
	height:195px;padding-top:25px;
	}
#milieu p{
width:300px;
height:150px;
	color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    text-align: justify;
	}
#milieu p a {
	color: #A80000;
    font-family: Arial,Helvetica,sans-serif;
}
h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;color: #6D544D;
}
#colonne{
height:375px;
margin:0 auto;
width:1000px;

}
#imgFrance{
	padding:15px;
	width:200px;
	height:195px;
	float:right;
	margin-right:30px;
	}
#colonne h1{color: #6D544D;
}
#plomberie{
height:625px;
width:600px;}
#plomberieDroite{
height:600px;
width:400px;
float:right;
margin-top:25px;}

h2{color: #6D544D;
font-size:18px;
text-decoration: underline;
}
#plomberie h2{color: #6D544D;
font-size:18px;
text-decoration: underline;
}
#elecDroite{
float:right;
margin-top:25px;
width:380px;}

#electricite{
height:375px;
width:600px;}


#chauffageDroite{float:right;
margin-top:25px;
height:680px;
width:400px;
}

#chauffage{
height:680px;
width:600px;
}
.part1{height:205px;}
.part{padding-top:55px;}
.partenaires{
height:260px;
padding-top:55px;}
.partenaire{
height:230px;}
.es{top:25px;}
#pompe{
width:400px;
height:230px;

 
}
#panneau{
width:400px;
height:230px;
padding-top:55px;
 
}
#panneau p {
width:400px; 


font-weight:normal;
 font-family: Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:14px;}
.panno {float:right;
margin-right:5px;}
#pompe p {
width:400px; 

margin-top:50px;
font-weight:normal;
 font-family: Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:14px;}
#alarme{
width:600px;
height:300px;
}
#alarme img{

width:200px; height:217px;
float:right;}
#alarme p{float:left;
width:300px;
height;250px;}
h5 {
    color: #F7BE0E;
    font-size: 18px;
    font-weight: bolder;
    margin-left: -15px;
	}



p.love{
font-weight:normal;
 font-family: Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:14px;

}

#fuite{
width:500px;
height:250px;}
#fuite p{
width:250px; 
height:250px;
float:left;
}
#fuite img {
    float: right;
    height: 217px;
    margin-right: 25px;
    margin-top: -35px;
    width: 200px;
}
#plancher{
width:500px;


}
#plancher p{
float:left;
	color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
 padding-left:25px;
    width: 300px;}
	#plancher img{
	float:right;
	width:117px;
	height:124px;
	margin-top:35px;
	margin-right:25px;}
#puits{
width:500px;
height:250px;}
#puits p {
	padding-left:25px;
    float: left;
    height: 200px;
    margin: 0;
    width: 250px;
}
#puits img {
    float: right;
    height: 217px;
    margin-top: -35px;
    width: 200px;
}



#competence{
float:right;
margin-right:25px;
margin-top:25px;
width:360px;
height:200px;}
#plomberie p{
font-weight:normal;
 font-family: Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:14px;
}
#imgPg p.love{font-weight:normal;
 font-family: Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:14px;
}

#foot{
background-image: url("decoupe/foot.png");
    height: 37px;
}	

	#presentation h3{
	 margin-bottom: 0;
    margin-top: 0;
    text-decoration: underline;
	color:#FFFFFF;}
	#imgPg a h2 {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
	color:#A80000;
	text-decoration:none;
	}
	#imgPg a{
	text-decoration:  underline;
	color: #A80000;}