body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#0a0a4a;
	background-image:url(images/fond_page.jpg);
	background-position: center;
	background-repeat : no-repeat;
	background-attachment: fixed;;
	width: 100%;
    height: 100%;
	_width: 100%;
    _height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	
	scrollbar-face-color: #1b1a70;
	scrollbar-shadow-color: #0a0a4a;
	scrollbar-highlight-color: #29278d;
	scrollbar-3dlight-color: #2b2991;
	scrollbar-darkshadow-color: #0a0a4a;
	scrollbar-track-color: #0a0a4a;
	scrollbar-arrow-color: #ed89b3;
}
	
#global {
     position:absolute;
     left: 0%; 
     top: 0%;
	 width: 100%;
     height: 100%;
	
     margin-top: 0%; /* moitié de la hauteur */
     margin-left: 0px; /* moitié de la largeur */
     }

#footer {
 position:relative;
 top: -30px;
     }
	 
#contenu {
     position:relative;
     left: 110px; 
     top: 25px;
	 width: 800px;
     height: 410px;
	 overflow:auto;
	 vertical-align:top;
	 padding-right: 40px;
     }

#navigation {
     position:relative;
     left: 0px; 
     top: 77px;
	 width: 950px;
     height: 95px;
     }
/* TABLEAU */

.tableau_principal {
width: 950px;
height: 630px;
background-color:#0b0a2e;
background-image:url(images/fond_html.jpg);
}

.tableau_footer {
width: 950px;
height: 20px;
font-size:10px;
color: #436299;
text-align:right;
}

/* texte */
a.link_footer:link {
        color: #436299;
        text-decoration: none;
}
a.link_footer:visited {
        color: #436299;
        text-decoration: none;
}
a.link_footer:hover {
        color: #ed89b3;
        text-decoration: underline;
} 

a:link {
        color: #ed89b3;
        text-decoration: none;
}
a:visited {
        color: #ed89b3;
        text-decoration: none;
}
a:hover {
        color: #f3bad2;
        text-decoration: underline;
} 
