<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 */

/************************** ALIGNEMENT **************************/
.clear {
	clear:both;
}

.centre {
	text-align:center;
}

.flotteg {
	float:left;
}

.flotted {
	float:right;
}

.justif {
	text-align:justify;
}

/************************** LIENS ET TEXTE **************************/

p.fil_ariane {
	font-size:11px;
	color:#656565;
}

p.fil_ariane a {
	color:#656565;
}

.erreur {
	color:#f00;
}

a {
	color:#0072ba;
	text-decoration:none;
}

h1, h2, h3, h4, h5 {
	color:#0072ba;
}

.gras {
	font-weight:bold;
}

.txt14px {
	font-size:14px;
}

/************************** IMAGES **************************/
img {
	border:none;
}

/************************** MARGES **************************/
.marged60 {
	margin:0 30px 0 0;
}

/************************** FILETS *************************/
.separation_entete {
	width:2px;
	height:25px;
	background:url(../images/separation-entete.png) no-repeat;
	margin:0 10px 0 10px;
}

.filet {
	border-bottom:1px dotted #ccc;
}</pre></body></html>