﻿.bouton
{
	color: #0000ff;
	font-size: 12px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}
.bouton:hover
{
    text-decoration:underline;
}
.texte
{
	border: 1px solid #3A3AAE;
	background: #eff9ff;
	padding: 15px;
	color: #333333;
	width: 830px;
}
.texte:hover
{
    border:1px solid #3A3AAE;
    background:#ffffff;
    color:#000000;
    width: 830px;
}