@charset "utf-8";

/*Reset CSS*/
/* *{
    margin: 0px;
    padding: 0px;
    font-family: Avenir, sans-serif;
} */

.mn{
	width: 100%;
	height:60px;
   /* margin: 15px auto 0px auto;*/
   /* background-color: #e4e4e0c4;*/
   /* position: sticky;*/
	/*top: 0px;*/
	/*z-index: 2;*/
	background:/*#00FA9A */	 #1a0000;  /*vert*/
	border-bottom: #ff0000 solid 2px;
	/*text-align: right;
	clear: both;*/
	margin:0px 0px;


}

.mn ul{
	list-style-type: none;
	padding-top:10px;
	/*width:100%;*/
	text-align:right;
	height:43px;
	/*background:#ff0000;*/
	/*float:right;*/
    /* background: #ffff00;/* jaune*/
	
	
}

.mn ul li{
	
	float:right;
	width: 12%;/*100% divisé par le nombre d'éléments de menu*/
	text-align:right;/*Centre le texte dans les éléments de menu*/
	/*border-left: rgb(20, 20, 20) solid 1px;*/
	/* background: #ff0000;*/
	 padding-left:0px;
	/* background:#ff0000;*/
	 margin-right:0;
	 padding-top:0px;
}

/*Evite que le menu n'ait une hauteur nulle
.mn ul::after{
    content: "";
    display:table;
    clear: both;
}
*/
.mn ul li a{
    display:block; /*Toute la surface sera cliquable*/
    text-decoration: none;
    color: #ffffff;
    border-bottom: 3px solid transparent;/*Evite le décalage des éléments sous le menu à cause de la bordure en :hover*/
	padding:0px 0px;/*Agrandit le menu et espace la bordure du texte*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:100% /*large*/;
	/*font-weight: bold;*/
	font-family: 'Droid Arabic Kufi', serif;
	height:30px;
	text-align:right;
}

.mn a:hover{
    color: #DC143C;
	/*border-bottom: 2px solid #0285d0;*/
	/*height:60px;*/
	font-weight: bold;
	/*background-color:#b3ffcc;*/
}




/* 
#cssmenu{
	width:100%;
	background:#a72a9cc4; /*#E6E8E8;
	margin:0;
	padding:0;
	height:40px;
	border-bottom:#420338 4px solid;
	position: sticky;
	top: 0px;
	z-index: 2;
	
	 
	/*border-bottom:#0AB1E2 4px solid;
}

#cssmenu ul{
	display:inline;
	height:40px;
}

#cssmenu li {
display:inline;
text-decoration:none;
width:100px;
height:40px;
line-height:40px;
float:right;
border-left: solid #FFF 1px;

}

#cssmenu li a {
	 display:inline;
	 background:#793770c4; ;
	/*background:#E6E8E8;
	 width:100px;
	 color:#000000;
	 height:40px;
	 text-decoration:none;
	 line-height:40px;
     font-family: 'Droid Arabic Kufi', serif;
	/*font-family: 'Scheherazade', serif;
	 font-size:12px;
	 float:right;
	 font-weight:bold;
	
}
 
#cssmenu li a:hover {
/* background:#0AB1E2;
background:#0a0b1d;
 color:coral;
}

/* #cssmenu ul li.active a {
	background: #FF6; /*
	background:#0AB1E2;***
	line-height:50px;
	font-size:12px;
	color:#000;
	top:10px;
	background-image: url(../img/home3.bmp);
	background-repeat:no-repeat;
	float:right;
	
}

#cssmenu .active li a {
	background: #000000;
} */