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

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

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

#texte
{
	width: 684px;
}

#texte p
{
	padding: 0 25px 0 25px;
}


#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 : #7C76FE;
}

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

