@charset "UTF-8";
/* CSS Document */

body{
	font-family: "Lucida Grande", arial, sans-serif;
	background-color: rgba(153,102,51,0.2);
	font-size: 16px;
	margin:0px;
	padding:0px;
    }
	
section{ 
	width: 80%;
	margin: auto;
	min-width: 800px;
	}
	
header{
	height: auto;
	background-image: url(images/titre-header-c.png);
	background-repeat: no-repeat;
	height: 88px;
	padding: 0px;
	}

nav{
	float: right;
	background-position: bottom;
	width: 114px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(106,234,245,1.00)),color-stop( 100% , rgba(255,255,255,0.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(106,234,245,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(106,234,245,1.00) 	0%,rgba(255,255,255,0.00) 100%);
	border: thin solid #666;
	height: auto;
	margin-left:-05px;
	text-shadow: none;
	position: absolute;
	margin-right: 0px;
	}
	
ul{
	margin:0;
	padding:0;
	list-style:none;
	}

li{
	width: 114px;
	height: 50px;
	float: left;
	color: #191919;
	text-align: center;
	overflow: hidden;
	background-color: rgba(102,102,102,0.5);
	font-size: 12px;
	font-weight: bold;
	}

hr{
	color: rgba(51,51,51,0.4);
	box-shadow: #FFF 0.40px 0.40px 0.40px;
    }
	
#menu{
	float: right;
	width: 110px;
	margin-top:0px;
	}

#a1{ color:#FFF;
	text-decoration:none; 
	}
	
.subtext{
	font-size: 13px;
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	text-align: left;
	text-shadow: none;
	padding-left: 5px;
	padding-top: 14px;
	}
	
.accueil:hover{
	background-repeat: no-repeat;
	background-position: bottom  right;
	background-image: url(images/picto1.png);
	background-color: rgba(174,213,80,0.8);
	font-weight: bold;
	}
	
.transport{
	background-color: rgba(242,232,78,0.8);
	}	
	
.transport:hover{
	background-repeat: no-repeat;
	background-position: bottom  right;
	background-image: url(images/picto-camion.png);
	background-color: rgba(242,232,78,0.8);
	}
	
.demenagement:hover{
	background-image: url(images/picto-colis.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: rgba(124,21,27,0.8);
	}
	
.contact:hover{
	background-repeat: no-repeat;
	background-position: right bottom;
    background-image:url(images/picto-message.png);
	background-color: rgba(51,204,255,0.8);
	}

.objectif-co2:hover{
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/picto-arbre.png);
	background-color: rgba(255,102,0,0.8);
	}

article{
	height: 350px;
	width: 100%;
	margin: auto;
	box-shadow: #444 2px 5px 10px;
	-moz-box-shadow: 1px 1px 1px #444;
	-webkit-box-shadow: 2px 5px 10px #444;
	background-color: rgba(0,0,0,0.8);
	background-image: url(images/camion.jpg);
	}
	
a{
	color: #8BC305;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
	}
p{
	font-size: 0.9em;
	color: rgba(102,51,51,0.8);
	text-align: left;
	margin-top: -4px;
	font-weight: bold;
	}
	
h2{
	font-size: 1em;
	color: #633;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.3);
	}
			
h3{
    padding: 0px 5px;
	font-size: 0.9em;
	text-align: left;
	margin-top: -5px;
	font-weight: bolder;
	line-height: 17px;
	color: #8BC305;
	}
	
h4{
	font-size: 17px;
	background-color: rgba(139,195,5,0.7);
	text-align: center;
	padding: 1px;
	color: #FFF;
	border-radius: 5px;
	text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);
	}
	
h4:hover{ 
		background-color: rgba(139,195,5,0.6);
		}
		
h5{ padding:0px 5px;
	font-size:13px;
	margin-top:2px;
	}
	
#partenaire{
	left:0;
	top: 13%;
	width: auto;
	height: auto;
	position:absolute;
	}

#volet {
	width: 125px;
	height: auto;
	padding:1%;
	background: #FFF;
	color: #fff;
	height: 500px;
	border-radius: 0px 10px 10px 0px;
	position: relative;
	-webkit-transition: all .5s ease-in;
	transition: all .5s ease-in;
	background-color: #FFF;
	left: 100px;
	box-shadow: #666 2px 5px 10px;
	-moz-box-shadow: 1px 1px 1px #444;
	-webkit-box-shadow: 2px 5px 10px #444;
	left:0px;
	}

#volet a.fermer {
	background: #555;
	color: #fff;
	text-decoration: none;
	left: 75px;
	position: absolute;
	right: 0px;
	top: 240px;
	/* quelques styles CSS3 */
	-ms-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	border-radius: 0 0 8px 8px;
	height: 26px;
	width: 185px;
	font-weight: bold;
	text-align: center;
	font-size: 21px;
	padding: 2px;
	margin-left: -28px;
	}
	
#volet:target {
	left: 0;
	left:-130px;
	}
	
#volet_clos{
	text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);
	}

#logo-astre{ 
	background-image:url(images/image003.png);
	width: 100%;
	background-repeat:no-repeat;
	background-position:center;
	height:70px;
	}

#logo-palet{ 
	background-image:url(images/image004.jpg);
	width: 100%;
	background-repeat:no-repeat;
	background-position:center;
	height:70px;
	}

#logo-astreplus{ 
	background-image:url(images/image005.jpg);
	width: 100%;
	background-repeat:no-repeat;
	background-position:center;
	height:70px;
	}

#logo-web{ 
	background-image:url(images/image006.png) ;
	width: 100%;
	background-repeat:no-repeat;
	background-position:center;
	height:70px;
	}

#logo-eco{ 
	background-image:url(images/logo-co2.jpg);
	width: 100%;
	background-repeat:no-repeat;
	background-position:center;
	height:80px;
	}
	
#service-qualite{
	width: 30%;
	height: auto;
	float: left;
	border-radius: 0px 0px 10px 10px;
	margin-right: 2%;
	padding: 1%;
	box-shadow: #444 2px 5px 10px;
	-moz-box-shadow: 1px 1px 1px #444;
	-webkit-box-shadow: 2px 5px 10px #444;
	margin-left: 1%;
	margin-bottom:1%;
    }

#carte{
	height: auto;
	margin:auto;
	width:100%;
	}
	
#image-zom-survol:hover {
	border: 1px solid black;
	width: auto;
	height: 600px;
	position:absolute;
	background-color: #FFF;
	margin-top:-20%;
	}
		 
#reseau-europeen{
	width: 30%;
	height: auto;
	float: left;
	border-radius: 0px 0px 10px 10px;
	padding: 1%;
	box-shadow: #444 2px 5px 10px;
	-moz-box-shadow: 1px 1px 1px #444;
	-webkit-box-shadow: 2px 5px 10px #444;
	margin-bottom:1%;
		 }
	 

#nos-moyen{
	width: 28%;
	float: left;
	border-radius: 0px 0px 10px 10px;
	padding: 1%;
	box-shadow: #444 2px 5px 10px;
	-moz-box-shadow: 1px 1px 1px #444;
	-webkit-box-shadow: 2px 5px 10px #444;
	margin-left: 2%;
	margin-right: 1%;
	margin-bottom:1%;	
	 }
	 
img {
	width:100%;
	height:auto;
	}

img:hover{	
	box-shadow: #666 1px 1px 1px;
	-moz-box-shadow: 1px 1px 1px #444;
	-webkit-box-shadow: 2px 5px 10px #444;
	}
td{
	max-width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }

table{
	margin-top: -02px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
   } 
	 
footer {
	background-color:rgba(0,0,0, 0.6);
	width: 100%;
	height: 25px;
	bottom: 0px;
	left: 0px;
	right: 0;
	clear: both;
	color:#FFF;
	background-image:url(images/footer.png);
	background-repeat:repeat;
	padding-top:13px;	
	}