	@import url('style.css');

	#menu_cadre { position:absolute; left:0; top:0; width:420px; z-index:100; padding:0; margin:0; }	
		
	.nouvelle {padding:5px; margin:3px; border:1px black dotted; width:400px; overflow:hidden;}
	.titre { font-weight:bold; font-size:15px;}
	.titre a { color:black; text-decoration:none; }
	.titre a:hover { background-color:black; color:white; }	
	.description {background-color:#dddddd; padding:10px; color:#666666; font-size:10px;}
	.lien_original {color:#666666;}

	li { border:solid 1px black; float:left; background-color:#cccccc; list-style:none; color:black; padding:5px;}
	li a { text-decoration:none; color:black; font-weight:bold;}
	li.selectio { background-color:white; border-width:2px 0px 0px 0px; top:-1px;}
	li.selectio a { background-color:white;  }		
	li:hover { background-color:#999999; color:white; }
	li:hover a { background-color:#999999; color:white; }	

	li.selectio:hover { color:black; background-color:white;}
	li.selectio:hover a { color:black; }	
		
	li.menu_bout {background-color:black;width:15px;}

