#html, body {
top : 0;
right : 0;
bottom : 0;
left : 0;
margin-left:auto;
margin-right:auto;
height : auto;
width:100%;
display:inline-block;
text-align:center;
background-image: url(images/actualite.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-position:top;
	background-color:#000000;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.main {
	margin-left:auto;
	margin-right:auto;
	height : auto;
	z-index : 1;
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	text-align : center;
	display:inline-block;
	padding-bottom: 2%;
	width: 100%;
	position: relative;
	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;
	
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #996666;
	text-decoration: none;
    display:inline-block;
    padding-bottom: 0;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.medias {
	position : relative;
	width : 90%;
	height : auto;
	z-index : 40;
	margin-left : auto;
	margin-top : 1%;
	padding-right: 10%;
	margin-right: auto;
	text-align: right;
}
.medias img{
height:35px;
width:35px;
}
.logomag {
	position : relative;
	height: auto;
	width: 90%;
	z-index : 16;
	margin-left : auto;
	margin-top : 1%;
	display: inline-block;
	margin-right: auto;
	text-align: right;
	padding-right: 10%;
	margin-bottom: 3%;
}
.logomag img{
	width: 100%;
	height: 100%;
	max-width:600px;
	max-height:84px;

}
.webmastergc {
	position : relative;
	width : auto;
	height : auto;
	z-index : 48;
	margin-left : auto;
	margin-top : 4%;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.9em;
	color : #996666;
	text-align : center;
	margin-right: auto;
	margin-bottom: 3%;
}
.title {
	position:relative;
	width:100%;
	height:auto;
	z-index:10;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
}
	img{border:0}

.nouvelles {
	position:relative;
	width:80%;
	height:auto;
	z-index:10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align:right;
	font-style:normal;
	color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20%;
	padding-bottom: 2%;
}
.botbtn {
	position:relative;
	width:80%;
	height:auto;
	z-index:10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:right;
	font-style:normal;
	color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20%;
	padding-bottom: 2%;
}
::-webkit-scrollbar {
    height: 5px;
	width: 8px;
	background: #000000;
    }
::-webkit-scrollbar-thumb {
    background: #996666;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-corner {
    background: #000000;
}
