 .centrer {
            width: 100%;
            height: 5%;
            background-color:blue;
            text-align: center;
            margin: 0;
	    
        }
        h2 {
        color: white;
        display: table-cell;
        text-align:center;

	
        text-align: center;
        }

.titreimaso{text-align: center;
font-weight: bold;
font-style: normal;
font-size:20px;
}
.pop{
width: 100px;
}
.fix {
	color: yellow;
	position:fixed;
	background-color:blue;
	text-align: center;
	width: 300px;
}
.stuck {
    position: fixed;
    top: 10px;
    left: 10px;
    bottom: 10px;
    width: 180px;
    overflow-y: scroll;
}
.defileParent {
	display: block;
	margin: 3em auto;
	overflow: hidden;
	position: relative;
	table-layout: fixed;
	}
	
	.defile {
	display:block;
	-webkit-animation:linear marqueelike 15s infinite ;
	-moz-animation:linear marqueelike 15s infinite ;
	-o-animation:linear marqueelike 15s infinite ;
	-ms-animation:linear marqueelike 15s infinite ;
	animation:linear marqueelike 15s infinite ;
	margin-left:-100%;
	padding:0 5px;
	text-align:left;
	height:25px;
}

#fondmenu{
	width: 100%;
	height: 5%;
	background-color: #1861b9;
	border-radius: 0px 0px 4px 4px;
}
#menu{
    font-family: "Trebuchet MS";
    margin-right: auto;
    margin-left: auto;
	display: table;
	padding: 7px;
	margin-top:0px;
}
#menu li {
	display: table-cell;
	width: 600px;
    text-align:center;	
}
#menu a {
	color: white;
	background-color:;
	text-align: left;
}
#menu a:hover{
	color: yellow;
	text-shadow: 0 1px 0 rgb(255,255,255,0.2) ;
	background-color: rgb(255,255,255,0.1);
	transition: 1s;
	border-bottom: 4px solid rgb(255,255,255,0.8);


}
#tableau{
	background-color: #1861b9;
	border-radius: 0px 0px 4px 4px;
}
#objectif{
	color: white;
}
.titre{
	background-color:#1861b9;
	
}