/* Définition de règle */
@charset "iso-8859-1";


/* Style des liens */
A:link {
    color: #0000ff;
    font-family: Arial,Helvetica;
    font-size: 10pt;
    text-decoration: none}

A:visited {
    color: #b0000d;
    font-family: Arial,Helvetica;
    font-size: 10pt;
    text-decoration: none}

A:active {
    color: #ff0000;
    font-family: Arial,Helvetica;
    font-size: 10pt;
    text-decoration: none}

A:hover {
    color:00ca00; 
    text-decoration:underline; 
    font-size: 10pt;
    font:arial;}

/* BODY Style du corps du texte */
BODY {
    background-color: #ffffff;
    background-image: url(/forum/atonet/images/atonet-fond.jpg);
    font-weight: bold}

.tab-gauche {
	width: 680px;
	text-align: center;
}

.tab-message {
	width: 90%;
	border-style: groove;
	border-width: medium;
	margin: 10px
}

.binette {
	background-color: #E0E0E0;
	margin-right: 10px}

.copyright {
    color: #080808;
    font-family: Arial,Helvetica;
    font-size: 8pt;}

/*   Fin de la section de style   */
