#TitrePage
{
  font-size: 180%;
  font-weight: bold;
  text-align: center;
}
#TextePresentation
{
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}



#AffichageCoups
{
	width: 250px;
	float: right;
	padding: 2px;
	border: 1px solid rgb(50,50,50);
	background-color: white;
}
#AffichageCoups2
{
	width: 238px;
	height: 356px;
	float: right;
	padding: 5px;
	border: 1px solid rgb(50,50,50);
	background-color: white;
}
#BarreDeplacement
{
	width: 135px;
	margin: auto;
}
#BarreDeplacementGauche
{
	width: 110px;
	float: left;
}
#CorpsDeplacement
{
	width: 85px;
	height: 19px;
	float: right;
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
	background-image: url("../images/echiquier/BarreCentre.gif");
}
#Echiquier
{
	border-collapse: collapse;
}
#EntourEchiquier1
{
	width: 370px;
	padding: 5px;
	background: white;
	border: 1px rgb(50,50,50) solid;
}
#EntourEchiquier2
{
	width: 382px;
	padding: 2px;
	float: left;
	background: white;
	border: 1px rgb(50,50,50) solid;
}
#EntourPartie
{
	width: 660px;
	margin: auto;
}
#EntourTableauSuivitPartie
{
	width: 208px;
	height: 280px;
	padding-bottom: 10px;
	margin: auto;
}
#FlecheGauche
{
	display: block;
	width: 25px;
	height: 22px;
	float: left;
	cursor: pointer;
	background-image: url("../images/echiquier/FlecheGauche.gif");
}
#FlecheGauche:hover
{
	display: block;
	width: 25px;
	height: 22px;
	float: left;
	cursor: pointer;
	background-image: url("../images/echiquier/FlecheGaucheHover.gif");
}
#FlecheGauche:active
{
	display: block;
	width: 25px;
	height: 22px;
	float: left;
	cursor: pointer;
	background-image: url("../images/echiquier/FlecheGaucheFocus.gif");
}
#FlecheGaucheGrise
{
	width: 25px;
	height: 22px;
	float: left;
	background-image: url("../images/echiquier/FlecheGaucheGrise.gif");
}
#FlecheDroite
{
	display: block;
	cursor: pointer;
	width: 25px;
	height: 22px;
	float: right;
	background-image: url("../images/echiquier/FlecheDroite.gif");
}
#FlecheDroite:hover
{
	display: block;
	cursor: pointer;
	width: 25px;
	height: 22px;
	float: right;
	background-image: url("../images/echiquier/FlecheDroiteHover.gif");
}
#FlecheDroite:active
{
	display: block;
	cursor: pointer;
	width: 25px;
	height: 22px;
	float: right;
	background-image: url("../images/echiquier/FlecheDroiteFocus.gif");
}
#FlecheDroiteGrise
{
	width: 25px;
	height: 22px;
	float: right;
	background-image: url("../images/echiquier/FlecheDroiteGrise.gif");
}
#TableauSuivitPartie
{
	width: 208px;
}
#TitreSuivitPartie
{
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	margin-bottom: 5px;
}

.Acces
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.CaseImpaire
{
	width: 40px;
	height: 40px;
	background-color: rgb(255,206,158);
	vertical-align: middle;
	text-align: center;
}
.CasePaire
{
	width: 40px;
	height: 40px;
	background-color: rgb(209,139,71);
	vertical-align: middle;
	text-align: center;
}
.Groupe
{
	display: block;
	width: 470px;
	height: 195px;
	margin: auto;
	background: rgb(200,200,200);
	border: 1px rgb(50,50,50) solid;
}
.Groupe:hover
{
	display: block;
	width: 470px;
	height: 195px;
	margin: auto;
	background: rgb(205,205,205);
	border: 1px rgb(150,50,50) solid;
}
.Groupe:hover
{
	text-decoration: none;
}
.LettreCote
{
	width: 40px;
	height: 15px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	background-color: white;
}
.NombreCote
{
	width: 15px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	background-color: white;
}
.NombreCoteEnd
{
	width: 15px;
	height: 15px;
	background-color: white;
}
.TableDuels
{
	margin: auto;
	padding-top: 20px;
	color: black;
	text-decoration: none;
}
.TDBlancs
{
	width: 65px;
	padding-left: 10px;
	padding-right: 10px;
}
.TDiret
{
	width: 60px;
	text-align: center;
}
.TDNo
{
	width: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
.TDNoirs
{
	width: 65px;
	padding-left: 10px;
	padding-right: 10px;
}
.TitreGroupe
{
	padding-top: 20px;
	padding-left: 30px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: black;
}