@charset "utf-8";
#container {
	height: 740px;
	width: 1180px;
	margin-right: auto;
	margin-top: 10px;
}
#container #header {
	background-image: url(img/maquette_location_01.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 1180px;
}
#container #page {
	background-image: url(img/maquette_location_02.jpg);
	height: 496px;
	width: 1180px;
	background-repeat: no-repeat;
}
#container #menu {
	height: 190px;
	width: 1180px;
}
body {
	background-image: url(img/degrade-informatique.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container #page #bloc_texte {
	float: right;
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding-top: 5px;
	padding-right: 15px;
	overflow: auto;
	height: 380px;
	text-align: justify;
	padding-left: 40px;
	font-size: small;
	margin-top: 20px;
}

h2    {
	font-family: Vrinda;
	color: #A81420;
	font-size: large;
	margin-top: -10px;
	margin-bottom: -10px;
	}	
#container #page img {
	position: relative;
	left: 350px;
	top: 200px;
	float: left;
}

	strong {
	color: #999900;
	font-weight: normal;
}

