body
{
	margin: auto;
   margin-top: 0;
   margin-bottom: 0;
   width: 700px;
   background-color:#ffffff;
   font:normal 12px verdana,arial;
   color:#000000;
}
p
{
padding-left: 15px;
}
a img 
{
   border: none;
}
a
{
	color:#ac0000;
	text-decoration:none;
}
a:hover 
{
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
#all
{
	position: absolute; 
	margin: auto;
	background: url(images/fond_page.png) repeat left !important;  /* Pour FireFox */
	background: none;
	min-height: 100%;
	max-width: 900px;
}
#inter /* Pour Internet Explorer */
{
	width: 900px;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url("images/fond_page.png");
	background-repeat: repeat;
}
#header
{
   width: 900px;
   height: 200px;
   background-image: url("images/bann.png");
   background-repeat: no-repeat;
}
#sous-header
{
   width: 900px;
   height: 51px;
   background-image: url("images/sorties.png");
   background-repeat: no-repeat;
}
#menu
{
float: left;
width: 222px;
height: 100%;
padding-left: 25px;
}
#page
{
float: right;
width: 610px;
height: 100%;
padding-right: 25px;
}
#footer
{
	float: left;
	width: 900px;
	height: 245px;
	background-image: url("images/footer.png");
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.imageflottante
{
   float: left;
}

