H1 { font-weight:bold; color:#0000FF; text-align:center; }

.titre { font-weight:bold; color:#0000FF; }

.soustitre { font-weight:bold; color:#FFFF00; }

A:link    { text-decoration: underline; color: #0000FF;  }
A:visited { text-decoration: underline; color: #0000FF;  }
A:active  { text-decoration: none; color: #000000; }
A:hover   { text-decoration: none; color: #000000; }

table {
	width : 100%;
	border : 0px;
}

.td1 {
	vertical-align : baseline;
	width : 2%;
}

.td2 {
	width : 98%;
}

.td3 {
	vertical-align : baseline;
	width : 3%;
}

.td4 {
	width : 95%;
}

@media print

{

  BODY {color: black }

  P { color: black }

  TD { color: black }

} 



@media screen

{

  BODY {color: blue }

  P { color: #0000FF }

  TD { color: #0000FF }

}



