.bouton
{
        color:#a36508;
        font-size: 1.0em;
		font-weight: bold;
        cursor:pointer;
}
.bouton:hover
{
        text-decoration:none;
}
.texte
{
        border:1px solid #333333;
        background:#eeeeee;
        padding:10px;
        color:#333333;
		font-size: 0.6em; 
		text-indent:20px;
		text-align: justify;
}

.bouton2
{
        color:#a36508;
        font-size: 1.0em;
		font-weight: bold;
        cursor:pointer;
}
.bouton2:hover
{
        text-decoration:none;
}
.texte2
{
        border:1px solid #333333;
        background:#eeeeee;
        padding:10px;
        color:#333333;
		font-size: 0.6em; 
		text-indent:20px;
		text-align: justify;
}