/* --------------------- */
/* Parametres de la page */
/* --------------------- */

body {
	background: url('../images/background.gif') fixed top;
	background-color: #761E17;
	font-family: Arial;
	font-size: 12px;
}

/* ------------------------- */
/* Parametres pour les liens */
/* ------------------------- */

a:link {
	color: #FF0000;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #800000;
	text-decoration: underline;
	left: 1px;
	top: 1px;
	position: relative;
}
a:active {
	text-decoration: none;
}

/* -------------------------- */
/* Parametres pour les titres */
/* -------------------------- */

H1 {
    color: #000000;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
H2 {
    color: #000000;
	font-family: Comic Sans MS, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
H3 {
    color: #000000;
	font-family: Comic Sans MS, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
H4 {
    color: #000000;
	font-family: Comic Sans MS, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}


/* ---------------------------- */
/* Parametres tableau principal */
/* ---------------------------- */

.IndexMainTable {
	width: 805px;
	font-size: 12px;
	border: 0px;
}

.IndexCenterTable {
	font-size: 12px;
	vertical-align:text-top;
	text-align: left;
}


/* ---Cel----  */

.IndexCel_L1C1 {
	background: url('../images/Border_Left.gif');
	width: 5px;
}

.IndexCel_L1C2 {
	background: #FFFFFF;
	text-align: center;
}

.IndexCel_L1C3 {
	background: url('../images/Border_Right.gif');
	width: 5px;
}

/* ---------  */