body {
	background-color : #3d283d;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
	
	scrollbar-3dlight-color : #80557f;
	scrollbar-darkshadow-color : #4c264c;
	scrollbar-highlight-color : #9a679a;
	scrollbar-shadow-color : #663366;
	scrollbar-base-color : #663366;
	scrollbar-track-color : #521f52;
	scrollbar-arrow-color : #ff9103;
	scrollbar-face-color : #834b83;
}

.centrage { /* style de centrage horizontal pour tous les navigateurs récents */
	text-align :center ; /* centre texte (+ boite ou table sous IE seul) */
	margin:auto ; /* centre boite ou table, sauf sous IE */
} 

table{
	margin-left:0px;
	font-size: 11,5px;
	color: white;
	font-family : sans-serif;
	font-weight : normal;
}
		
/* This is the border line & background colour round the entire page */
table.bodyline	{ 
	background-image: url(../image/background.gif) ;
	background-repeat: no-repeat;
	background-position: left top;
/*	background-attachment : fixed; */
	background-color: #9a679a; 
	border: 1px #80557f solid; 
 }

/* This is the outline round the main tables */
table.maintableline	{ 
	background-color: #663366; 
	border: 1px #ff9103 solid; 
}
	
	
	
font,th,td { font-family: sans-serif; }
th	{
	color: #ff9103; font-size: 13px; font-weight : bold;
	background-color: #663366; height: 25px;
	background-image: url(../menu/img/lev0_bg1.gif);
	background-repeat: repeat-x;
	border: 1px #663366 solid; 
}
td	{
	color: white; font-size: 12px; font-weight : normal;
}
	
	
a {
	margin-left: 0px;
	text-decoration : none;
	font-family : sans-serif;
	color : #FF9103;
	font-weight : normal;
	font-size:11,5px;
}
a.titre{
	font-size: 22px;
	color: #FF9103;
	font-family : sans-serif;
}
	
a:hover{
	font-weight: normal;
	color : #FFDF03;
}
p{
	font-size: 11,5px;
	color: white;
	font-family : sans-serif;
	font-weight : normal;
}
p.titre{
	font-size: 22px;
	color: #FF9103;
	font-family : sans-serif;
}



	
