<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@font-face {
    font-family: "myriad";
    src: url('myriadpro.ttf');
}
&lt;!--
.nom_site_blanc {
	font-size: 36px;
	color: #FFF;
	font-family: myriad;
	font-weight:bold;
}
.nom_site_rose {
	font-size: 36px;
	color: #FF0079;
	font-family: myriad;
	font-weight:bold;
	margin-left:30px;
}
.titre_profession {
	font-size: 20px;
	color: #FFF;
	font-family: myriad;
	margin-left:30px;
	float: left;
}
.txt_std_noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.txt_std_rose {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FC0079;
}
.txt_std_noir_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;	
}
.txt_std_rose_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FC0079;
	font-weight: bold;
}
.txt_std_gris, {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCC;
}
.txt_std_gris.a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCC;
}
.titre_myr_noir_22 {
	font-size: 18px;
	color: #000;
	font-family: myriad;
	font-weight:bold;
}
.titre_myr_rose_22 {
	font-size: 18px;
	color: #FC0079;
	font-family: myriad;
	font-weight:bold;
}
.titre_myr_rose_16 {
	font-size: 16px;
	color: #FC0079;
	font-family: myriad;
	font-weight:bold;
}
.titre_myr_rose_25 {
	font-size: 25px;
	color: #FC0079;
	font-family: myriad;
	font-weight:bold;
}
.titre_myr_noir_25 {
	font-size: 25px;
	color: #000;
	font-family: myriad;
	font-weight:bold;
}
.titre_myr_rose_16_center {
	font-size: 16px;
	color: #FC0079;
	font-family: myriad;
	font-weight:bold;
text-align: center;
}
.titre_myr_noir_16 {
	font-size: 16px;
	color: #000;
	font-family: myriad;
	font-weight:bold;
}
.titre_myr_blanc_22 {
	font-size: 22px;
	color: #fff;
	font-family: myriad;
	font-weight:bold;
}
.titre_myr_blanc_30 {
	font-size: 30px;
	color: #fff;
	font-family: myriad;
	font-weight:bold;
	text-align: left;
}
.titre_myr_gris_12 {
	font-size: 12px;
	color: #999;
}
--&gt;</pre></body></html>