body
{
   width: 840px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 30px;
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   background-color: #E6E6E6;
 }

#en_tete
{
   width: 840px;
   height: 200px;
   background-image: url("../images/logo-1.png");
   background-repeat: no-repeat;
}

#menu
{
	height: 26px;
	padding : 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url("../images/barre.png");
	
}

#menu li
{
	list-style: none;
	float: left;
	margin: 0;
	width: 140px;  	font-size: 13px;
  	line-height: 26px;
  	white-space: nowrap;
  	text-align: center;
}

#menu a 
{
	display: block;
	padding: 0;
  	text-decoration: none;
  	font-weight: bold;  	background: url(../images/boutton-2.png) no-repeat 0 0;  	color: black;
}

#menu a:hover 
{
	background: url(../images/boutton-2.png) no-repeat 0 -46px;
	color: white;}

.img
{
	float: left;
}

.imd
{
	float: right;
}

#one
{
	height: 200px;
	background-image: url("../images/alaune.png");
}

#hcorps
{
	height: 20px;
	background-image: url("../images/fond-corps-h.png");
}

#corps
{
	color: black;
  	margin-top: -20px;
  	padding-left: 40px;
  	padding-right: 40px;
  	background-image: url("../images/fond-corps.png");	
}

p
{
	text-indent: 30px;
	font-size: 13px;
}


h3
{
	text-align: right;
	text-decoration: underline;
	color: #777777;
}

h4
{
	color: #666666;
	text-decoration: underline;
}

h5
{
	text-align: center;
	color: #777777;
	text-decoration: underline;
}

.carte
{
	display : block;
	margin-left : auto;
	margin-right : auto; 
}

.imageflottante
{
   float: left;
   margin-right: 50px;
}

#corps a
{
   color: #777777;
}

#corps a:hover
{
   color: silver;
   font-size: 1.1em;
}

#bcorps
{
	height: 20px;
	background-image: url("../images/fond-corps-b.png");
}

#footer
{
	width: 840px;
	height: 60px;
	background: url("../images/footer.png") no-repeat 0 0;
	color: black;
	font-size: x-small;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	padding-top: 22px;
}