body, html, header {margin:0px;padding:0px;width:100%;height:100%;}
body {background-color:#9fad5d;}



div#DivMenu {width:100%;text-align:center;margin-right:auto;margin-left:auto;padding:0px;position:fixed;z-index:1;height:125px;background-image:url(../images/back-menu-m.jpg);background-color:#9fad5d;}
table#TableMenu {width:480px;text-align:center;margin-right:auto;margin-left:auto;}
table#TableLangue {width:480px;text-align:center;margin-right:auto;margin-left:auto;margin-top:10px;}



.H1{
	font-family:'Anton', Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:55px;
	line-height:55px;
	margin:0px;
	padding-top:15px;
	color:#ffffff;
	text-transform:uppercase;
}
.Orange{
	color:#ff9e33;
}



.Boutons{
	text-align:right;
	margin:0px;
	padding-top:4px;
}
.BoutonsItem{
	padding-left:5px;
	padding-right:15px;
}
.Langue{
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	line-height:12px;
	margin:0px;
	padding:5px 0px 5px 0px;
	font-weight:700;
	background-color:#222222;
	text-transform:uppercase;
}




/* Header */

.wrapper{
	display:table;
	text-align:center;
	width:480px;
	height:820px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/back-m.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.Content{
	width:480px;
	margin:0px;
	padding:0px;
	position:absolute;
	float:left;
	margin-top:100vh;
	transform:translateY(-100%);
}
.ContentTexte{
	width:270px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-image:url(../images/back-wrapper.jpg);
}
.HeaderTitre1{
	font-family:'Anton', Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:35px;
	line-height:35px;
	margin:0px;
	padding-bottom:3px;
	color:#ff9e33;
	text-transform:uppercase;
}
.HeaderTitre2{
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:18px;
	line-height:18px;
	margin:0px;
	padding-bottom:2px;
	font-weight:700;
	color:#ffffff;
}
.HeaderTitre3{
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:18px;
	line-height:18px;
	margin:0px;
	padding-bottom:10px;
	font-weight:700;
	color:#ffffff;
}
.HeaderTexteLien{
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	line-height:12px;
	margin:0px 37px 0px 37px;
	padding:5px 0px 5px 0px;
	text-transform:uppercase;
	background-color:#222222;
	font-weight:700;
}
.HeaderVide{
	text-align:center;
	margin:0px;
	padding-bottom:30px;
}




a:link {color: #b0c56a;text-decoration: none;}
a:visited {color: #b0c56a;text-decoration: none;}
a:hover {color: #ff9e33;text-decoration: none;}
a:active {color: #b0c56a;text-decoration: none;}



