
.bouton
{
    font-family : verdana,Arial,Helvetica; font-size : 8pt; font-weight : normal; color:#00c30b;
    cursor:pointer;
}
.bouton:hover
{
    color: black;
}
.texte
{
    
    background:white;
	padding-left:50px;
	padding-right:50px;
	text-align:justify;
	position:absolute ; top:170px; left:0px;
	width: 500px;
	font-family : verdana,Arial,Helvetica; font-size : 8pt; font-weight : normal; color: #666;
	
	
}
.texte:hover
{
    background:white;
    color:#000000;
}