/* /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;
}

/* liens */
A {
	color: red;
	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;
}

/*Colonne de droite*/

TD.cu {
}

/*Colonne de gauche*/

TD.hierarchie {
        color: black;
        background-color:#CC0033;
        width:15%;
}


/* 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;
}

/* formatages génériques */
.center {
        text-align: center;
}
