@charset "utf-8";
#container {
	height: 740px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#container #header {
	background-image: url(img/maquette_societe_01.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 1180px;
	background-position: bottom;
}
#container #page {
	background-image: url(img/maquette_societe_02.jpg);
	height: 496px;
	width: 1180px;
	background-repeat: no-repeat;
	background-position: top;
	top: auto;
}
#container #menu {
	height: 190px;
	width: 1180px;
}
#container #page #bloc_texte {
	float: right;
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 5px;
	padding-right: 45px;
	overflow: auto;
	height: 380px;
	text-align: justify;
	padding-left: 15px;
	font-size: small;
	margin-top: 15px;
}
#container #page #bloc_texte h2 {
	font-family: Vrinda;
	color: #3051A0;
	font-size: large;
	margin-bottom: -15px;
}
#container #page #chiffres {
	width: 285px;
	left: 220px;
	position: relative;
	height: 220px;
	top: 10px;
	background-repeat: no-repeat;
	font-family: Vrinda;
	color: #990000;
	font-size: small;
	text-align: justify;
	list-style-type: circle;
	border-bottom-width: thin;
	border-bottom-style: none;
	padding-right: 20px;
	padding-bottom: 10px;
	background-image: url(img/fd_chiffres.png);
	padding-left: 25px;
	padding-top: 10px;
	float: left;
}
#container #page #bloc_texte strong {
	color: #996600;
	font-weight: normal;
}
body {
	background-image: url(img/degrade-societe.jpg);
	background-repeat: no-repeat;
}

