* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color:#888888;
        text-align: center;
	min-width: 460px;
	min-height: 494px;
}

#wrapper {
        width: 800px;
	height: 494px;
        margin: 3% auto;
        text-align: left;
	background-color: white;

	background-image: url("images/ok_pylone_home.gif");
	background-repeat: no-repeat;
	/*background-attachment: fixe;*/
	background-position: right bottom;
}

#menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 169px;
	height: 494px;
	float: left;

	background-color: white;
	background-image: url("images/ok_fond_vert.gif");
	background-repeat: no-repeat;
	/*background-attachment: fixe;*/
	background-position: top left;

	font-family: arial, sans-serif;
	font-weight: bold;
}

#menu p {
	padding-right: 40px;
	line-height: 15px;
	margin-bottom: 10px;
	font-family: arial, sans-serif;
}

#menu p a {
	color: white;
	font-size: 0.8em;
	text-decoration: none;
}

#menu a:hover {
	color: black;
}

#chapitres {
	margin-top: 160px;
	text-align: right;
}

#banner_top {
	width: 551px;
	height: 100px;
	float: left;

	background-image: url("images/ok_logo_home.gif");
	background-repeat: no-repeat;
	/*background-attachment: fixe;*/
	background-position: bottom left;
}

#information {
	float: left;
	width: 370px;
	height: 394px;
	padding-top: 58px;
	overflow: auto;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	color: #9c9c9c;
	text-align: left;
}

#information p {
	line-height: 16px;
	margin-left: 120px;
	margin-top: 10px;
}

