.Cnx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.Global {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.Titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


a.lienRouge:link { 
  color: #FF0000; 
  text-decoration : none ; 
}
a.lienRouge:visited { 
  color: #FF0000; 
  text-decoration : none ; 
}
a.lienRouge:hover { 
  color: #000000; 
  text-decoration : underline ; 
}
a.lienRouge:active { 
  color: #FF0000; 
  text-decoration : none ; 
}

a.lienNoir:link { 
  color: #000000; 
  text-decoration : none ; 
}
a.lienNoir:visited { 
  color: #000000; 
  text-decoration : none ; 
}
a.lienNoir:hover { 
  color: #FF0000; 
  text-decoration : underline ; 
}
a.lienNoir:active { 
  color: #000000; 
  text-decoration : none ; 
}
.TitreRouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.PrixRouge {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.TitreBlanc {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.PtTitreRouge {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.tableau {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0.5px;
	border-right-width: 0.5px;
	border-bottom-width: 0.5px;
	border-left-width: 0.5px;
}
