/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
	position: relative;
	background-image: url(images/body_bg_index.png);
	background-color: #FFF;
	background-repeat: repeat-y;
}
#body-bot {
  background: bottom left url(images/body_bg_bot_index.jpg) no-repeat;
}
#body-top {
	min-height: 800px;
	_height: 800px;
	padding-bottom: 14px;
	background-image: url(images/body_bg_top_MODELE.png);
	background-repeat: no-repeat;
}
#nav a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
