html {
	overflow-y: scroll; 
}

body {
	background-color: #ffffff;
	margin: 0px;
}
#header {
	position: relative;
	top: 0px;
	width: 824px;
	height: 200px;
	margin: 0 auto;
	padding: 0px;
	background-image: url('../images/banniere.png');
	background-color: #ffffff;
}

#header  .flag {
	height: 15px;
	width:23px;
	position: absolute;
	left: 14px;
	bottom: 9px;
}

#header .en_flag {
	background-image: url('../images/union-jack-flag.png');
}

#header .fr_flag {
	background-image: url('../images/france-flag.png');
}
	
#menu {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 825px;
	height: 33px;
	background-color: #ffffff;
}
.menuButton {
	float: left;
	padding: 5px;
	margin-left: 4px;
	margin-right: 4px;
	border: 0px;
	width: 147px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font: 17px Helvetica;
	color: #ffffff;
	background-color: #0e71b4;
	cursor: pointer;
}
.selectedMenuButton, .menuButton:hover {
	color: #fed442;
}

#download {
	width: 346px;
	height: 94px;
	float: right;
	background-color: #e5e5e5;
	text-align: center;
	padding: 13px;
	margin-left:13px;
}

#download  p {
	padding: 0px;
	margin-bottom: 16px;
}

#download a {
	text-decoration: none;
}

.downloadButton {
	padding: 5px;
	margin: 0 auto;
	width: 190px;
	text-align: center;
	text-transform: uppercase;
	font: 15px Helvetica;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	background-color: #fed442;
	color: #0e71b4;
}


#main {
	position: relative;
	margin: 0 auto;
	padding: 12px;
	padding-top: 30px;
	width: 800px;
	height: 100%;
	font-family: arial;
	line-height: 135%;
	background-color: #ffffff;
	z-index:100;
	/*border: 1px solid black;*/
}

#main > p{
	margin-top: 0px;
	margin-bottom: 32px;
}

#main > table, tr, td {
	border: 1px solid;
	text-align: center;
}


#download .hrStyle{
	margin-top: 25px;
	border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}

#main .imgALignLeft{
	margin-right: 30px;
	float: left;
}

#textAlignRight{
	padding-bottom: 56px;
}

#footer {
	width: 824px;
	height: 200px;
	position: relative;
	margin: 0 auto;
	z-index:0;
}

#presentation, #presentation img {
	width: 824px;
}

#presentation .slick-prev:before, #presentation .slick-next:before {
	color: #0e71b4;
}

#footerLogo {
	background-image: url(../images/banniere.png);
	background-size: 100%;
	background-repeat: no-repeat;
    float: left;
    width: 500px;
    height: 100px;
}

#cpyrightFooter {
	float: right;
}

#youtubeVideo {
	width:800px;
	height:450px;
	margin-bottom: 25px;
}