/* CSS Document */

	html
	{
	height:100%;
	}

body {
	/*font-family : Tahoma,Arial,Helvetica,sans-serif;*/
	font-family : Arial;
	background : #FFFFFF ;
	background-image:url(images/bg.png);
	background-position: center center;
	background-repeat:no-repeat;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

  #contenu   
  {
    position: absolute;

    width: 800px;        /* selon la largeur voulue */
    margin-left: -400px; /* moitie de width */
    left: 50%;           /* constant, toujours 50% */
	
	height: 500px;
	margin-top: -250px;
	top: 50%;

    background-color: transparent;
  }
  
  #icones   
  {
    position: absolute;

    width: 800px;        /* selon la largeur voulue */
    margin-left: -400px; /* moitie de width */
    left: 50%;           /* constant, toujours 50% */
	
	height: 23px;
	margin-top: 250px;
	top: 50%;

    background-color: transparent;
  }


#table {
	text-align:center;
	}
	
a{color : #8B7663; font-size: 9px; text-decoration:none;}
a:visited{color : #8B7663; font-size: 9px; text-decoration:none;}
a:hover, a:focus, a:active{color : #8B7663; font-size: 9px; text-decoration:underline;}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
}