	li {
		display: inline;
	}
	
	.flash_haut {
		width: 149px; height: 30px;
	}
	.lien_haut {
		height: 20px;
	}
	.flash_bas {
		width: 249px; height: 23px; text-align: left;
	}
	.flash_herbe{
		width: 800px; height: 130px;
	}
	.menu_item {
		font-weight: bold;
	}
	.error_msg {
		font-weight: bold;
	}

	.pointilles {
		background-image: url(../images/bande.gif); background-repeat: repeat-y;
	}
	.fond_gris {
		background-image: url(../images/fond_gris.gif); background-repeat: repeat-y;
	}
	
	a.active {
		border: 1px solid #999;
	}
	a:hover.active {
		display: block; text-decoration: none;
	}