a:link {
	text-decoration : none;
	color : Blue;
}
a:visited {
   text-decoration : none;
   color : Blue;
}
a:hover {
	color : Red; text-decoration : none;
}
a:active {
	color : Black; text-decoration : none;
}

.1 {
background-repeat : repeat-x;
}

.2  {

background-image : /scin/fonc.gif;
background-repeat : no-repeat;
}
