/*
	les_menus.css
	Création: 08/05/2010
	Modification: 17/11/2020
	Camille FRONTON
*/
/*------------------------------- Menu Horizontal ----------------------------------------------------------*/
.le_menu a:link{
	font-size:9pt;
	font-weight: bold;
	text-decoration: none;
	color: #cd7037;
	padding-left:5px;
	padding-right:5px;
}
.le_menu a:visited{
	font-size:9pt;
	font-weight: bold;
	text-decoration: none;
	color: #cd7037;
	padding-left:5px;
	padding-right:5px;
}
.le_menu a:hover{
	font-size:9pt;
	font-weight: bold;
	text-decoration: none;
	color: #8a3923;
	padding-left:5px;
	padding-right:5px;
}


/*--------------------------------- Menu Vertical ----------------------------------------------------------*/
.menuVertic{
	width:300px;
	text-align: left;
        
}
.menuVertic .toutSeul{
    font-family: 'Trebuchet MS';
    font-size: 8pt;
    padding-left:12px;
    background-color:#e2d5b2;
    cursor:help;
}

.menuVertic ul{
	list-style-type: none; /* pour ne pas avoir de puces */
	margin: 0px;
	padding: 0px;
	line-height: 14px; /* interligne */
}

.menuVertic li{
	border-top: 1px solid #d8e5f1; 
	border-bottom: 1px solid #888caa;
	border-right: 1px solid #888caa;
	list-style-type: none;
}

.menuVertic li a{
	padding:8px 4px 8px 12px; 
	display: block;
}
.menuVertic li a:link{
	background-color: #b2e1e2;
	color: #444b55; 
	text-decoration: none;
	font-family: 'Trebuchet MS';
	font-size: 8pt;
}

.menuVertic li a:visited{
	padding:8px 4px 8px 12px;
	background-color: #b2e1e2; 
	color: #557ba9;
	font-family: 'Trebuchet MS';
	font-size: 8pt;
	text-decoration: none;
}

.menuVertic li a:hover{
	padding:8px 4px 8px 12px;
	background-color: #7dcecf; 
	color: #091679;
	font-family: 'Trebuchet MS';
	font-size: 8pt;
	text-decoration: none;
}

.menuVertic li a:active{
	background-color: #8eb3b3; 
	color: #37649b;
	font-family: 'Trebuchet MS';
	font-size: 8pt;
	text-decoration: none;
}

.menuVertic h2{
	background: #7dcecf;
	padding-left: 7px;
	padding-right: 5px;
	font-size: 10pt; 
	margin: 0px; 
	color: #4a4a44; 
	border-top: #ccc 1px solid; 
	border-bottom: #999 1px solid; 
	height: 22px;
	text-align: center;
}

@media only screen and (max-width:800px) {
	.menuVertic{
		width:100%;
	}
}

@media only screen and (max-width:480px) {
	.menuVertic{
		width:100%;
	}
}
