.bouton {
	font-size: 13px;
	font-family: Verdana;
	font-weight: bolder;
	color: #FFF200;
	text-decoration: none;
}
.bouton:hover {
	font-size: 13px;
	font-family: Verdana;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: underline;
}
.boutonCopy {
	font-size: 10px;
	font-family: Verdana;
	font-weight: bolder;
	color: #FFF200;
	text-decoration: none;
}
.boutonCopy:hover {
	font-size: 10px;
	font-family: Verdana;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: underline;
}
.boutonPrint {
	color: #000000;
	text-decoration: none;
}
.boutonPrint:hover {
	color: #FF0000;
	text-decoration: underline;
}
.nomJoueur {
	font-size: 13px;
	font-family: Verdana;
	color: #FFF200;
	text-decoration: none;
}
.nomJoueurPrint {
	font-size: 13px;
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}
.mortJaune {
	font-size: 13px;
	font-family: Verdana;
	font-weight: bolder;
	color: #FFF200;
	text-decoration: none;
}
.mortBlanc {
	font-size: 13px;
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: none;
}
.comment {
	font-size: 18px;
	font-family: Verdana;
	font-weight: bolder;
	color: #FFF200;
	text-decoration: none;
}
.textIndex {
	font-size: 13px;
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: none;
}
.copyright {
	font-size: 10px;
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: none;
	margin-top:30px;
}
.alerte {
	font-size: 10px;
	font-family: Verdana;
	color: #FFF200;
	text-decoration: none;
}
.detail {
	font-size: 10px;
	font-family: Verdana;
	color: #FFF200;
	text-decoration: none;
}
.score {
	font-size: 16px;
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: none;
}
.scorePrint {
	font-size: 16px;
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}
.calculatrice {
	font-size: 16px;
	font-family: Verdana;
	color: #FFF200;
	text-decoration: none;
}
.fondBody {
	background-image: url(score.jpg);
	background-repeat: repeat-y;
}
.fondMenu {
	background-image: url(menu.jpg);
	background-repeat: repeat-y;
}
.bordureJoueur{
	border-bottom: 1px solid white;
	border-left: 0px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;	
}
.bordure1{
	border-bottom: 1px solid white;
	border-left: 0px solid white;
	border-right: 1px solid white;
	border-top: 0px solid white;	
}
.bordure2{
	border-left: 1px solid white;	
}
.bordurePrintJoueur{
	border-bottom: 1px solid black;
	border-left: 0px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;	
}
.bordurePrint1{
	border-bottom: 1px solid black;
	border-left: 0px solid black;
	border-right: 1px solid black;
	border-top: 0px solid black;	
}
.bordurePrint2{
	border-left: 1px solid black;	
}
.bordureImgIndex {
	border: thin solid #FFF200;
}
.scriptno {
	border: thick double #FF0000;
}
