a:link, a:visited {
	color: #EFC648;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

body {
	color: #ffffff;
	background-color: #7A0001;
	margin: 10px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 14px;
}

h1 {
	color: #FF960D;
	font-weight: bold;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 16px;
}

h2, .titre {
	color: #EFC648;
	font-style: italic;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 14px;
}

img {
	border: 0px solid #000000;
}

.cadre {
	border: 1px solid #00800D;
}

.cadre_blanc {
	border: 1px solid #ffffff;
}

td {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10;
}

td.contenu_gauche {
	width: 150px;
	text-align: left;
	color: #ffffff;
	background-color: #7A0001;
	background-image: url(graph/gauche.gif);
	background-repeat: no-repeat;
}

td.contenu_droite {
	width: 610px;
	background-color: #7A0001;
}

td.bloc {
	color: #ffffff;
	text-align: left;
	width: 592px;
	background-color: #9B2323;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
}

td.bas {
	font-size: 10px;
	color: #000000;
	text-align: right;
	height: 59px;
	width: 760px;
	background-image: url(graph/bas.gif);
	background-repeat: no-repeat;
	padding-top: 21px;
	padding-bottom: 0px;
	padding-right: 25px;
}

a.lien_bas:link, a.lien_bas:visited {
	font-size: 10px;
	color: #ba0000;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a.lien_bas:hover {
	text-decoration: underline;
}

.coule_droite {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

/* listes */
	td.liste {
		padding: 20px;
		vertical-align: top;
		border-bottom: 1px solid #958769;
	}
	p.liste {
		padding: 10px;
		vertical-align: top;
	}
	table.page_suivante_precedente {
		border-top: 1px solid #958769;
		border-bottom: 1px solid #958769;
	}
	
/* Menu de gauche */
	#navlist {
		position: relative;
		left: 0px;
		top: 0px;
		width: 150px;
	}
	
	#navlist ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-family: arial,verdana, trebuchet MS,sans-serif;
		font-weight: bold;
		font-size: 10pt;
	}
	
	#navlist li {
		margin: 0px 0px 0px 0px;
	}
	
	#navlist a {
		display: block;
		padding: 5px 0px 5px 0px;
		width: 150px;
	}
	
	#navlist a:link, #navlist a:visited {
		color:#EFC648;
		text-decoration: none;
	}
	
	#navlist a:hover {
		color:#EFC648;
		background-image : url(graph/bt_on.gif);
	}

