/* /styles/fur.css */

/* Headers */
H1 {
	text-align: center;
}

/* BODY */
BODY {
	background-color: white;
	color: black;
}

P {
	text-align: justify;
}

/* generic styles */
.center {
	text-align: center;
}

/* La table de fin */
TD.end-left {
	width: 25%;
	text-align: left;
}

TD.end-centre {
        width: 50%;
        text-align: center;
}

TD.end-right{
        width: 25%;
        text-align: right;
}
						
/* liens */
A {
	color: blue;
	background-color: white;
	text-decoration: none;
}

A:visited {
	color: red;
	background-color: white;
	text-decoration: none;
}

A:hover {
	color: red;
	background-color: white;
	text-decoration: underline overline;
}

/* images */
IMG {
	border-width : 0;
	border-style : none;
	border-color : inherit;
}
