*
{
	margin: 0;
	padding: 0;
}

html, body
{
	background-color: #BBBBBB;
	font-family: Arial, sans-serif;
	font-size: 17px;
}

h1.titre
{
	position: absolute;
	top: 90px;
	left: 0px;
	font-size: 24px;
}

.conteneur
{	
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 550px;
	background-color: #FFFFFF;
	border: solid 1px;
}

.contenu
{
	position: absolute;
	top: 20px;
	bottom: 10px;
	left: 40px;
	right: 40px;
}

.logo_big
{
    position: relative;
	width: 720px;
	top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.logo_small
{
    position: absolute;
	width: 250px;
	top: 0px;
	right: 0px;
}

.corps
{
	position: absolute;
	top: 135px;
	bottom: 130px;
	right: -30px;
	padding-right: 10px;
	left: 0px;
	overflow-y: scroll;
}

.corps p
{
	text-align: justify;
	margin-bottom: 9px;
	font-size: 17px;
}

.corps ul
{
	vlist-style-type: disc;    
    margin: 5px;
}

.corps li
{
	margin: 10px;
}	

.lang
{
	position: relative;
	top: 150px;
	text-align: center;
	font-size: 24pt;
	color: #333399;
}

.pied
{
	position: absolute;
	height: 110px;
	bottom: 0;
	left: -40px;
	right: -40px;
}

.pied hr
{
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

.pied img
{
	border: 0px;
	margin-bottom: 4px;
}

.gauche
{
	float: left;
	margin-left: 40px;
	text-align: left;
}

.droite
{
	float: right;
	margin-right: 40px;
	text-align: right;
}

a:link
{
	color: #333399;
	text-decoration:none;
}

a:visited
{
	color: #333399;
	text-decoration:none;
}
a:hover
{
	color: #333399;
	text-decoration:none;
}
	