@charset "utf-8";
/* CSS Document */
/* GENERAL */
body
{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:1.5;
}
#masque
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10;
	background-color:#ffffff;
	display:block
}
#header, #main, #footer
{
	width:100%;
	text-align:center;
}
#header, #footer
{
	background-color:#ffffff;
	min-height:100px;
	height:auto;
	padding:50px 0px;
}
a
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a:hover { color:#ff6600; }
/* HEADER */
#header
{
	position: relative;
	vertical-align:middle;
}
#lang
{
    position: absolute;
    bottom: 20px;
	right:20px;
    transform: translateY(-50%);
}
h1 
{ 
	padding:0 50px;
	text-transform:uppercase;
	font-size:28px;
	line-height:1.5;
}
.langActive {
	color:#ff6600;
	font-weight:bold;
}
/* GENERAL */
#main
{
	min-height:400px;
	height:auto;
	background-image:url(../graphics/background.jpg);
	background-position: center;
	background-size: cover;
	padding:10px 0px;
}
#disclaimer
{
	background-color:#ffffff;
	width:800px;
	margin:100px auto;
	padding:20px 50px;
	text-align:left;
	border-radius:20px;
}
#disclaimer .button
{
	text-align:center;
	width:100%;
}
#disclaimer a
{
	display:inline-block;
	border:solid 1px #000000;
	border-radius:5px;
	padding:10px 30px;
	margin:20px 20px 0px;
	white-space:nowrap;
}
#disclaimer a:hover
{
	color:#ffffff;
	background-color:#ff6600;
	border:solid 1px #ff6600;
}
.bloc
{
	background-color:#ffffff;
	width:800px;
	margin:100px auto;
	padding:20px 50px;
	text-align:left;
	border-radius:20px;
}
hr
{
	
	display: block;
	clear: both;
	height: 5px;
	width:50px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	background-color:#ff6600;
}
h2
{
	text-transform:uppercase;
	font-size:20px;
}
.bloc ul
{
	list-style-image: url("../graphics/picto-pdf.png");
}
.bloc ul li 
{
	font-size:20px;
	margin:10px 0;
}
/* FOOTER */