body { 
	background-color: #EEE9DE;
	background-image: url(images/accueil-fond-page.gif);
	background-repeat: repeat-x;
}

#bandeau{
	padding:0;
	height: 190px;
	display:block;
	background-color: #2B2B2B;
	background-image: url(images/accueil-bandeau.jpg);
	background-repeat: no-repeat;
}

		#bandeau #cartouche {
			height: 140px;
		}
		#bandeau .lienAccueil{
			display:block;
			float:left;
			height:140px;
			width:710px;
		}
