#html, body {
	width: 100%;
	height : auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:inline-block;
	background-repeat: no-repeat;
	background-image: url(images/gros-bon-sens.jpg);
	background-attachment:fixed;
	background-color:#FFFFFF;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #009966;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.sociaux {
	position : relative;
	width : 80%;
	height : auto;
	z-index : 40;
	margin-left : auto;
	margin-top : 10px;
	padding-right: 5%;
	margin-right: auto;
	text-align: right;
}
.sociaux img{
	max-height: 55px;
	max-width: 55px;

}
.sociaux img:hover{
	opacity: 0.6;

}
.logomag {
	position : relative;
	height: auto;
	width: 70%;
	z-index : 16;
	margin-left : auto;
	margin-top : 1%;
	display: inline-block;
	margin-right: auto;
	text-align: right;
}
.logomag img{
	width: 100%;
	height: 100%;
	max-height: 110px;
	max-width: 790px;

}
.txt {
	position:relative;
	width:70%;
	height:auto;
	z-index:17;
	margin-top: 3%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-align:right;
	margin-left: auto;
	margin-right: auto;
}
.txt2 {
	position:relative;
	width:70%;
	height:auto;
	z-index:17;
	margin-top: 3%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #009966;
	text-align:right;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}
.txtbot {
	position:relative;
	width:86%;
	height:auto;
	z-index:17;
	margin-top: 3%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.title {
	position:relative;
	width:70%;
	height:auto;
	z-index:20;
	margin-top: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #009966;
	text-align:right;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	margin-right: auto;
	margin-left: auto;
}

	img{border:0}
::-webkit-scrollbar {
    height: 12px;
	width: 12px;
	background: #000000;
    }
::-webkit-scrollbar-thumb {
    background: #009966;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-corner {
    background: #000000;
}	
#back-top {
	position: fixed;
	bottom: 5%;
	width: 100%;
	text-align: right;
}

.back-top a {
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;

	/* transition */
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	transition: 0.8s;
}
#back-top a:hover {
	color: #000;
	opacity: 0.6;
}

/* arrow icon (span tag) */
#back-top span {
margin-right:5%;
text-align:right;
	width: 80px;
	height: 80px;
	display: block;
	margin-bottom: 5%;
	background: #ddd url(images/up-arrow.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	transition: 0.8s;
}
#back-top a:hover span {
	background-color: #777;
}
