.gauche
{
	text-align:left;	
}

.droite
{
	text-align:right;	
}

body
{
	font-family: "din_regular","open_sansregular",Helvetica,Arial,sans-serif;
	font-family:'Jost',sans-serif;
	font-size:10px;
	margin:0px;
	padding:1px;
}

a
{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

a:visited
{
	color:#FFFFFF;
}

h1
{
	font-size:40px;
	font-weight:bold;
	color:#1D2953;
}

h2
{
	font-size:30px;
	font-weight:bold;
	color:#1D2953;
}

h3
{
	font-size:22px;
	font-weight:bold;
	color:#1D2953;
	margin:0px;
}

h4
{
	font-size:16px;
	font-weight:normal;
	color:#AFABAB;
	margin:0px;
}

table
{
	font-size:10px;
	border-collapse:collapse;
}

table.header
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100px;
	background-color:#FFFFFF;
	z-index:1000;
}

table.menu
{
	bottom:0px;
	border-top:solid 0.5px #BFBFBF;
	font-family: 'Jost',sans-serif;
    font-weight: 600;
	width:100%;
	color:#1D2953;
}

table.news
{
	color:#FFFFFF;
	height:100%;
}


table.page
{
	width:100%;
}

td
{
	text-align:center;
}

td.header
{
	padding:10px;
}

td.menu
{
	padding: 10px 20px 0px 20px;
}

td.menu:hover
{
	border-top:solid 0.5px #1D2953;
	cursor:pointer;
}

td.news
{
	text-align:left;
}

div.page
{
	position:absolute;
	top:100px;
	left:1px;
	right:1px;
	bottom:30px;
}

div.button
{
	border: solid 1px #C1C1C1;
	width:50px;
	height:50px;
	border-radius:50%;
}

div.button:hover
{
	border: solid 1px #1D2953;
	background-color:#1D2953;
	vertical-align:middle;
}

iframe
{
	width:100%;
	height:100%;
}