
body {
	background-color: #993300;
	}
	
a:hover {
	color: #ff8000;
	text-decoration: none;
	}

/* --------------- navigation --------------- */

#cadre {
	background-position: center;
	background-image: url(../_medias/bande5.png);
	background-repeat: repeat-y;
	float: left;
	height: 1110px;
	text-align: center;
	min-width: 350px;
	color: white;
	z-index: 100;
	width: 45%;
	}

#image {
	position: fixed;
	left: 40%;
	height: 100%;
	width: 686px;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../_medias/fond1.jpg);
	z-index: -100;
	}

/* -------------- navigation fin --------------- */

