
body {
	font-family: tahoma, arial, sans-serif;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-align:center;
    color: #000000;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

div {
    scrollbar-base-color: #CCCCCC; 
	scrollbar-face-color: #303030; 
	scrollbar-track-color: #454545; 
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-highlight-color: #424242; 
	scrollbar-3dlight-color: #424242; 
	scrollbar-shadow-color: #454545;
	scrollbar-darkshadow-color: #454545;
    
}

a img {
	border: none; 
} 

.centerPage {
	margin-left: auto; 
	margin-right: auto;
	padding-top:0px;
	width: 820px;
    display:block;
    clear:both;
}

.botRights{
	padding-Top:5px;
	padding-Bottom:20px;
	text-align:left;
	
	font-style:italic;
	color:#333333;
	font-size:xx-small;
	background-color:#000000;
}

.botRights a:link{
	color: #333333;
	text-decoration: underline;
}

.botRights a:visited{
	color: #333333;
	text-decoration: none;
}

body a:link {
	color: #FFFFFF;
	text-decoration: none;
}
body a:visited {
	color: #FFFFFF;
	text-decoration: none;
} 

/* TEXT UTILITY CSS ENDS | DEBUT DU CSS D'UTILITE DE TEXTE */