body{
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	background: url(img/bouda.jpg);
  background-position: center top;

}

#conteneur{

	margin: auto;
	width: 780px;
  background-color: White;
}

#header{
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-color: #1e90ff;
	height: 200px;
}

#menu{

	background-image: url(img/menu25.png); background-repeat: no-repeat;
	width: 800px;
	height: 25px;
	position: relative;
	left: -10px;
	font-family: Courier New,Courier,monospace;
	font-style: italic;
	font-size: 15px;

}

#menu ul{
	list-style-type: none;
	text-align: center;
	margin: 0px;

}

#menu ul li{
	margin: 10px;
	display: inline;
}

#flash {
	float: right;
	width:320px;
	height:320px;
}

#footer{
	text-align: center;

	margin: auto;
	width: 780px;
	background-color: #1e90ff;
}

h1{
	text-align: center;
	margin: 0px;
}
h2{
	color: #0000ff;
	margin: 0px;
}
p{
	margin: 20px;
}

