a {
  color           : black;
  text-decoration : none;
}
a:hover {
  font-weight     : bold;
  text-decoration : underline;
}

BODY, TABLE {
  color           : black;
  font-family     : Arial;
  font-size       : 12px;
}

TABLE, TR, TD, DIV {
  border          : 0px 0px 0px 0px none;
  border-spacing  : 0px 0px;
  border-collapse : collapse;

	margin          : 0px 0px 0px 0px;
	padding         : 0px 0px 0px 0px;
	spacing         : 0px 0px 0px 0px;
}

.border_tblr, .border_tb, .border_t { border-top    : 1px solid #C9C9C9; }
.border_tblr, .border_tb, .border_b { border-bottom : 1px solid #C9C9C9; }
.border_tblr, .border_lr, .border_l { border-left   : 1px solid #C9C9C9; }
.border_tblr, .border_lr, .border_r { border-right  : 1px solid #C9C9C9; }

txt18g, txt18g, .txt12, .txt12g, .txt10, .txt10g { font-family : Arial; }
.txt18, .txt18g { font-size : 18px; }
.txt12, .txt12g { font-size : 13px; }
.txt10, .txt10g { font-size : 12px; }
.txt18g,.txt12g,.txt10g { font-weight:bold; }

.txt_black, .txt_green, .txt_red { font-weight:bold; }
.txt_white {color: #FFFFFF;}
.txt_black {color: #333333;}
.txt_green {color: #CCCC33;}
.txt_red   {color: #CC3333;}

.background_white { background-color: #FFFFFF; color: black;}
.background_black { background-color: #333333; color: white;}
.background_green { background-color: #CCCC33; }
.background_red   { background-color: #CC3333; color: white;}
.background_img   { background-image: url(../images/fond_virgule.gif);  background-repeat: no-repeat; }
.background_fv    { background-image: url(../images/fleche_verte.gif);  background-repeat: no-repeat; color: black; font-weight:bold; text-align:center}
.background_fr    { background-image: url(../images/fleche_rouge.gif);  background-repeat: no-repeat; color: white; font-weight:bold; text-align:center}