/* les couleurs */
/* rouge bordeaux : */
/* noir */
/* vert */
/* marron*/


body{font-family: Verdana; font-size: 10pt; background-image: url('images/fd2.jpg'); background-attachment: fixed;}
div.global{
	 position:absolute;
     left: 50%; 
     top: 50%;
     width: 850px;
     height: 600px;
     margin-top: -300px; /* moitié de la hauteur */
     margin-left: -425px; /* moitié de la largeur */
     border: 0px solid #000;
     overflow:hidden;
     /*background-color : #000000;
     /*background-image: url('images/fd2.jpg');*/
 	z-index: 1;
 	color:#FFFFFF;

	}
}


/* les liens */
a:link {  font-family: verdana; font-size: 10pt; color: #336600; text-decoration: none}
a:visited {  font-family: verdana; font-size: 10pt; color: #336600; text-decoration: none}
a:hover {  font-family: verdana; font-size: 10pt; color: #996600; text-decoration: underline}