@charset "UTF-8";

/*RESET*/
div{
	display:block;
	position:relative;
	height:auto;
}
h1, h2, h3, h4, h5, h6, img, ul, li, a{
	margin:0;
	padding: 0;
	border:none;
	text-decoration:none;
	outline:none;
	vertical-align:baseline;
	list-style-type: none;
    }
p {
	font-size:1.5em; /*selon le contexte*/
	line-height:1.5em; /*selon le contexte*/
	margin:10px 0;
}

/*FIN RESET*/

/*CONTENU*/
html{
	font-family: 'Roboto', helvetica, arial, sans-serif;
}
body{
	width:100%;
	margin: 0;
	padding:0;
	font-size:62.5%;
}

/*HAUT DE PAGE*/
#haut{
	width:100%;
	clear:both;
}
#rbq{
	text-align:right;
	padding-right:50px;
	padding-top: 12px;
	color:#58595B;
	font-size:0.8em;
	float:right;
}
#telephone{
	text-align:right;
	font-weight:bold;
	color:#58595B;
	font-size:1.5em;
	float:right;
	margin-right:20px;
}
#telephone a{
	color:#58595B;
}
#logo{
	width:228px;
	float:left;
}
#menu{
	z-index:500;
	float:right;
	margin-top:50px;
	margin-left:20px;
	margin-bottom:40px;
	
}
#menu ul li{
	float:left;
	background-color:#BDDB18;
	
	/*	CSS3*/
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-khtml-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-chrome-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#menu ul li a{
	font-size:1.8em;
	font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	float:left;
	height: 20px;
	padding:15px;
}
#menu ul li:hover{
	background-color:#ABC441;
}
.active{
	background-color:#ABC441;
}

/*CONTENT*/
#content{
	width:1024px;
	margin: 0 auto;
	background-color:#FFF;
	position:relative;
	clear:both;
}
#content-excavation{
	width:100%;
	margin: 0 auto;
	background-color:#58595B;
}
#slider-accueil{
}
#action-realisations{
	width: 260px;
	height:25px;
	z-index:200;
	background-color:#BDDB18;
	color:#58595B;
	text-align:center;
	font-size:1.8em;
	padding:15px;
	position:relative;
	float:left;
	margin-top:-70px;
	margin-left: 20%;
	font-weight:bold;
	
	/*	CSS3*/
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-khtml-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-chrome-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}
#action-realisations a{
	color:#58595B;
}
#action-realisations:hover{
	background-color:#ABC441;
	color:#58595B;
}
#action-soumission{
	width: 260px;
	height:25px;
	z-index:200;
	background-color:#BDDB18;
	color:#58595B;
	text-align:center;
	font-size:1.8em;
	padding:15px;
	position:relative;
	float:left;
	margin-top:-70px;
	margin-left:50%;
	font-weight:bold;
	
	/*	CSS3*/
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-khtml-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-chrome-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}
#action-soumission:hover{
	background-color:#ABC441;
	color:#58595B;
}
#action-soumission a{
	color:#58595B;
}
#contenu-texte{
	padding:20px;
}
#contenu-texte a{
	color:#000;
	/*	CSS3*/
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-khtml-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-chrome-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}
#contenu-texte a:hover{
	font-weight:bold;
}
#contenu-texte-excavation{
	background-color:#58595B;
	padding:20px;
}
#sous-menu ul li{
	display:block;
	float:left;
	background-color: #BDDB18;
	text-align:center;
	margin:5px;
	height:300px;
	
	/*	CSS3*/
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-khtml-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-chrome-transition: all 0.4s ease;
	transition: all 0.4s ease;	
	
}
#sous-menu ul li:hover{
	background-color: #ABC441;
	font-weight:bold;
	text-align:center;
}
#sous-menu ul li a{
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	color:#FFF;
}
#sous-menu ul li a img{
	margin-bottom: 10px;
}
h1{
	color:#F8971D;
	margin-top:25px;
	font-size:2.5em;
	text-transform:uppercase;
}
#contenu-texte-excavation h1{
	color:#FFF;
	margin-top:25px;
	font-size:2.5em;
}
#contenu-texte-excavation p{
	color:#FFF;
}
#contenu-texte-excavation ul{
	color:#FFF;
	font-size:1.5em;
	line-height:1.5em;
	margin-bottom: 40px;
}
#btn-retour{
	background-color:#BDDB18;
	text-align:center;
	width:250px;
	padding:10px;
	font-size:1.8em;
	color:#FFF;
	/*	CSS3*/
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-khtml-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-chrome-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}
#btn-retour:hover{
	background-color:#ABC441;
	color:#FFF;
	font-weight:bold;
}
#map{
	margin-top:20px;
}
#fournisseurs{
	z-index:600;
}
#fournisseurs img{
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

/*FOOTER*/
#footer{
	background-color:#BDDB18;
	text-align:center;
	color:#FFF;
	height:50px;
	margin:0;
	padding:0 auto;
	clear:both;
}
#footer ul{
	text-align:center;
	margin: 0 auto;
	display:block;
}
#footer ul li{
	display:block;
	float:right;
	text-align:center;
	margin-right:30px;
}
#footer ul li a img{
	margin-top:10px;
}
@media (min-width:1000px) and (max-width:1260px){	
#menu ul li a{
	font-size:1.5em;
}
}