#MOA{
	position: absolute;
	bottom: -100px;
}

body{
    margin: 0px;
	overflow: auto;
	border:0px;
	background-color: #ffffff;
 }

p,h1,h2,h3,ul
{
	font-family: "Arial";
	color: black;
}

a{
	color: black;
	font-weight: bold;
}

table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
}
td
{
 
   vertical-align: bottom; /* Alignement vertical, le contenu des cellules sera placé en bas */
   text-align: center;
 
}


#elementTexte{
	position: absolute;
	top: 280px;
	width: 100%;
	background-image:url("images/porte.jpg");
		
}

#titre{
	position: absolute;
	top: 0px; 
	width: 100%;
	height: 150px;
	background-color: #ffffff;
	background-image:url("images/separation.JPG");
	/*background-repeat: no-repeat;*/
	
}

#menu{
	position: absolute;
	top: 150px; 
	width: 100%;  
	height: 130px;
	background-color: #ffffff;
	background-image:url("images/separationB.JPG");
}

#autres{
	position: absolute;
	top: 890px; 
	width: 100%;
	font-size:10px;
	background-color: #ffffff		;	
}


