.videos
	{
	margin-top:10px;
	height:500px;
	width:450px;
	overflow-y: scroll;
	}
	
.videos .lien
 	{
 	clear:both;
 	padding-bottom:5px;
 	border-bottom:1px solid #cccccc;
 	margin-bottom:5px;
 	overflow:auto;
 	}
 	
.videos a
 	{
 	text-decoration:none;
 	display:block;
	}
	
.videos img
	{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	padding:1px;
	border:2px solid white;
	}
	
.videos a:hover img
	{
	border:2px solid gray;
	}
	
#contenu big,#contenu .chapeau
	{
	font-size:16px;
	border-bottom:1px solid #cccccc;
	padding-bottom:3px;
	margin:0;
	}
	
big, .chapeau, .accueil, #haut
	{
	font-family:"Arial Rounded MT Bold";
	}