@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	background-repeat: no-repeat;
	margin: 0px;
	

}
#fond {
	width : 100%;
	height: 100%;
	position:absolute;
	background-image: url(elements-site/fonds-site.jpg);
	background-repeat: no-repeat;
}
#global
{
	background-image: url(elements-site/fond-corps-site.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	height: 1150px;
	width: 984px;
	background-attachment: scroll;
}
#header
{
	background-image: url(elements-site/header.png);
	position: absolute;
	width: 98%;
	height: 156px;
	background-repeat: no-repeat;
	background-position: center;
	
}
#menu
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #1F1A17;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 180px;
}
ul#menu li
{
	display: inline;
	padding: 1em;
}

ul#menu a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #A0A0A4;
	text-decoration: underline overline;
	background-position: center;
	font-weight: normal;
	position: relative;
}
ul#menu a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #1F1A17;
	background-position: center;
}

#titre
{
	position: absolute;
	top: 250px;
	margin-left: 40px;
}
#contenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #5A6AAA;
	text-align: justify;
	width: 680px;
	position: absolute;
	padding-left: 10px;
	padding-right: 20px;
	line-height: 20px;
	top: 250px;
	margin-left: 190px;
}
.image_flottante
{
	float: left;
	padding-right: 10px;
	padding-top: 15px;
}
.image_flottante_2
{float:left;
padding-right: 10px;
padding-top: 15px;
}
.lettrine
{
	float: left;
	font-size:3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 3px;
	color: #E32928;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 10px;
}
#pied_de_page
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A6AAA;
	text-align: center;
	position: relative;
	border-top-style: dashed;
	border-top-color: #5A6AAA;
	border-top-width: thin;
	padding-top: 10px;
	width: 900px;
	top: 930px;
	margin-left: 50px;
}
#menu_2
{
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5A6AAA;
	position: relative;
	text-align: center;
	width: 900px;
	padding-top: 20px;
	display: inline-block;
	list-style-position: outside;
}
ul#menu_2 li
{
	display: inline-block;
	padding: 1em;
	}
