/* CSS Document */

/* bloc nav */
#nav {
width: 214px;
border-right: 1px solid #A49D81;
border-left: 1px solid #A49D81;
float: left;
/*position: relative;*/
}
#nav ul {
	list-style: none;
	/*position: relative;*/
margin: 0;
	padding: 0;
}
#nav ul ul{
	list-style: none;/*position: relative;*/
	font-weight: bold;
}
#nav li {
}
/* correction pour ie */
/* \*/
* html #nav li {
display:inline;
}
/* */

#nav ul li a {
	display: block;
	margin: 0;
	line-height: 2em;
	color: #005164;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	background-color: #eae3cb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fbf8ec;
	font-weight: bold;
	padding-right: 1em;
	padding-left: 1em;
}
#nav ul li a:hover {
	background-color: #DBAB01;
	color: #FFFFFF;
}
#nav ul li.expose a {
	font-weight:bold;
}
#nav ul ul li a {
	color: #005164;
	font-size: 8pt;
	line-height: 2em;
	padding: 0 0 0 0.5em;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #fbf8ec;
	background-color: #f3eedc;
	font-weight: normal;
}
#nav ul ul li.expose a {
	font-weight:bold;
}

#nav ul ul li a:hover {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #fbf8ec;
	background-color: #fbf8ec;
	color: #DBAB01;
	
}

#nav li a.node, #menu ul ul li a.node {
	display: inline;
	border: 0px none;
	background-color: transparent;
	padding: 0;
	z-index: 100;
	position: absolute;
	line-height: 0;
	width: auto;
}

#nav li a.node {
	margin: .7em 0 0 5px;
}

#nav ul ul li a.node {
	margin: .3em 0 0 5px;
}

.node {
	background-repeat: no-repeat;
	border:0;
	width:10px;
	height:10px;
	margin:0;
}

/* menu depliant */
ul img.node {
border: 0;
width: 9px;
height: 9px;
margin: 8px 5px 0px 3px;
background-color: transparent;
float:left;
position: relative;
display:block;
cursor: pointer;
cursor:hand;
}

/* \*/
* html ul img.node {
	margin: 8px 2px 0px 1px;
	background-color: #FF0000;
}
/* */

ul ul img.node {
margin: 4px 2px 0px 3px;
}

/* \*/
* html ul ul img.node {
margin: 8px 2px 0px 1px;
}
/* */
/* fin du menu depliant */


#sousMenuArticles {
	background-color:#DEDEDE;
	overflow:auto;
}

#sousMenuArticles h4 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #fff;
	background-color: #005174;
	font-weight: bold;
	margin:0px;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	
}

#sousMenuArticles h4 a {
		font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #fff;
	text-decoration:underline;
	font-weight: bold;

}

#sousMenuArticles div.colonne {
	width:50%;
	float:left;
	
}

#sousMenuArticles div.colonne ul {
	margin-right:10px;
	margin-bottom:5px;
}

#sousMenuArticles div.colonne ul li {
line-height:1em;
padding-top:3px;
}

#sousMenuArticles div.colonne ul li.expose a {
	background-color:#eaeaea;
}