html,body {
	scrollbar-face-color:#FFFFCC;
	scrollbar-track-color:#FFCC99;
	scrollbar-arrow-color:#996600;
	scrollbar-shadow-color:#996600;
	scrollbar-highlight-color:#FFCC99;
	scrollbar-3dlight-color:#FFCC99;
	scrollbar-darkshadow-color:#996600;
	overflow:auto;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/judok3.jpg);
	color: #000099;
	background-attachment: fixed;

}

.titre {
	text-align: center;
	font-size: 130%;
	font-family: "Comic Sans MS";
	font-weight: bold;
}

.boite0 {
	border-style:none;
	height: 620px;
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0px;

}

.boite1 {
	top: 0px;
	left: 10%;
	position: absolute;
	text-align: justify;
	height: 150px;
	width: 37%;
	padding: 10px 0px 0px;



}

.boite2 {
	position: absolute;
	left: 52%;
	height: 150px;
	width: 40%;
	padding-top: 10px;
	text-align: justify;



}

.boite3 {
	left: 10%;
	position: absolute;
	width: 37%;
	height: 150px;
	top: 250px;
	text-align: center;
	padding-top: 8px;

}

.boite4 {
	position: absolute;
	left: 52%;
	height: 150px;
	width: 40%;
	top: 250px;
	text-align: center;
	padding: 10px 0px 0px;


}


.boite5 {
	top: 420px;
	height: 150px;
	width: 37%;
	left: 10%;
	position: absolute;
	text-align: justify;
	padding-top: 10px;



}

.boite6 {
	position: absolute;
	left: 52%;
	height: 150px;
	width: 40%;
	top: 420px;
	text-align: center;


}

.boite7 {
	top: 350px;
	height: 150px;
	width: 40%;
	left: 10%;
	position: absolute;
	text-align: center;
	padding: 0px;

}

.boite8 {
	position: absolute;
	left: 50%;
	height: 150px;
	width: 40%;
	top: 350px;
	padding: 5px 0px 0px;
	text-align: justify;


}

.boite13 {
	border-style:none;
	height: 40px;
	width: 20%;
	position: absolute;
	top: 600px;
	left: 40%;
	font-style: italic;
	text-align: center;
}

a:link {
	color: #000099;
	text-decoration:underline;
	font-weight: bold;
	height: auto;
	width: auto;
}

a:visited {
	font-weight: bold;
	color: #000099;

}

a:hover {
	color:red;
	text-decoration:none;
	font-size: 1.1em;
}
 
