/* MENU PRINCIPAL */
.bottomBorder{
	border-bottom: 1px dotted #854d4f;	
}


/* MENU THEMATIQUE */

#menuRegion {
	margin:0 0 15px 0;
}

#menuRegion ul {
	margin:0 0 15px 0;
	padding:0;
	list-style-type : none;
}

#menuRegion div {
	display:block;
	padding:3px 0 3px 8px;
	margin-bottom:2px;
	
	/**/
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #854d4f;
	font-weight:bold;
	/**/
	background-image:url("../images/ombre_menu.png");
	background-repeat:no-repeat;
	background-position:right;
	/**/
	border-bottom: 1px dotted #854d4f;
}

#menuRegion ul li a{ 
	display:block;
	margin:0;
	padding:0 0 0 15px;
	/**/
	font-size: 12px;
	text-decoration:none;
	color: #666;
	line-height:16px;
	
	border-bottom: 1px dotted #666;
}

#menuRegion ul li a.isSelected{
	font-weight:bold;
	color:#854d4f;
	border-bottom: 1px dotted #854d4f;
}

/* SOUS MENU */
#menuRegion ul ul{
	margin:0 0 15px 0;
	padding:0;
	list-style-type : none;
}

#menuRegion ul ul li a{ 
	display:block;
	margin:0;
	padding:0 0 0 33px;
	/**/
	font-size: 11px;
	text-decoration:none;
	color: #666;
	line-height:16px;
	
	border-bottom: 1px dotted #CCC;
	
}

#menuRegion ul ul li#titreEtapes, #menuRegion ul ul li#titreRubriques{ 
	display:block;
	margin:10px 0 0 0;
	padding:0 0 0 23px;
	/**/
	font-size: 11px;
	text-decoration:none;
	color: #666;
	line-height:16px;
	font-weight:bold;
	
	border-bottom: 1px dotted #CCC;
	background-image:url("../images/show_menu.png");
}

#menuRegion ul li a:hover{
	color: #854d4f;
	text-decoration:none;
	border-bottom: 1px dotted #854d4f;
	
	background-image:url("../images/show_menu.png");
	background-repeat:no-repeat;
	background-position:right;
}

/* H1... H6 */
h1 {
	font-size: 23px;
	font-family:Arial, Helvetica, sans-serif;
	color:#854d4f;
	margin:0 0 15px 0;
	padding:5px 0 0 0;
}

h2 {
	font-size: 16px;
	color: #854d4f;
	margin:0 0 10px 0;
}

h3 {
	font-size: 12px;
	color: #666;
	margin:0 0 5px 0;
	background-image:url("../images/ombre_menu.png");
	background-repeat:no-repeat;
	background-position:right;
	/*background-color:#dcdddf;*/
	padding:5px;
	cursor:pointer;
}

h4 {
	font-size: 12px;
	margin:0 0 3px 0;
	color: #854d4f;
}

h5 {
	font-size: 11px;
	margin:0 0 3px 10px;
	color: #854d4f;
}
/* FOOTER */ 
.topBorder{
	border-top: 1px dotted #854d4f;
}