/* CSS Document */
 
/* menu vertical */


dl, dt, dd, li {
margin: 0;
padding: 0;
list-style-type: none;
}

dl#menu {
	width: 177px;
}
dl#menu_droite {
	width: 198px;
	
}

 /* menu de DROITE*/
 

#menu_droite h1 {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #A64F2B;
	font-weight: bold;
	margin-top:0px;
	margin-left:10px;

}
.rubrique2 dt {
	color: #5D2A1D ;
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	margin-top:0px;
	padding:0px;
	padding-left:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

.rubrique2 dt a {
	
	text-decoration: none;
	color: #5D2A1D;
	display: block;
	background-position: 0px;
	height: 100%;
	width:170px;
	margin: 0;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom:thin;
	border-bottom-style:dotted;
	background-image: none;

}

dl.rubrique2 dt a:hover, dl.rubrique2 dt .selected {

	background-position: 0px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 0px;
	color: #A64F2B;
	border-bottom:thin;
	border-bottom-style:dotted;
}

/* Style pour le menu spipien GAUCHE*/
#affiche{
visibility:visible;
}
#cache{
display:none;
}

.lien{
color: #5D2A1D ;
text-decoration: none;
}
.lienon{
color: #5D2A1D ;
text-decoration: none;
}


dl.rubrique{
	color: #5D2A1D ;
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	margin-top:40px;
	padding:0;
	padding-left:10px;
}
dl.rubrique dt {
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	margin-left:0px;
	padding:0;
	padding-left:10px;
}

dl.rubrique dt a {
	text-decoration: none;
	color: #E54800;
	display: block;
	background-image: url(IMG/fleche-05.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	height:100%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	border-bottom:thin;
	border-bottom-style:dotted;
}

dl.rubrique dt a:hover, dl.rubrique dt .selected {
	background-image: url(IMG/fleche_05.jpg);
	background-position: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	color: #E54800;
	display: block;
	border-bottom:thin;
	border-bottom-style:dotted;
	}
	
.liens_menu   {
margin-left:0px;
padding-left:20px;
font-size: 11px;
color:#5D2A1D;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;	
}


dl.article{
	color: #3878DB;
	cursor: pointer;
	text-align: left;
	font-size: 11px;
	margin-top:0px;
	padding:0px;
	padding-left:0px;
}
dl.article dt {
	cursor: pointer;
	text-align: left;
	font-size: 11px;
	margin-left:0px;
	padding:0px;
	padding-left:10px;
}

dl.article dt a {
	text-decoration: none;
	color: #3878DB;
	display: block;
	height:100%;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	border-bottom:thin;
	border-bottom-style:dotted;
	}
	
dl.article dt a:hover, dl.article dt  .selected {
	margin: 0;
	display: block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	color: #3878DB;
	border-bottom:thin;
	border-bottom-style:dotted;
		
}

