@charset "utf-8";
/* CSS Document */
#zoneEntete{
	height: 4.8em;
	margin-bottom: 1%;
	position: relative;
}
#logo{
	position:absolute;
	left:0;
	top:0;
	z-index: 1;
	 padding-top: 2px;
}
#logo img{
	border:none;
}
#barrebleu{
	background-color: #039;
    color: #fff;
    font-size: 64%;
    height: 20%;
	position:absolute;
	bottom:0;
	width:100%;
}