@charset "utf-8";
/* CSS Document */
body {
	width: 1200px;
	margin: 0 auto;
	font: 12px Verdana, Geneva, sans-serif;
	background: #f7edd4;
}
#header {
	width: 1200px;
	height: 324px;
	background: url("images/header.jpg") no-repeat;
}
#menu-gauche {
	width: 188px;
	background: url("images/menu-g.jpg") repeat-y;
	float: left;
	margin: 0 0 20px 0;
	margin-left: 100px !important;
		margin-left: 50px ;
} #debut-menu-g{
	width: 188px;
	background: url("images/debut-menu-g.jpg") no-repeat;
	padding-top: 10px;
}
#menu-gauche a {
	display:block;
	width: 110px;
	height: 50px;
	margin-left: 10px;
	background: url("images/bouton3.png") no-repeat;
	color: white;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	padding: 30px 0 0 50px;
} #menu-gauche a:hover { text-decoration: underline; }
#menu-droite {
	width: 188px;
	background: url("images/menu-d.jpg") repeat-y;
	float: right;
	margin: 0 0 20px 0;
	margin-right: 100px !important;
		margin-right: 50px ;
} #debut-menu-d{
	width: 188px;
	background: url("images/debut-menu-d.jpg") no-repeat;
}
.skyscraper {
	margin-left: 38px;
	padding-top: 30px;
	border: 0;
}
#wrapper {
	width: 547px;
	background: url("images/fond-content.jpg") repeat-y;
	margin-left: 330px !important;	
	margin-left: 300px;
}
#debut-content-d {
	width: 547px;
	background: url("images/debut-content.jpg") no-repeat;
	padding: 20px 27px 0 27px;
}
#fin-c {
	width: 547px;
	height: 37px;
	background: url("images/fin-content.jpg") no-repeat;
	margin-left: 330px !important;	
	margin-left: 303px;
}
#wrapper h1 {
	width: 493px;
	height: 40px;
	background: url("images/titre-h1.jpg") no-repeat;
	text-align: center;
	color: white;
	margin: 0;
	padding-top: 13px;
	font-size: 20px;
}
#wrapper p {
	width: 493px;
	text-align: center;
	margin:0;
}
#footer {
	width: 1200px;
	height: 100px;
	background: url("images/footer.jpg") no-repeat;
	clear: both;
}
#footer p {
	margin: 0;
	text-align: center;
	padding-top: 35px;
}
#footer a {
	color: black;
	font-style:italic;
	text-decoration: none;
}
#footer a:hover { color: white }
