/* CSS du menu horizontal*/

#menu   { background-image: url(../imgs/filetbleuhaut.png); background-repeat: repeat-x; text-align: center; position: fixed; z-index: 100; width: 100%; height: 19px; margin-top: 0; margin-right: auto; margin-left: auto; display: block; }
.menu         { color: white; font-size: 15px; font-family: Cuprum, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; z-index: 2; margin-right: 10px; text-shadow: 2px 2px 4px #999; }
.menu a { color: white; }
.highlight { background-color: #faa405; background-image: url(/imgs/highlight_right.jpg); background-repeat: no-repeat; background-position: right 50%; }
.highlight img { position: relative; top: 3px; height: 18px; }

