body {
     margin: 0;
     padding: 0;
     background-image: url("img/bgc.jpg");
	 background-repeat: no-repeat;
}

.texte {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-align: justify; 
}

.textegras {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}

.textegrassouligne {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
    text-decoration: underline;
}

.textegrasbrun {
       font-family: Arial, Verdana, sans-serif; 
       font-size: 12px;
       font-weight: bold;
       color: #A76100;
}

.textegrasbrun:link {
       font-family: Arial, Helvetica, sans-serif;
       font-weight: bold;
       color: #A76100;
       text-decoration: underline;
}

.textegrasbrun:visited {
       font-family: Arial, Helvetica, sans-serif;
       font-weight: bold;
       color: #A76100;
       text-decoration: underline;
}

.textegrasbrun:hover {
       font-family: Arial, Helvetica, sans-serif;
       color: #BB720D;
       font-weight: bold;
       text-decoration: underline;
}

.titregrasbrun {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #A76100;

}

.adresse {
       font-family: Arial, Verdana, sans-serif;
       font-size: 11px;
       color: #000000;
}

.adressegras {
       font-family: Arial, Verdana, sans-serif; 
       font-size: 11px;
       font-weight: bold;
       color: #000000;
}

.adressegrasbrun {
       font-family: Arial, Verdana, sans-serif; 
       font-size: 11px;
       font-weight: bold;
       color: #A76100;
}

.adressegrasbrun:link {
       font-family: Arial, Helvetica, sans-serif;
       font-weight: bold;
       color: #A76100;
       text-decoration: underline;
}

.adressegrasbrun:visited {
       font-family: Arial, Helvetica, sans-serif;
       font-weight: bold;
       color: #A76100;
       text-decoration: underline;
}

.adressegrasbrun:hover {
       font-family: Arial, Helvetica, sans-serif;
       font-weight: bold;
       color: #BB720D;
       text-decoration: underline;
}

