@charset "UTF-8";
/* CSS Document */

#texte{
	overflow-y:scroll;
	height:400px;
	font-family:Verdana,Arial;
	font-size:12px;
	

}

#texte1{
	overflow-y:scroll;
	height:180px;
	font-family:Verdana,Arial;
	

}

.a{
	color:red;
	text-decoration:underline;

}
a img{
	border:none;
	

}