#banner{ 
  height: 260px;
	background: #ccc url('../images/bandeau-haut-fabry-acc.jpg') top left no-repeat;
}
#entete{position: relative;top: 90px;left: 15px;
}
#conteneur{	background: #fff url('../images/fond-page-degrade-acc.jpg') top left repeat-x;
}
#bas{
	background: #fff url('../images/vague-bas-acc.jpg') right 10px no-repeat;
	height: 65px;
	/*margin-top:10px;*/
}

#slogan{
	top: 210px;
}
#entete{top: 40px;}

#text { font-size: 1.2em;text-align:justify;
	height: 350px; /* IE */
}
html>body #text {/* FireFox */
	height: auto;
	min-height: 350px; 
}

#text p {font-size: 1.9em;text-align: center;line-height: 100%; }

table{
	width: 100%;
}
table, th, td{background: none;}
