﻿html {
overflow-y: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
	margin-top: 0px;
	margin-left:0px;
	margin-bottom: 20px; 
	text-align:	center;
	}
#page {
   	position: absolute;
   	left: 50%;
   	width: 1000px;
   	margin-left: -500px;
	margin-top: 10px; /* 60 px*/
	z-index:0;
	top:20px;
 	}
#contenu { 
	margin: 1em; 
}

.styletexte {
	padding:8px; font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 0; 
	margin-bottom: 0;
	text-align: justify;
	color: #372C2B;

}
.styletitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #372c2b; 
	margin-bottom:12;
	text-align: left;
	margin-left:8px;
}
.stylesoustitre {
	font-family:'Archivo Black', sans-serif;
	font-size: 14px;
	color: #245884;
	margin-top: 12px; 
	margin-bottom: 6px;
	text-align: left;
	margin-left:8px;
}


a:link {
	text-decoration: none;
	color: #475c79;
}
a:visited {
	text-decoration: none;
	color: #365364;
}
a:hover {
	text-decoration: none;
	color: #365364;
}
a:active {
	text-decoration: none;
}