body {
	margin: 15px 0px 0px 0px;
	background-image: url('../images/back1.png');
	font-size: 12px;
}

img { 
	border: 0px;
}

input {
	margin: 2px 0 2px 0;
	font-weight: bold;
	padding: 1px;
	font-size: 11px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

textarea {
	margin: 2px 0 2px 0;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 1px;
	font-size: 11px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

input:hover, textarea:hover, select:hover { border: 1px solid #00aa00; }

.input_text {
	background: #eee;
	border: 1px solid #7acf71;
	height: 14px;
}

.input_bt {
	background: #ddd;
	border: 1px solid #7acf71;
	height: 20px;
	color: #777;
	font-style: normal;
	border-radius: 3px;
	font-size: 10px;
	-moz-border-radius: 3px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
}

.input_select {
	margin: 2px 0 2px 0;
	background: #eee;
	border: 1px solid #7acf71;
	padding: 1px;
	font-size: 11px;
	height: 20px;
	font-weight: bold;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}


.clear {
	clear: both;
}

.text_center {
	text-align: center;
}

a {
	text-decoration: none;
	color: #766F00;
}

#header {
	background-image: url('../images/rec.png');
	width: 776px;
	height: 192px;
}

#container {
	border-left: 1px solid #7acf71;
	border-right: 1px solid #7acf71;
	border-bottom: 1px solid #7acf71;
/* 	border-radius: 10px; */
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	width: 776px;
	margin: auto;
	background-color: #FCFCFC;
}

#cont {
	width: 100%;
	background-color: #fcfcfe;
}

#home {
  margin: 10px 10px 10px 10px;
  text-align: justify;
}

/* Menu */
#menu {
	height: 19px;
	width: 100%;
	margin-left: -1px;
	margin-top: -18px;
}

#menu ul {
	padding: 0px;
	font-size: 0px;
	z-index: 0;
	position: relative;
}

#menu li {
	padding: 0px;
	font-size: 14px;
	color: #acacac;
	display: inline;
	width: 99px;
}

#menu li img {
	width: 99px;
	height: 19px;
}

#menu li span {
	margin-top: 0px;
	margin-left: -99px;
	position: absolute;
	width: 99px;
	text-align: center;
	cursor: pointer;
/*	cursor: hand;*/
}

#menu li span:hover {
	color: #00aa00;
}

#menu a {
	color: #5c5c5c;
	text-decoration: none;
}

#menu a:hover{
	text-decoration: none;
}

/* Footer */
#footer {
	height: 20px;
	width: 100%;
	border-top: 1px solid #999999;
	text-align: center;
	clear: both;
}

#footer ul {
	margin-top: 2px;
	padding: 0px;
	font-size: 0px;
	color: #acacac;
}

#footer li {
	display: inline;
	font-size:8px;
}

#footer a {
	font-size: 10px;
	color: #acacac;
	text-decoration: none;
}


/* Challenge */
#Challenge {
	width: 100%;
	margin: auto;
	font-size: 12pt;
}

.margintop5{
  margin-top: 5px;
}

.font10{
  font-size: 12px;
}

.bg-aaa{
  background-color: #aaa;
}
/* Players */
#player {
	width: 100%;
	margin: auto;
	font-size: 12pt;
}

.playerInfos{
  font-size: 13pt;
  font-weight: bold;
  color: #00aa00;
}

.playerInfos-td{
  font-weight: bold;
  color: #00aa00;
}

.vert{
  color: #00aa00
}

.rouge{
  color: #aa0000;
}


.tab_inside_float {
	float: left;
	font-size: 12px;
	line-height: 16px;
}

.tab_legend1 {
	float: left;
	width: 185px;
}

.tab_separ_point1 {
	float: left;
	width: 12px;
}

.tab_result1 {
	float: left;
}


