/* CES CONNEXION */
#cesConnexionForm,
#cesInscriptionForm,
.cesFormTable{
	width:450px;
	margin:auto;
	text-align:center;
}
#cesConnexionForm td.cesConnexionLabel,
#cesInscriptionForm td.cesInscriptionLabel,
#cesInscriptionForm td.cesInscriptionInput,
.cesFormTable td.cesFormTableLabel,
.cesFormTable td.cesFormTableInput{
	text-align:left;
}
#cesConnexionForm #cesConnexionValid,
#cesInscriptionForm #cesInscriptionValid
.cesFormTableValid{
	margin-top:10px;
}
/* CES HOME */

/* CES USER INFOS */
table.cesUserInfosArray{
	width:80%;
	position:relative;
	left:20%;
}
img.cesUserAvatar{
	max-height:300px;
	max-width:300px;
}
.memo{
	background-color: #CCCCCC;
	color: #002060;	
	border-color: #FFFFFF;
	border: 1;
}
/* CES TEAMS ARRAY */
div.cesListTeams{
	width:40%;
	position:relative;
	left:30%;
}
table.cesTeamTable{
	margin-bottom:15px;
	width:350px;
}
table.cesTeamTable, 
table.cesTeamTable td{
	border:solid 1px #FFCC00;
	border-collapse:collapse;
}
table.cesTeamTable td.cesTeamRank,
table.cesTeamTable td.cesTeamLabel,
table.cesTeamTable td.cesTeamPoints{
	font-size:110%;
	font-weight:bold;
	padding:5px;
}
table.cesTeamTable td.cesTeamMember{
	text-align:left;
}
table.cesTeamTable td.cesTeamPoints,
table.cesTeamTable td.cesTeamMemberPoints{
	text-align:center;
}
/* CES INTERFORUM */
div.cesInterDayList{
	position:relative;
	width:40%;
	left:30%;
}
div.cesInterDay{
	margin-top:30px;
	font-size:110%;
	font-weight:bold;
	border-bottom:solid 1px #CCC;
	margin-bottom:5px;
}
div.cesInterDayMatch{
	margin-bottom:5px;
}
div.cesInterTeamLabel,
div.cesInterTeamScore,
div.cesInterTeamSeparator{
	display:inline;
}
div.cesInterLink{
	margin-top:40px;
	text-align:center;
}
