#html, body {
right : 0;
bottom : 0;
left : 0;
width : 100%;
height : auto;
margin-left:auto;
margin-right:auto;
margin-top:0;
text-align:center;
display:inline-block;
background-color:#FFFFFF;
font-family: 'Arimo', serif;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-image:url(images/liens-index.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-x: hidden;
}

a:link {
	color: #376468;
	text-decoration : none;
}
a:visited {
	color : #376468;
	text-decoration : none;
}
a:hover {
color : #376468;
text-decoration : none;
}
a:active {
	color : #376468;
	text-decoration : none;
}
.parent {
	width: 100%;
	text-align: left;
	display:inline-block;
	height: auto;
	color: #3A7BC7;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
	-moz-box-shadow: 1px 1px 1px #000000;
	-webkit-box-shadow: 1px 1px 1px #000000;
	box-shadow: 1px 1px 1px #000000;
	padding-left: 0%;
	padding-right: 0%;
	
}
h1 {
	width: 100%;
	font-family: 'Arimo', serif;
	font-size: 1em;
	text-align: center;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: #2E5C5F;
	padding-top: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	padding-right: 0%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 0%;
}
h2 {
	width: auto;
	font-family: 'Arimo', serif;
	font-size: 1em;
	text-align: center;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: #376468;
	padding-top: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	padding-right: 0%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 0%;

}
.ptxt3a2 {
	width: 300px;
	font-family: 'Arimo', serif;
	font-size: 0.8em;
	text-align: center;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: #2A3D5B;
	padding-top: 6%;
	padding-bottom: 3%;
	padding-left: 5%;
	padding-right: 5%;
	display: inline-block;
	position: relative;
	background-image:url(images/white.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 0px;
	vertical-align: top;
}
.ptxt3a2 img{
    border-radius: 15px;
	-moz-box-shadow: 1px 1px 2px #F3BE17;
	-webkit-box-shadow: 1px 1px 2px #F3BE17;
	box-shadow: 1px 1px 2px #F3BE17;
}
.ptxt3a2 img:hover{
opacity : 0.8;
}

::-webkit-scrollbar {
    height: 112px;
	width: 6px;
	background: #FFFFFF;
    }
::-webkit-scrollbar-thumb {
    background: #376468;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
		border-radius: 25px;
}
::-webkit-scrollbar-corner {
    background: #FFFFFF;
}
.webmastergc{
	width: 90%;
	height: auto;
	text-align: center; /* !!! */
	vertical-align: top;
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 3%;
	padding-bottom: 3%;
	margin-bottom: 0%;
	font-family: 'Arimo', serif;
	font-size: 0.8em;
	color: #FFFFFF;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 0px;
}
.footer {
	font-family: 'Arimo', serif;
	text-align: center;
	background-color: #E0EAF8;
	color:#376468;
	font-size:0.6em;
	margin-bottom: 0%;
	padding-top: 0%;
	padding-bottom: 3%;
	margin-top: 0px;
	width: 100%;
	vertical-align: top;
}
.footer img{
	padding-right: 1%;
	padding-left: 1%;
}
h3 {
	font-family: 'Arimo', serif;
	color: #2E5C5F;
	font-size:5em;
	margin-bottom:0%;
	margin-bottom: 1%;
	padding-top: 2%;
	margin-top: 0px;
}
@media screen and (max-width: 380px) {
.parent {
	width: 100%;
	text-align: center;
	
}
h3 {
	font-size:3em;

}
}
