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


body{font-family: Verdana; font-size: 13px; background-image: url('images/fd2.jpg'); background-attachment: fixed;}
div.global{
	 position:absolute;
     left: 50%; 
     top: 0;
     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: 13px; color: #336600; text-decoration: none}
a:visited {  font-family: verdana; font-size: 13px; color: #336600; text-decoration: none}
a:hover {  font-family: verdana; font-size: 13px; color: #996600; text-decoration: underline}


