/ *bloc d'image de fond*/
div.background {
background-image: url(ang_pro/image/image_fond.png); 
background-repeat: no-repeat;
background-position: center;
width: 500px;
margin:auto;
}

/ * bloc texte d'image de fond*/
div.texte {
	margin: 10px;
	opacity: 1.6;
}

div.texte p {
	margin: 5%;
	font-weight: bold;
	color: #000000;
}