@charset "UTF-8";
/* auteur: Yves Specht */
/* Date de création: 19/05/2005 */

body {
	background: url(http://onlynux.onlynux.org/Images/back.png);
	background-repeat: no-repeat;
	background-attachment: fixed; 
 }
a.link    {
	color: #000080;
	border:  0px;
	text-decoration: underline;
}
a.visited    {
	color: #000080;
	text-decoration: underline;
}
a.active    {
	color: #FF0000;
	text-decoration: underline;
}
a.active:hover    {
	color: #FF0000;
}
a.hover    {
	color: #000080;
	text-decoration: underline;
}
.nobord	{
	border: 0px;
}