<style>
<!--  Hyperliens   -->
<!--  ----------   -->
a             {text-decoration: none; color: "white"}
a:visited     {text-decoration: none; color: "white"}
a:active      {text-decoration: none; color: "white"}
a:hover       {text-decoration: none; color: "red"}

<!--  Body   -->
<!--  ----   -->
BODY {
	background-image: url(../images/background0.jpg);
	SCROLLBAR-FACE-COLOR: #808080;
	SCROLLBAR-HIGHLIGHT-COLOR: #9595FF;
	SCROLLBAR-SHADOW-COLOR: #000080;
	SCROLLBAR-3DLIGHT-COLOR: #cfcfcf;
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-TRACK-COLOR: #EAEAFF;
	SCROLLBAR-DARKSHADOW-COLOR: #9595FF;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

<!--  Ligne horizontale   -->
<!--  -----------------   -->
.hr {hr-color: #000000
}

<!--  Fonts   -->
<!--  -----   -->
.gdtitre {font-family: "tahoma"; 
         font-color: "black";
         font-style: "normal";
         font-size: "24pt"
}
.gdtitreheader {font-family: "tahoma"; 
         font-color: "black";
         font-style: "normal";
         font-size: "18pt"
}

.textecommun {font-family: "Microsoft Sans Serif"; 
         font-color: "black";
         font-style: "normal";
         font-size: "10pt"
}
.gdtexte {font-family: "tahoma"; 
         font-color: "black";
         font-style: "normal";
         font-size: "12pt"
}
.titrebox {font-family: "tahoma"; 
         font-color: "#FFFFFF";
         font-style: "normal";
         font-size: "10pt"
}

<!--  Images   -->
<!--  ------   -->
.img1 {border: 2 solid #FFFFFF
}

<!--  Tableaux   -->
<!--  --------   -->
.tableheader {border: 2 solid #FFFFFF;
              background-image: url("../images/Gallerie/012.jpg")
}
.border1 {border: 2 solid #FFFFFF
}
.tablefront {border: 1 solid #FFFFFF;
              background-image: url("../images/Gallerie/012.jpg")
}




</style>

