div#nav li.menu1 {border-bottom: 1px solid #e07026;}

#menu_left {margin: 0; width: 176px; float: left; font-size: 10px;}

#menu_left a.rubcurrent:link, #menu_left a.rubcurrent:visited {background-color: #FFF; color: #e07026;}
#menu_left a.rubcurrent:hover {color: #e07026; text-decoration: none;}

#menu_left a.pagecurrent:link, #menu_left a.pagecurrent:visited {color: #FFF;}
#menu_left a.pagecurrent:hover {color: #e07026; background-color: #FFF; text-decoration: none;}

#menu_left ul {margin: 0; padding: 0; list-style-type: none; font-family: verdana, arial, Helvetica, sans-serif; border-bottom: 1px solid black; border-left: 1px solid #000; border-right: 1px solid #000; text-align: right; background: #e07026;}
#menu_left ul a:link, #menu_left ul a:visited {display: block; margin-left: 5px; padding: 5px; width: 159px; color: #000; background-color: #e07026; text-decoration: none; border-top: 1px solid #fcba59; font-weight: bold;}
#menu_left ul a:hover {color: #e07026; background-color: #FFF; text-decoration: none; font-weight: bold;}

#menu_left ul ul {margin: 0; border: 0px; background: #ff9a50;}
#menu_left ul ul a:link, #menu_left ul ul a:visited {display: block; padding: 5px; width: 159px; color: #000; background-color: #ff9a50; text-decoration: none; font-weight: normal;}
#menu_left ul ul a:hover {color: #e07026; background-color: #FFF; text-decoration: none; font-weight: normal;}

#menu_left ul ul ul {margin: 0; border: 0px; background: #ffde9e;}
#menu_left ul ul ul a:link, #menu_left ul ul ul a:visited {display: block; padding: 5px; width: 159px; color: #000; background-color: #ffde9e; text-decoration: none; font-weight: normal;}
#menu_left ul ul ul a:hover {color: #e07026; background-color: #FFF; text-decoration: none; font-weight: normal;}

#content_home {font-size: 12px; margin: 20px 25px 15px 80px; min-height: 400px;}
#content_zone {font-size: 12px; margin: 0 25px 15px 80px; min-height: 400px;}
#content_home h1, #content_zone h1 {padding: 5px 0 0 40px; margin: 0 0 0 -40px; font-size: 16px; font-weight: bold; color: #000; background: url(/_images/h1_bg_1.gif) top left no-repeat; height: 50px}
#content_home h2, #content_zone h2 {margin: 0 0 15px 0; font-size: 14px; font-weight: bold; color: #000;}
#content_home h3, #content_zone h3 {margin: 0; font-size: 14px; font-weight: bold;}
#content_home h4, #content_zone h4 {margin: 0; font-size: 12px; font-weight: bold;}
#content_home h5, #content_zone h5 {margin: 0; font-size: 12px;}
#content_home h6, #content_zone h6 {margin: 0; font-size: 12px;}
#content_home p, #content_zone p {margin: 5px 0 10px; font-size: 12px;}
#content_home a:link, #content_home a:visited, #content_zone a:link, #content_zone a:visited {color: #e07026; text-decoration: underline;}
#content_home a:hover, #content_zone a:hover {color: #feaf53; text-decoration: underline;}

#content_zone ul {list-style-image: url('/_images/puce1.gif')}

.dossier a {
	float: left;
	height: 50px;
	width: 110px;
	background-image: url('/_images/dossier_ferme.gif');
	background-repeat: no-repeat;
	text-align: center;
	margin: 0;
	padding: 40px 0 0 0;
	vertical-align: text-bottom;
	background-position: center top;
}
.dossier a:hover {
	background-image: url('/_images/dossier_ouvert.gif');
}