#bandeau {
    /* The bandeau container */: ;
    width: 100%;
    height: 22px;
    margin: 0;
    top: 0;
    background-color: #990000;
    position: absolute;
    z-index: 500;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    -moz-box-shadow:0px 1px 3px #000;
	-webkit-box-shadow:0px 1px 3px #000;
	box-shadow:0px 1px 3px #000;
	color: white;
}
#bandeau p {
    margin: 0;
    padding: 3px 15px;
    text-align: right;
}
#bandeau a, #bandeau a:visited {
    color: #00BBFF;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}
#bandeau a:hover { text-decoration: underline }