.arrowlistmenu{
	width: 210px; /*width of accordion menu*/
	float: right;

}


.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: #fff;
	
	margin: 2px;
	
	background: #003366;
	/* background: url(img/menu_fond.png) repeat-x center left;
	margin-bottom: 2px; bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 2px 1px 2px 10px; /*header text is indented 10px*/
	/*cursor: hand;*/
	cursor: pointer;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	color: #000;
	background: #6699cc	;
	/*background: #ff6600; 	
	 background: #ffcc66 url(img/titlebar-active3a.png)
	background-image: url(img/titlebar-active3.png);*/
	}


.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px; /*bottom spacing between each UL and rest of content*/}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background: #ffcc66;
	/*background: lightblue !important;*/
}

 .arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	/*background: lightgreen !important;*/
}

.arrowlistmenu ul li a {
	margin-left: 3px;
	margin-right: 3px;
	color: #000;
	background: url(img/menu_fond.png) repeat-x left;
	/* background: #FeF6E2 url(img/arrowbullet.png) no-repeat left; /*custom bullet list image*/
	display: block;
	padding-top: 3px;;
	padding-left: 22px; /*link text is indented 19px*/
	text-decoration: none;	
	/*font-weight: bold;	
	font-size: 94%;*/
border-bottom: 1px solid ;
}

.arrowlistmenu ul li.v a {
	background: url(img/arrowbulletvert.png) no-repeat left; /*custom bullet list image*/
}

 .arrowlistmenu ul li.r a {
	background: url(img/arrowbulletrouge.png) no-repeat left; /*custom bullet list image*/

}

.arrowlistmenu ul li.j a {
	background: url(img/arrowbulletjaune.png) no-repeat left; /*custom bullet list image*/

}

.arrowlistmenu ul li a:visited{
	color: #000;
	/*color: #A70303;*/
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #000000;  
	background-color: #cccccc;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	 /* background: lightblue; */
}


.arrowlist_programme{
	width: 555px; /*width of accordion menu*/
	float: left;
	/*background: #999999;*/
}


.arrowlist_programme .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: white;
	background: black url(img/boutons.jpg) repeat-x center left;
	margin: 3px;
	/*margin-bottom: 2px; bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0px 4px 10px; /*header text is indented 10px*/
	/*cursor: hand;*/
	cursor: pointer;
}


.arrowlist_programme .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(img/titlebar-active2.png);}


.arrowlist_programme ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/}

.arrowlist_programme ul li{
	padding-bottom: 2px;
	 /*bottom spacing between menu items*/
}

.arrowlist_programme ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background: #94ACC4;
	/*background: lightblue !important;*/
}

.arrowlist_programme ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	/*background: lightgreen !important;*/
}

.arrowlist_programme ul li a {
	color: #000000;
	background: url(img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	/*font-weight: bold;*/
	border-bottom: 1px solid #dadada;
	font-size: 100%;
}

#contenu .arrowlist_programme ul li.v a {margin-left: 15px; 
	background: url(img/arrowbulletvert.png) no-repeat center left; /*custom bullet list image*/
}




#contenu .arrowlist_programme ul li.r a {margin-left: 15px; 
	background: url(img/arrowbulletrouge.png) no-repeat center left; /*custom bullet list image*/

}


#contenu .arrowlist_programme ul li.j a {margin-left: 15px; 
	background: url(img/arrowbulletjaune.png) no-repeat center left; /*custom bullet list image*/

}




.arrowlist_programme ul li a:visited{
	color: #000;
	/*color: #A70303;*/
}

.arrowlist_programme ul li a:hover{ /*hover state CSS*/
	color: #000000;  
	/*background-color: #FBB034;*/
}

.arrowlist_programme ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	/* background: lightblue; */
}


.technology{/* cursor: hand;*/
	cursor: pointer;}


.affiche_note{
	/*width of accordion menu*/
	float: left;
	/*background: #999999;*/
}


.affiche_note .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: white;
	background: black url(img/boutons.jpg) repeat-x center left;
	margin: 3px;
	/*margin-bottom: 2px; bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0px 4px 10px; /*header text is indented 10px*/
	/*cursor: hand; --remettre si probleme*/
	cursor: pointer;
}


.affiche_note .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(img/titlebar-active2.png);}


.affiche_note ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/}

.affiche_note ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.affiche_note ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background: #94ACC4;
	/*background: lightblue !important;*/
}

.affiche_note ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	/* background: lightgreen !important; */
}

.affiche_note ul li a {
	color: #000000;
	background: url(img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	/*font-weight: bold;*/
	border-bottom: 1px solid #dadada;
	font-size: 85%;
}

.affiche_note ul li.v a {margin-left: 15px; 
	background: url(img/arrowbulletvert.png) no-repeat center left; /*custom bullet list image*/
}

.affiche_note ul li.r a {margin-left: 15px; 
	background: url(img/arrowbulletrouge.png) no-repeat center left; /*custom bullet list image*/

}


.affiche_note ul li.j a {margin-left: 15px; 
	background: url(img/arrowbulletjaune.png) no-repeat center left; /*custom bullet list image*/

}

.affiche_note ul li a:visited{
	color: #000;
	/*color: #A70303;*/
}

.affiche_note ul li a:hover{ /*hover state CSS*/
	color: #000000;  
	/*background-color: #FBB034;*/
}

.affiche_note ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	/* background: lightblue; */
}


