/* Classe ajoutée pour remplacer les anciennes classes menu utilisée pour des liens */
.lienchic {
	font-family: "Times new roman";
	font-weight: bold;
    text-decoration: none;
    color: #660000;
}


/* BARRE PRINCIPALE */
ul#menu {
	margin: 0 0 0 0;
	padding: 0;
	width: 770px;
	background: #fcfddf;
	list-style: none;
	font: 16px "times new roman";
	color: #660000;
	text-align: center;
	float: left;
}

ul#menu li {
	width: 85px !important;
	width: 85px;
	display: block;
    font-weight: bold;
    text-align: left;
	float: left;
}

ul#menu li#rub {
	width: 85px !important;
	width: 85px;
	display: block;
    background: #660000;
    font-weight: bold;
    color: #fcfddf;
    text-align: left;
	float: left;
}

ul#menu li.last {
	width: 90px !important;
	width: 90px;
	display: block;
    font-weight: bold;
    color: #fcfddf;
    text-align: left;
	float: left;
}

ul#menu li a {
	display: block;
	padding: 2px 0;
	border: 1px solid #cccccc;
	color: #660000;
    text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

ul#menu li#rub a {
	display: block;
	padding: 2px 0;
	border: 1px solid #cccccc;
	color: #fcfddf;
    text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

ul#menu li a:hover {
	padding: 2px 0;
	border-top-color: #f0f0f0;
	border-left-color: #f0f0f0;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
