BODY {
	scrollbar-face-color: White; 
	scrollbar-highlight-color: White; 
	scrollbar-shadow-color: White;
	scrollbar-3dlight-color: #2105B2; 
	scrollbar-arrow-color: #2105B2; 
	scrollbar-track-color: White; 
	scrollbar-darkshadow-color: #2105B2;	

	background : url(bkg.gif);
	background-repeat: repeat-x;
	background-color: Black;
	
	margin: 0px;
	padding: 0px; 
}

/* ****************************** DEFINITION DE TOUS LES DIV DU SITE ******************************  */

.conteneur {
	/* cadre principal */
	width: 760px;
	left: 50%;
	margin-left: -380px;
	text-align: left;
	position : absolute;
	z-index : 5;
}

.header{
	width:760px;
	height:168px;
}

.middle{
	width:760px;
	background-image: url(images/bkg.gif);
	background-repeat : repeat-y;
}

.top
{
	width:760px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: top;
}


.footer{
	width:760px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.none{
	width:760px;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #4B1AC4;
}

a:hover
{
	text-decoration: underline;
}

.partefont
{
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 17px;
}

.partelink
{
	color: White;
}

.font01
{
	font-family: Verdana;
	font-size: 15px;
	color: #14036D;
}

.font02
{
	font-family: Arial;
	font-size: 15px;
	color: #333333;
}