#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/webmastergc.jpg);
	background-attachment:fixed;
	background-color:#000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center;
	background-position: center;
	background-position:top;
	margin-bottom: 5%;
	overflow-x: hidden;
}
.main {
	margin-left:auto;
	margin-right:auto;
	height : auto;
	z-index : 1;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	text-align : center;
	display:inline-block;
	padding-bottom: 60px;
	width: 100%;
	position: relative;
	float: inherit;
	background-image: url(images/index.jpg);
	background-repeat:no-repeat;
		-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment:fixed;
	
}
@font-face {
   font-family: arial;
   src: url(font/arial_1.ttf);
}
a:link {
color : #FFFFFF;
text-decoration : none;
}
a:visited {
color : #FFFFFF;
text-decoration : none;
}
a:hover {
color : #000000;
text-decoration : none;
opacity : 0.5;
}
a:active {
color : #FFFFFF;
text-decoration : none;
}
.title {
	position:relative;
	width:70%;
	height:auto;
	z-index:17;
	margin-top: 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align:right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
}
.txt {
	position:relative;
	width:70%;
	height:auto;
	z-index:17;
	margin-top: 3%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align:right;
	margin-left: auto;
	margin-right: auto;
}
.txtsplitter {
	position:relative;
	width:70%;
	height:auto;
	z-index:17;
	margin-top: 3%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	text-align:right;
	margin-left: auto;
	margin-right: auto;
}
.txtbot {
	position:relative;
	width:60%;
	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;
	padding-left: 20%;
	padding-right: 20%;
	-moz-text-shadow: 1px 1px 2px #000000;
	-webkit-text-shadow: 1px 1px 2px #000000;
	text-shadow: 1px 1px 2px #000000;
}
.txtbot2 {
	position:relative;
	width:70%;
	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;
	padding-left: 15%;
	padding-right: 15%;
}

.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;
}
.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;

}

	img{border:0}
::-webkit-scrollbar {
    height: 12px;
	width: 12px;
	background: #000000;
    }
::-webkit-scrollbar-thumb {
    background: #FFFFFF;
    -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;
}
