@font-face {
	font-family: Museo;
	font-weight: 900;
	src: url('Museo_Slab_500.otf');
}
body{
width:100%;
padding:0;
background-color:#e3e2df;
margin: auto; /* Pour centrer notre page */
margin-top: 0px; /* Pour éviter de coller avec le haut de la fenętre du navigateur */
margin-bottom: 0px;    /* Idem pour le bas du navigateur */
}
#conteneur{margin:auto;}
#contenu{
top: 30%;
position: absolute;
left:20%;
margin:auto;
background-image:url(Logo.jpg);
background-repeat:no-repeat;
width:720px;
height:250px;
font-family: Museo;
padding-top:20px;
text-align: right;
}


ul{margin-left:250px;list-style-type: none;}
span{font-size:50px;color:#2b2828;font-weight: 900;font-family: Museo;}
a{font-size:30px;color:#2b2828;font-weight: 900;font-family: Museo;border-bottom : 1px; border-bottom-style : solid; border-bottom-color : #a1dc12;text-decoration : none
		
 }
li a:hover { border-bottom-style : solid; border-bottom-color : #a1dc12;}
#li2{margin-top:1px;}