/*--------------------------------
B E G I N  :  T E X T   S E T U P
--------------------------------*/

/* titre */
.arial_11_black{
	font-family: arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}

/* text régulier */
.arial_10_black{
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

/* titres dans la section fibre */
.arial_10_blue{
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #073663;
}
.t1{
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.t2{
	font-family: arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.t3{
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #073663;
}
.t4{
	font-family: arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color:#666666;
}

/* teste descriptif de la section en-dessous du titre de la page*/
.topText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
/*--------------------------------
E N D  :  T E X T   S E T U P
--------------------------------*/



/*-------------------------------
B E G I N  :  L I N K   S E T U P 
-------------------------------*/
/* lein html dand la bar bleu (Accueil  |  Historique  |  Contact  |  English) */
.topMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
/* enleve le underline de tous les liens */
a {
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}


.sideLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #073663;
}
/*-------------------------------
E N D  :  L I N K   S E T U P 
-------------------------------*/
