@charset "utf-8";

/* Eléments communs */
body
{
	background-color:#062f30;
	font-family: "Arial",serif;
	color: #fff;
	margin: 0;
}
p
{	
	font-family: "Arial",serif;
 	color:#fff;
}	
td p
{	
	font-family: "Arial",serif;
 	color:#fff;
}
.center
{	
	text-align: center;
}	
.left
{	
	text-align: left;
}	
.right
{	
	text-align: right;
}	
.cadre
{
	background-color:#076380;
	margin: auto;
	width: 1280px;
	height: 930px;
	position: relative;
	top: 0px;
}
.entete1
{
	position: absolute;
	width: 700px;
	left: 20px;
	top: 20px;
	padding: 0;
	border-spacing: 0;
}
/*.fond-logo-club
{
	background:#fff;
	border-radius:50%;
	width:250px;
	height:250px;
	left: 20px;
	top: 20px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}*/
.logo-club
{
}

.fond-info-borne
{
	position: absolute;
	left:296px;top:16px;
	width:409px;height:257px;
}
.info-borne
{
	/*position: absolute;
	top: 50%;
	width: 409px;
	transform: translateY(-50%);*/
	font-style:normal;
	font-size:14pt;
	font-family:'arial';
	text-decoration:none;
	text-align: center;
}

.club-nom
{
	position:absolute;
	left:0px;top:20px;
	width: 725px;
	font-style:normal;
	font-size:24pt;
	font-family:'arial';
	text-decoration:none;
	text-align: center;
}

.fond-badge
{
	position: absolute;
	background:#6bb6c5;
	border-radius:10px;
	width:270px;
	height:250px;
	left: 725px;
	top: 20px;
}
.badge-titre
{
	position: absolute;
	left:736px;top:40px;
	width:249px;height:19px;
	font-family:'arial';
	font-size:14pt;
	font-weight: bold;
	color: #076380;
	text-align: center;
}
.badge-num
{
	position: absolute;
	left:736px;top:88px;
	width:249px;height:19px;
	font-family:'arial';
	font-size:12pt;
	font-weight: bold;
	color: #076380;
	text-align: center;
}
.badge-nom
{
	position: absolute;
	left:736px;top:120px;
	width:249px;height:19px;
	font-family:'arial';
	font-size:12pt;
	font-weight: bold;
	color: #076380;
	text-align: center;
}
.badge-prenom
{
	position: absolute;
	left:736px;top:152px;
	width:249px;height:19px;
	font-family:'arial';
	font-size:12pt;
	font-weight: bold;
	color: #076380;
	text-align: center;
}
.badge-msg
{
	position: absolute;
	left: 728px;
	top: 192px;
	width: 265px;
	height: 73px;
	font-family:'arial';
	font-size:12pt;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: bottom;
}
.logo-sysseo
{
	position: absolute;
	left: 1020px; top: 23px;
}
.version
{
	position:absolute;
	left:1020px;top:140px;
	font-style:normal;
	font-size:8pt;
	font-family:'arial';
	text-decoration:none;
	text-align:right;
}

.bn-sortir
{
	position: absolute;
	background-image: url(../img/bnsortir.png);
	left: 1059px;
	top: 206px;
	width: 157px;
	height: 49px;
}

.bn-planning
{
	position: absolute;
	top:345px;
	width:322px;
	height:109px;
}
.bn-planning:hover, .bn-planning:active
{
	background-position:0 -109px;
}
.bn-planning-court
{
	background-image:url(../img/pcourt.png);
	left:103px;
}
.bn-planning-jour
{
	background-image:url(../img/pjour.png);
	left:479px;
}
.bn-planning-heure
{
	background-image:url(../img/pheure.png);
	left:855px;
}

.bnmini-planning
{
	position: absolute;
	top:65px;
	width:161px;
	height:55px;
}
.bnmini-planning:hover, .bnmini-planning:active
{
	background-position:0 -55px;
}
.bnmini-planning-court
{
	background-image:url(../img/pcourtmini.png);
	left:60px;
}
.bnmini-planning-jour
{
	background-image:url(../img/pjourmini.png);
	left:282px;
}
.bnmini-planning-heure
{
	background-image:url(../img/pheuremini.png);
	left:504px;
}

.etiquette {
	position:absolute;
	font-family: arial;
	font-size: 12px;
	background-color: #062F30;
	color: #fff;
	border: 1px solid #a0a0a0;
	padding: 1px;
}
