/* CSS Document */
body {
	color: #FFFF99;
	background-color: #000000;
	background-image: url(bitmaps/tissus.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	color: #FFFF99;
}
h1 {
	color: #FFCC33;
}
h2 {
	color: #FFCC33;
}
h3 {
	color: #FFCC33;
}
h4 {
	color: #FFCC66;
}

a /* Liens par défaut (non survolés) */
{
   text-decoration: underline;
   color: white;
   font-style:normal;
   /* font-style: italic; */
}
 
a:hover /* Apparence au survol des liens */
{
   /* color: yellow; */
   font-style: italic;
}
a:active /* Quand le visiteur clique sur le lien */
{
    
}

table, th, tr, td {
    text-align: center;
    border-width: 0;
    border-color: #C2C9D3
}
