/* Définition de règle */
@charset "iso-8859-1";


/* Style des liens */
A:link {
    color: #0000ff;
    font-family: Arial,Helvetica;
    font-size: 12pt;
    text-decoration: none}

A:visited {
    color: #b0000d;
    font-family: Arial,Helvetica;
    font-size: 12pt;
    text-decoration: none}

A:active {
    color: #ff0000;
    font-family: Arial,Helvetica;
    font-size: 12pt;
    text-decoration: none}

A:hover {
    color:00ca00; 
    text-decoration:underline; 
    font-size: 12pt;
    font:arial;}

/* BODY Style du corps du texte */
BODY {
    background: #ffffff;
    color: #000000;
    font-size: 12pt;
    background-image: url(/forum/acheter/images/piasse.jpg)
    }

/* Style du copyright */
.copyright {
	color: #000000;
    font-weight: bold;
    font-size: 8pt;}

.copyright-a {
	color: #FF8000;
    font-weight: bold;
    font-size: 10pt;}

.copyright-l {
	color: #00AC00;
    font-weight: bold;
    font-size: 10pt;}

.copyright-g {
	color: #0000A0;
    font-weight: bold;
    font-size: 10pt;}

.copyright-i {
	color: #8F02B9;
    font-weight: bold;
    font-size: 10pt;}

/*   Fin de la section de style   */
