@font-face
{
	font-family: darling;
	font-weight: normal;
	src: url("darling.eot");
}

a
{
	text-decoration: none;
}
a:link       { color: #008000 }
a:visited    { color: #006600 }
a:active     { color: #33CC33 }
a:hover
{
    color:#FFFFFF; background-color:#008000
}

body         { background-image: url('fond.jpg'); background-repeat: repeat; 
               background-attachment: scroll }
               
table
{
	table-border-color-light: rgb(255,153,51);
	table-border-color-dark: rgb(0,0,0); 
}
body, table
{
	font-family: "tahoma";
	font-weight: normal;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	font-size: 80%;
}

address      { font-family: Verdana; font-size: 80%; font-style: normal; font-weight: bold }
table
{
font-size: 100%;
}

h1, h2, h3, h4, h5, h6 { font-family: darling; font-weight: normal; }

h1
{
	font-size: 400%;
}
h2
{
	font-size: 300%;
}
h3
{
	font-size: 250%;
}

.rep
{

color: #008000; font-weight: bold}

.que
{
}