/**********************************************************************/
/*** $Id: /style/index.css, v1, 2002/03/26$                         ***/
/***     Fichier de style de la page /index.html                    ***/
/**********************************************************************/

TABLE.cadre {
	color: white;
	background-color: black;
}
TD.couleur {
	font-size: 15px;
	color: black;
	background-color: #bfb1fe;
}
TD.blanc {
	color: black;
	background-color: white;
	font-size: 15px;
}
TD.ruse {
	color: black;
	background-color: transparent;
	background-image: url('http://www.usenet-fr.net/images/fond.jpg');
}
TD.petit {
	font-weight: normal;
	font-size: 11px;
}

TD.titre {
	background-color: white;
	color: black;
}
/*** Liens ***/
A:LINK {
	text-decoration: none;
	color: blue;
	background-color: transparent;
	font-size: 15px;
}
A:VISITED {
	text-decoration: none;
	color: blue;
	background-color: transparent;
	font-size: 15px;
}
A:HOVER {
	text-decoration: none;
	color: red;
	background-color: transparent;
	font-size: 15px;
}
A:ACTIVE {
	text-decoration: none;
	color: blue;
	background-color: transparent;
	font-size: 15px;
}
/*** Liens pour le webmaster & valid xhtml ***/
A.petit:LINK {
	font-weight: normal;
	font-size: 11px;
	color: black;
	background-color: transparent;
}
A.petit:HOVER {
	font-weight: normal;
	font-size: 11px;
	color: red;
	background-color: transparent;
}
A.petit:VISITED {
	font-weight: normal;
	font-size: 11px;
	color: black;
	background-color: transparent;
}
A.petit:ACTIVE {
	font-weight: normal;
	font-size: 11px;
	color: black;
	background-color: transparent;
}
