/* 
	CSS Document 
	lg-style.css
	Création: 27/03/2001
	Modification: 17/01/2012
	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{
	padding: 0px;
	background-color:inherit;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	/*
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px; 
	*/
}
.menuVertic ul{
	list-style-type: none; /* pour ne pas avoir de puces */
	margin: 0px;
	padding: 0px;
	line-height: 14px; 
	background-color:inherit;
	
}

.menuVertic li{
	border: 0px; 
	border-bottom: #9698a9 1px solid;
	border-left: #323447 3px solid; 
	list-style-type: none;
	text-align:right;  
	line-height: 14px;
	background-color:#edf3dd;
	font-family:'Trebuchet Ms', Verdana, Geneva, Sans-serif;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	/*border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;*/
}

.menuVertic li a{
	padding-right: 5px; 
	padding-bottom: 8px; 
	padding-left: 12px; 
	padding-top: 8px; 
	display: block; 
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	/*border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;*/
	
}
.menuVertic li a:link{
	background-color:inherit; 
	color: #444B55; 
	text-decoration: none;
	font-family: 'Trebuchet MS', Verdana, Geneva, Sans-serif;
	font-size: 9pt;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

.menuVertic li a:visited{
	/*padding-right: 5px; 
	padding-bottom: 8px; 
	padding-left: 12px; 
	padding-top: 8px; */
	background-color: inherit;
	color: #557ba9;
	font-family: 'Trebuchet MS', Verdana, Geneva, Sans-serif;
	font-size: 9pt;
	text-decoration: none;
}

.menuVertic li a:hover{
	/*padding-right: 5px; 
	padding-bottom: 8px; 
	padding-left: 12px; 
	padding-top: 8px; */
	background-color: #bdd2bd;
	color: #ffffff;
	font-family: 'Trebuchet MS', Verdana, Geneva, Sans-serif;
	font-size: 9pt;
	text-decoration: none;
	text-shadow:  0.2em 0.2em 0.2em #070c33;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

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

.menuVertic h2{
	background-color: #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;
}
