@charset "UTF-8";
/* CSS Document */


/*   MENU DE GAUCHE concernant le fichier menu.inc.php */

dl#menu2, dl#menu2 dt, dl#menu2 dd, dl#menu2 ul, dl#menu2 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFF;
}

#menu2 {
	position: realtive;
	top: 0;
	left: 0;
}

dl#menu2 {
	width: 15em;
}

dl#menu2 dt {
	margin: 0;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #C3C0A8;
	background: #A29E83;
}
	
dl#menu2 li {
	text-align: left;
	background: #B5B198;
	border-bottom: 1px solid #C3C0A8;
	height: 25px;
	line-height: 25px;
	
}

dl#menu2 li a, dl#menu2 dt a {
	color: #FFF;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	padding-left: 10px;
	font-weight: normal;
}

dl#menu2 li a {
	padding-left: 20px;
} 

dl#menu2 li a:hover, dl#menu2 dt a:hover {
	background: #61887A;
}

/* LIENS DU BANDEAU concernant le fichier entete.inc.php */
DIV#menu_haut {
	position: relative;
	height: 64px;
	border: 1px solid yellow;
	
}

table#tab_entete {
	height: 62px;
	padding: 0px;
	border: none;
	border-spacing: 1px;
}

.tr_vide {
	height: 27px;
}

.tr_bandeau_menu {
	height: 35px;
	text-align: center;
	vertical-align: middle;
}

.td_bandeau_menu_mauricie {
	background-color: #205050;
	font-size: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.td_bandeau_menu {
	background-color: #B5B498;
}

a#menuh {
	color: #FFFFFF;
	font-family: Lucida Sans, Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	display: block;
	border: 0px solid #666600;
	vertical-align: middle;
	font-size:12px;
}

a#menuhg{
	color: #FFFFFF;
	font-family: Lucida Sans, Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	display: block;
	border: 0px solid #666600;
	vertical-align: middle;
	padding-left:10px;
	font-size:12px;
}

DIV#img_entete {
	position: relative;
	height: 151px;
	border-top: 1px solid #C9C5A8;
}