#links_banner{
    -webkit-box-shadow:0px 12px 10px -10px rgba(0, 0, 0, 0.5),		0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
	   -moz-box-shadow:0px 12px 10px -10px rgba(0, 0, 0, 0.5),		0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
			box-shadow:0px 12px 10px -10px rgba(0, 0, 0, 0.5),		0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
	padding: 3px;
	width: 100%;
	text-align: right;
	position: fixed;
	top: 0px;
	z-index: 1000;
}

#links_menu {
	background-color: #D8EDF0;
	height: 100%;
}

#menu {
    overflow: auto;
	margin-top: 19px;
}

#menu_button {
    background-color: #4CB9C5;
	height: 100%;
	width: 29px;
	position: relative;
	float: left;
	white-space: nowrap;
	cursor: pointer;
}

#links_menu_arrow{
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
    width: 19px;
	height: 19px;
    background-image: url(pictures/ico/icoWhiteArrow.png);
	background-repeat: no-repeat;
	z-index: 1000;
}

#menu_text {
	position: relative;
	float: left;
	color: white;
	font: 25px Avenir;
	vertical-align: middle;
	-webkit-transform: rotate(-90deg) translate(-175%);
    -moz-transform: rotate(-90deg) translate(-175%);
    -ms-transform: rotate(-90deg) translate(-175%);
    -o-transform: rotate(-90deg) translate(-175%);
    transform: rotate(-90deg) translate(-175%);
}

.menu_swivel_1{
    display: block; 
  	margin: 0; 
  	list-style: none;
  	padding: 0px 0px 19px 0px;
	width: max-content;
}

.menu_balise_1{
	text-align: left;
	padding: 0 0;
}

.menu_link_1{
	color: #0263A8;
	font: 15px Avenir;
	text-decoration: underline #4CB9C5;
	text-underline-position: under;
	text-underline-offset: 11px;
	text-decoration-thickness: 2px;
	display: block;
	padding: 10px 10px 10px 30px;
}

.menu_link_1.opened{
	color: white;
	background-color: #1F81A7;
	font: bold 15px Avenir;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 30px;
}

.menu_swivel_2{
    display: none;
	padding: 0;
	list-style-type: none;
}

.menu_swivel_2.opened{
    display: flex;
    flex-direction: column;
    /*width: max-content;*/
	padding: 0;
	list-style-type: none;
}

.menu_balise_2{
    text-align: left;
	padding: 0 0 5px 28px;
	background-color: white;
}

.menu_link_2{
    color: #0263A8;
	font: 15px Avenir;
	text-decoration: underline #1F81A7;
	text-underline-position: under;
	text-underline-offset: 11px;
	text-decoration-thickness: 2px;
    display: block;
    padding: 10px 10px 10px 10px;
}

.menu_link_2.opened{
	color: white;
	background-color: #1D5B87;
	font: bold 15px Avenir;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 10px;
}

.menu_swivel_3{
	display: none;
	padding: 0;
    list-style-type: none;
}

.menu_swivel_3.opened{
    display: flex;
    flex-direction: column;
    /*width: max-content;*/
	padding: 0;
	list-style-type: none;
}

.menu_balise_3{
	text-align: left;
	padding: 0 0 0 20px;
}

.menu_link_3{
    color: #0263A8;
	background-color: white;
	font: 15px Avenir;
	text-decoration: underline #4CB9C5;
	text-underline-position: under;
	text-underline-offset: 11px;
	text-decoration-thickness: 2px;
	display: block;
	padding: 10px 10px 10px 5px;
}

.menu_link_3.menu_active{
	color: white;
	background-color: #4CB9C5;
	font: bold 15px Avenir;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 5px;
}

.inactive_menu_link {
    color: red;
	font-style: italic;
}