@charset "utf-8";
/* CSS Document */

#menu_lexique {
	width: 660px;
	height: 30px;
	color: #5295ce;
}

#menu_lexique ul { width: 570px; list-style-type: none; line-height: 30px; margin: auto; text-align: center}

#menu_lexique li { float: left; margin-right: 10px}
#menu_lexique li a {color: #5295ce; text-decoration: none; font-size: 16px; font-weight: bold}
#menu_lexique li a:hover {text-decoration: underline}
#menu_lexique li a.actif {text-decoration: underline}