body { background-color: rgb(255, 204, 0);
	color: rgb(0, 0, 0);
	}

a:link, a:visited { color: rgb(153, 204, 0);
	text-decoration: none
	}

a:hover, a:active { color: rgb(247, 163, 0);
	text-decoration: none
	}

table { background-color: rgb(255, 255, 255);
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	}

.bordure { background-color: rgb(247, 163, 0);
	}


.copyright { color: rgb(102, 102, 102);
	font-size: 9px;
	font-family: Arial,Helvetica,sans-serif;
	}

.orange a:link, .orange a:visited { color: rgb(0, 0, 0);
	text-decoration: none
	}

.orange a:hover, .orange a:active { color: rgb(255, 255, 255);
	text-decoration: none
	}

.vert a:link, .vert a:visited { color: rgb(0, 128, 0);
	text-decoration: none
	}

.vert a:hover, .vert a:active { color: rgb(255, 255, 255);
	text-decoration: none
	}

h1 { color: rgb(0, 0, 0);
	font-size: 18px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight : bold;
	}

h2 { color: rgb(247, 163, 0);
	font-size: 15px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight : bold;
	}

div#bandeau
{
	width: 486px ;
	height: 60px ;
	position: absolute ;
	/* float: left ; */
	/* left: 390px ; */
	top: 20px ;
	margin-left: 272px;
}


/* non utilisé */

.bouton { color: rgb(255, 255, 255);

    font-weight: bold;

    text-decoration: none;
    background-image: url(images/index_bouton.gif);

    background-repeat: no-repeat;

    font-family: Arial,Helvetica,sans-serif;

    font-size: 9pt;

    }



