body {
	background-color:#7CA2ED;
	margin:0px;
	padding:0px;
	min-height:100%;
}
#fond {
  position:absolute;
  background-image:url(fond.png);
  background-repeat:no-repeat;
  background-position:center bottom;
  height:100%;
  top:0px;
  width:100%;
}

#centre {
	width:900px;
	margin:auto;
	margin-top:30px;
	background-color:#fff;
	padding: 2px;
	position:relative;
	text-align:center;
}

hr {
  clear: both;
  visibility: hidden;
  height:0px;
  margin:0px;
  padding:0px;
}

#accueil {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	background-color:#EAFFD2;
	float:center;
	width:890px;
	margin-top:2px;
	padding:5px;
	text-align:justify;
}

#menu {
	position:relative;
	background-color:#999;
	float:left;
	width:248px;
	padding:5px;
	margin-top:2px;
	margin-right:2px;
}
#page {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	background-color:#fcfcfc;
	float:right;
	width:630px;
	margin-top:2px;
	padding:5px;
	text-align:justify;
}
#contact {
	text-align:center;
	color:#FFFFFF;
	background-color:#A2B883;

	width:100%;
		position:relative;
		margin-top:2px;
}
.slidemenu {
list-style:none;
width:600px;
height:300px;
display:block;
overflow:hidden;
margin:auto;
}
.slidemenu li {
float:left;
display:inline;
overflow:hidden;
}
a img
{
border: none;
} 
