/* Common CSS code found in all pages */
body,html {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	background-color:#000000;
	background-image:url(images/intro_sig.gif);
	background-position:center;
	background-repeat:no-repeat
}

#page_body   {
    position: absolute;
    width: 20em;        /* selon la largeur voulue */
    margin-left: -10em;  /* moitie de width */
    left: 50%;          /* constant, toujours 50% */
    height: 8em;       /* selon la quantite de texte */
    margin-top: -4em;   /* moitie de height */
    top: 50%;           /* constant, toujours 50% */
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px
	}

#intro_body {
	margin-top:7em;
	}

#fr {
	width:9em;
	float:left;
	text-align:center	
	}

#fr a {
	text-decoration:none;
	color:#FFFFFF
	}

#fr a:hover {
	color:#999999
	}

	
#en {
	width:9em;
	float:right;
	text-align:center
	}
	
#en a {
	text-decoration:none;
	color:#FFFFFF
	}
	
#en a:hover {
	color:#999999
	}

