	#liste_formations {
		position:absolute;
		top:0px;left:280px;
		display:block;
		height:200px; width:250px;
		border:dotted 2px #94b04a; 
		margin-left:10px; 
		padding:3px;
	}
	#liste_formations li {
		list-style-type:square; 
		position:relative;left:10px;
	}	
	#liste_formations_fenetre{
		height:150px; width:210px;
		overflow:auto; 
		padding:20px;
	}

	.formation_titre {
		font-weight:bold; 
		font-size:12px; 
		color:#94b04a; 
		cursor:pointer;
	}
	.formation_titre a,
	.formation_titre a:hover,
	.formation_titre a:visited {
		font-weight:bold; 
		font-size:12px; 
		color:#94b04a; 
		text-decoration:none;
		display:block;
		width:100%;
	}	
	.formation_titre:hover,
	.formation_titre:hover a,
	.formation_titre a:hover {
		background-color:#94b04a; 
		color:white;
	}
	
