body
{
    background-image: url("/images/lavue.png");
	background-repeat: no-repeat;
	
}

#background_opacity {
position: fixed;
z-index: -10;
top: 0; left: 0; right: 0; bottom: 0;
background-color: rgba(255, 255, 255, 0.5); /* L'opacite se regle ici */
}


p
{
	color: #000000;
	font-family: helvetica, verdana, arial;
	font-size: 14px;
}

.souligne
{
	text-decoration: underline;	
}

.gras
{
	font-weight: bold;	
}

.imagegauche
{
	float: left;
}
