body {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
COLOR:#000000;
background-color: #FFFFFF;
}

H1 { font-size: 13px; font-weight:bold; text-transform: uppercase }

table.cadre {border:1px solid #000000; border-collapse:collapse;}
td {font-family: Verdana, Arial, sans-serif; font-size:12px;}

a {color:#a75d2b; text-decoration: none;}
a:hover {color:#e05d04; text-decoration: none;}

hr {color:#000000;}

.lien_menu {
	font-family:			times new roman;
	font-weight:			bold;
	font-style:				italic;
	color:					black;
	font-size:				15px;
}
.lien_menu_on {
	font-family:			times new roman;
	font-weight:			bold;
	font-style:				italic;
	color:					#fdf3dc;
	font-size:				15px;
}
a.lien_menu:hover {
	color:					#fdf3dc;
	/*background-color:		#fdf3dc;*/
	font-size:				15px;
}
div.menu_cadre {
	height:					20px;
	background-image:		url('img/menu_fond.gif');
	background-position:	top;
	background-repeat:		repeat-x;
	/*padding-top:			1px;*/
	border-left:			1px solid gray;
	/*
	border-top:				1px solid black;
	border-bottom:			1px solid black;
	*/
}
div.menu {
	/*margin-top:				1px;*/
	/*background-color:		red;*/
	padding-top:			1px;
	height:					18px;
	text-align:				center;
}
div.menu:hover{
	
	background-image:		none;
}

