@charset "utf-8";
/* CSS Document */
ul#menu {
	margin:8px 0 0 0;
	padding:0;
	width:197px;
	list-style-type:none;
	}

ul#menu li {
	margin:0;
	padding:0;
	width:197px;
	height:47px!important;
	height:63px;
	background:url(images/background-menu.gif) top left no-repeat;
	padding:8px 0 8px 35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#600;
	font-weight:normal;
	}
ul#menu li a {
	color:#600;
	text-decoration:none;
	}

ul#menu li:hover {
	background:url(images/background-menu-hover.gif) top left no-repeat;
	}

h1.titre-page {
	height:64px!important;
	height:64px;
	padding:0 38px 0 0;
	margin:0;
	background:url(images/background-titre.gif) top right no-repeat;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:42px;
	line-height:42px;
	color:#600;
	font-weight:normal;
	}
.gras {
	font-weight:bold;
}