<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

#bandeau{
	width:100%;
	height:auto;
}

/*----------------------------------------------------*/
.adresses:link{
	text-decoration: none; color: #748899;
	font-family: "ubuntu light";
	font-style: normal;
	font-size: 14px;
}
.adresses:visited{
	text-decoration: none; color: #748899;
}
.adresses:hover{
	text-decoration: none; color: #B9B9B9;
}
/*----------------------------------------------------*/
</pre></body></html>