body 
{
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #E6E3FD; 
	scrollbar-shadow-color: #E6E3FD;
	scrollbar-3dlight-color: #E6E3FD; 
	scrollbar-arrow-color: #E6E3FD; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-darkshadow-color: #E6E3FD;
	background-color : #E6E3FD;
}

#sous-cadre
{
	width: 684px;
	height: 390px;
	position: absolute;
	left: 50%; 
	top: 50%;
   margin-left: -342px; 
	margin-top: -195px;
}

#cadre
{
	width: 684px;
	height: 390px;
	background-color: #FFFFFF;
	background-image: url(images/mc.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	left: 50%; 
	top: 50%;
   margin-left: -342px; 
	margin-top: -195px;
   border: 1px solid #000;	
}

#texte
{
	width: 479px;
	padding-left: 10px;
	}

#xtraceur
{
	width: 100px;
	height: 60px;
	position: absolute;
	left: 50%; 
	top: 50%;
   margin-left: -50px; 
	margin-top: 225px;
}
.entsor{
	width: 200px;
	text-align: center;
	float: left;
}

a,a:active,a:visited,a:focus,a:link{
	text-decoration : none;
	color : #8575FE;
}

.font01{
	font-size : 30px;
	font-weight : bold;
	color : #8575FE;
	font-family : "Comic Sans MS";
}
.font02{
	font-size : 13px;
	color : #555555;
	font-family : "Verdana";
}

