html, body
{
    background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 0%, #6e9091 100%) no-repeat; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#6e9091)) no-repeat; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#6e9091 100%) no-repeat; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#6e9091 100%) no-repeat; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#6e9091 100%) no-repeat; /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 0%,#6e9091 100%) no-repeat; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#6e9091',GradientType=0 ); /* IE6-9 */
background-repeat:no-repeat;
min-height:1000px;
min-width: 1200px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
margin: 0 0 0 0;
background-attachment: fixed;
}
#usine{
background-image: url("Images/usine.png");
width: 746px;
height: 171px;
position:absolute;
top: 64px;
}
.FR{
    display:  block;
}
.UK{
    display: none;
}
#bloc_page
{
    width: 1200px;
    margin: auto;
    height:100%;
    
}
#adress
{
    float: left;
    text-align: left;
    top: 100px;
    position: relative;
    padding-left: 10px;
    max-width: 100%;
}
h4{
    margin-bottom: 2px;
    
}
h5{
    margin-top: 0px;
    color: #777;
}
#divLogo
{
    float: right;
    width: 600px;
    text-align: right;
}

a:hover {
 cursor:pointer;
}
.ombre, .ombreZoom
{
    margin-bottom: 15px;
	    box-shadow: 1px 1px 20px 5px #888888;
	 -o-box-shadow: 1px 1px 20px 5px #888888;
       -moz-box-shadow: 1px 1px 20px 5px #888888;
    -webkit-box-shadow: 1px 1px 20px 5px #888888;
    
    border:6px solid #fff;
}
.ombreZoom:hover
{
    margin-bottom: 15px;
	    box-shadow: 1px 1px 40px 5px #426152;
	 -o-box-shadow: 1px 1px 40px 5px #426152;
       -moz-box-shadow: 1px 1px 40px 5px #426152;
    -webkit-box-shadow: 1px 1px 40px 5px #426152;
    
    border:6px solid #fff;

}
section h1, footer h1, nav a
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
}

.menu{
    width:1200px;
    height:60px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    border:3px solid #fff;
background-color:rgba(255,255,255,0.3) ;

	    box-shadow:1px 1px 6px #000;
       -moz-box-shadow: 1px 1px 6px #000;
    -webkit-box-shadow:1px 1px 6px #000;
	 -o-box-shadow:1px 1px 6px #000;
    
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-radius:10px 10px 10px 10px;
}

#navigation a {
    text-decoration: none;
}

ul#navigation{
    list-style:none;
    position:absolute;
    bottom:0px;
    left:20px;
    font-size:20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color:#999;
    letter-spacing:-1px;
}

ul#navigation li{
    float:left;
    margin:0px 0px 0px 0px;
}


ul#navigation a{
    cursor:pointer;
    position:relative;
    float:left;
    bottom:-80px;
    line-height:20px;
    width:170px;
}
ul#navigation span.title{
    display:block;
    height:25px;	/*espace du texte au dessus du cadre*/
    text-shadow:1px 1px 1px #fff;
    color:#058F95;
    text-indent:10px;
}
ul#navigation span.description{
    width:120px;
	height:40px;
    background-color:#6CBCC0;
    border:3px solid #fff;
    color:#fff;
    display:block;
    font-size:20px;
    padding:10px;
    
	    box-shadow:1px 1px 8px #000;
	 -o-box-shadow:1px 1px 8px #000;
       -moz-box-shadow:1px 1px 6px #000;   
    -webkit-box-shadow:1px 1px 6px #000;
    
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}


ul p{
    font-weight: bold;
    margin-left: -30px;
    margin-bottom: 2px;
}
ul li{

}
.corps
{
    /*width:920px;*/
    width:1140px;
    padding:30px;
    margin-top:10px;
    margin-bottom: 10px;
    /*margin-left:220px;*/
    margin-left:0px;
    margin-right:0px;
    position:relative;
    overflow:hidden;
    min-height: 100%;
    border:3px solid #fff;
background-color:rgba(255,255,255,0.3) ;

	    box-shadow:1px 1px 6px #000;
	 -o-box-shadow:1px 1px 6px #000;
       -moz-box-shadow:1px 1px 6px #000;
    -webkit-box-shadow:1px 1px 6px #000;
    
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-radius:10px 10px 10px 10px;
    text-align:  justify;
    top: 0px;
}

#foot
{

position:fixed;
bottom:2;

}

.foot{
    visibility: hidden;
    width:1200px;
    height:40px;
    margin:0 auto;
    position:fixed;
	bottom:0px;
    overflow:hidden;
    border:3px solid #fff;
background-color:rgba(255,255,255,0.5) ;

	    box-shadow:1px 1px 6px #000;
	 -o-box-shadow:1px 1px 6px #000;
       -moz-box-shadow:1px 1px 6px #000;
    -webkit-box-shadow:1px 1px 6px #000;
    
    -moz-border-radius:10px 10px 10px 10px;

    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-radius:10px 10px 0px 0px;
}
ul#Partners{
    list-style:none;
    position:absolute;
bottom:-10px;
    left:20px;
    font-size:20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color:#999;
    letter-spacing:-1px;
}
ul#Partners li{
    float:left;
    margin:0px 10px 0px 10px;
}

ul#Partners a{
    cursor:pointer;
    position:relative;
    float:left;
    line-height:20px;
    width:210px;
text-shadow:1px 1px 1px #333;
    color:#058F95;
display:block;
text-decoration:none
}
