.navbloc
{
	background-color: #424558;
	color: white;
	width: 98.4%;
	/*margin: 0 auto;*/
	opacity: 0.9;
	display: flex;
	justify-content: space-around;
	position: fixed;
    border-left: 50px solid black;
    border-right: 50px solid black;
    border: 2px grey solid;
    border-radius: 15px 15px 12px 12px;
/*    width: 1000px; */
    height: 96px;
    top: 24px;
    z-index : 10000;
}

.menudrlnt
{
	position :fixed;
	opacity: 1;
/*	left: 10px;*/
	top: 26px;
	height: 94px;
	width: 124px;
	/*font-size: 20px;*/
	font-family: arial;
	text-align: center;
}

.chatbloc
{
	/*background-color: #424558;*/
	top: 26px;
	height: 94px;
	width: 124px;
	/*font-size: 20px;*/
	font-family: arial;
	text-align: center;
}


.cmdbloc
{
	/*background-color: #424558;*/
	top: 26px;
	height: 94px;
	width: 124px;
	/*font-size: 20px;*/
	font-family: arial;
	text-align: center;
}


.htmlbloc
{
	/*background-color: #424558;*/
	top: 26px;
	height: 94px;
	width: 124px;
	/*font-size: 20px;*/
	font-family: arial;
	text-align: center;
}


.pagebloc
{
	/*background-color: #424558;*/
	top: 26px;
	height: 94px;
	width: 124px;
	/*font-size: 20px;*/
	font-family: arial;
	text-align: center;
}

.navbloc a
{
	color: white;
	text-decoration: none;
	/*font-size: 20px;*/
	font-family: arial;
	display: inline-block;
	padding: 15px 30px;
}

.navbloc a:visited
{
	color: white;
	/*font-size: 20px;*/
	font-family: arial;
	display: inline-block;
	padding: 15px 30px;
}

.navbloc a:hover
{
	color: white;
	/*font-size: 20px;*/
	font-family: arial;
	display: inline-block;
	padding: 15px 30px;
	border-top: 5px solid #e44d26;
	background-color: rgba(228, 77, 38, 0.15);
}

.navbloc a:after
{
	color: white;
	/*font-size: 20px;*/
	font-family: arial;
	display: inline-block;
	padding: 15px 30px;

}

.navbloc p
{
	color: white;
	/*font-size: 20px;*/
	font-family: arial;
	display: inline-block;
	padding: 15px 30px;
}