/* ++++SECTION ++++ À MODIFIER ++++++ */
body {font: 12px "Lucida Grande", Verdana, Arial, Helvetica;
	text-align: left;
	background: #ffffff url(img/fond_texture.jpg) no-repeat;
}

/* contenu -  changer image du background */

#contenu_menu {
	width: 448px;
	height: 30px;
	background: #eef5ec;
	padding-left: 15px;
}

#contenu_menu_accueil {
	width: 254px;
	height: 30px;
	background: #eef5ec;
	padding-left: 15px;
}

/* --- Reference biblio --- */

.ref {
	background: #EEF5EC;
}

.ref b {
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
}

/* ++++MENU++++À MODIFIER+++++ */

li.folder	{
	font: normal 11px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	padding: 2px 0 0px 1px;
	background: #94B594;
}

li.folder:hover {
	z-index: 10;
	font: normal 11px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	background: #94b594;
}

li a.submenu {
	background-color: #94b594;
	padding-left: 10px;
	font: normal 11px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	display: block;
	border-bottom: 1px solid #94b594;
	padding-top: 3px;
	padding-bottom: 4px;
}

li.explain { 
	font: bold 11px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	background-color: #94b594;
	border-bottom: 1px solid #94b594;
	color: #fff;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 190px;
}

#menu h2	{
	font: normal 11px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	background-color: #94b594;
	border-top: 1px solid #94b594;
	border-bottom: 1px solid #94b594;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.menu_filet_cote {
	border-right: 1px solid #29424A;
	background: #94b594;
}

/*<group=+ STATIC SECTION>*/

/* ++++ STATIC SECTION ++++++ */

#contenu {
	background: url(img/bg_1_couleur.gif) repeat-y;
	width: 549px;
	float: left;
	border-right: 1px solid #427373;
	text-align: left;
}

#contenant_fond {
	width: 100%;
	background: repeat-y url(img/section_croix_fond.gif) transparent;
	top: 75px;
	padding-left: 197px;
	position: absolute;
	left: 0px;
	z-index: 2;
}

#section_bande_cote {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 5px;
	height: 70px;
	background: repeat-y url(img/section_bande_cote.gif);
	z-index: 100;
}

/* titre */

#titre {
	width: 550px;
	margin: 0px 0px 10px 0px;
	float: left;
	padding: 0px;
}

#titre_top {
	width: 550px;
	float: inherit;
	height: 31px;
	padding: 0px;
	margin: 0px;
}

#titre_top_fond {
	background: url(img/titre_fond.gif) repeat-y;
	width: 550px;
	float: inherit;
	margin: 0px;
	padding: 0px;
}

#titre_top_titre {
	background: url(img/titre_croix.gif) no-repeat bottom;
	width: 550px;
	float: inherit;
	height: 37px;
	margin: 0px;
	padding: 0px;
}

/* Bas de page- last modifed
     */

#footer {
	width: 550px;
	float: left;
	height: 75px;
}

#footer_haut {
	background: url(img/titre_fond.gif) repeat-y;
	width: 520px;
	height: 25px;
	border-top: 1px solid #9DBEC5;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}

#footer_bas {
	background: url(img/footer_bas.gif) repeat-y;
	width: 550px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

#bas_page_lasmodified_fond {
	background: url(img/titre_fond.gif) repeat-y;
	width: 520px;
	height: 25px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* logo -  */

#logo {
	background: url(img/logo_1.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 170px;
	height: 75px;
	z-index: 10;
}

#logolaval {
	background: no-repeat url(img/logo_ul.gif);
	padding: 0px;
	position: absolute;
	top: 17px;
	left: 655px;
	margin: 0px;
	width: 68px;
	height: 28px;
}
	
/*</group>*/

/*<group=+ MENU_STATIC >*/

/* ++++++MENU++STATIC++++++ */

body {
	behavior:url("/html/fra/css_include/csshover.htc");
	padding: 10px;
}

* {
	font: normal Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
}

ul,li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	width: 175px;
	background: #fff;
	list-style-type: none;
}

li {
	position: relative;
	padding: 0px;
	z-index: 9;
}

li.folder ul {
	position: absolute;
	display: none;
	left: 160px; /* IE */
	top: 0px;
}

li.folder>ul { 
	left: 175px;
}

ul.level1 li.folder:hover ul.level2 {
	display: block;
	width: 200px;
}

a {
	padding: 2px;
	text-decoration: none;
	width: 100%; /* IE */
}

li>a { 
	width: auto;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/

* html li.explain { 
	width: 202px;
}

/* End hide from IE5/mac */

a:link, a:visited {
	color: #000000;	
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

#menu {
    margin: 0;
    padding: 0;
    width: 185px;
}

#link {
    font: 11px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	padding: 0px 0px 0px 20px;
	margin-top: 15px;
}

#menu h6	{
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background: no-repeat url(img/menu_croix.gif) transparent 15px;
	text-decoration: none;
}

.menu_haut {
	height: 19px;
	margin: 0px;
	padding: 0px;
	background: no-repeat url(img/menu_haut.gif);
}

.menu_bas {
	height: 19px;
	margin: 0px;
	padding: 0px;
	background: no-repeat url(img/menu_bas.gif);
}
	
/*</group>*/