/* CSS Document */
body {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 11px;
	color:#A2384D;
	background-color:#000000;
	margin: 0;
}

a.home:link {
	color:#0F5790;
	text-decoration:none;
}
a.home:visited {
	color: #0F5790;
	text-decoration:none;
}
a.home:hover {
	color: #882B6D;
	text-decoration:underline;
}
a.home:active {
	color: #882B6D;
	text-decoration:underline;
}











a:link {
	color:#963276;
	text-decoration:none;
}
a:visited {
	color: #963276;
	text-decoration:none;
}
a:hover {
	color: #882B6D;
	text-decoration:underline;
}
a:active {
	color: #882B6D;
	text-decoration:underline;
}


titre { /* titre */
  font-size: 16px; /* taille en pixels */
  font-weight: bold; /*graisse*/
  display: block; /* bloc de texte */
  color:#A2384D; /* couleur */
}
texte { /* titre */
  font-size: 11px; /* taille en pixels */
  display:compact;
  color:#000000; /* couleur */
}




subTitle {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  display: block;
  color:#333333;
}



biline {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  display: inline;
  color:#000000;
}

