div.presentation-image {
    margin:2px auto;
    padding:10px 2px;
}

div.container-image {
    text-align:center;
}

div.container-image img {
    padding:13px;
    border : 3px outset #CC8;
}


table.formulaire {
    width: 100%;
    border:1px solid #000;
    font-size:smaller;
    padding:10px;
}

textarea {
    padding: 3px;
    border: 1px solid #AAA;
    font-size: 12px;
}

input {
    border: 2px solid #AAA;
}

td.bas input:hover {
    background : #FEA;
    border: 2px outset #AAA;
}

td.bas input:active {
    background : #FEA;
    border: 2px inset #AAA;
}

span.lien_log a {
    text-decoration:underline;
    color blue;
}

span.texte_message {
    font-style: italic;
    color:red;
}
}
