body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #e7eeab url(../images/page-bg.jpg) no-repeat;
}

#page {
	width: 1215px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#pageJeu {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

#pubL {
	float: left;
	background-color: #fff;
	width: 120px;
	height: 600px;
	padding: 10px;}

#pubR {
	float: right;
	background-color: #fff;
	width: 120px;
	height: 600px;
	padding: 10px;
}

#centre {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#bandeau {
	width: 904px;
	height: 110px;
	background-image: url(../images/ban.png);
}

#bandeauJeu {
	width: 904px;
	height: 110px;
	background-image: url(../images/banJeu.png);
}

#corps {
	width: 904px;
	margin-top: 10px;
}

.hautCadre {
	width: 904px;
	height: 15px;
	background-image: url(../images/haut.png);
}

#miCadre {
	background: #fff url(../images/fondD.png) no-repeat right top;
	padding: 10px;
	height: 600px;
}

#miCadreJeu {
	background: #fff;
	padding: 20px;
}

.footer {
	width: 450px;
	text-align: center;
}

.footer img {
	margin: 10px;
}

.ombre {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	-moz-box-shadow: 0px 0px 20px #aaaaaa;  
	-webkit-box-shadow: 0px 0px 20px #aaaaaa;    
	box-shadow: 0px 0px 20px #aaaaaa;
}

.basCadre {
	background-image: url(../images/bas.png);
	height: 15px;
}


#formConnect{
	margin-top: 10px;
}

input{
	background-color: #fff;
	border: 1px solid #94b818;
}

.btVert{
	background-color: #e7f2d2;
	color: #94b818;
}

.colD {
	float: right;
	margin-top: 250px;
	margin-right: 90px;
	text-align: center;
}

.banD {
	margin-bottom: 50px;
}

.banB {
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 8px;
}

.rigth {
	float: right;
}

.ligne {
	margin-top: 30px;
}

a {
	color: #557709;
	text-decoration: none;
}

img {
	border-style: none;
}

h2 {
	font-size: 15pt;
	color: #557709;
	background: url(../images/ligneCourte.png) no-repeat 0 19px;
	margin-left: 10px;
	margin-top: -5px;
	margin-bottom: 3px;
}

table{
	border-collapse: collapse;
	margin-bottom: 20px;
}

th {
	color: #505050;
	border-left: 1px solid #557709;
}

td {
	text-align: center;
	width: 170px;
	color: #b3b3b3;
	border-left: 1px solid #557709;
	border-right: 1px solid #557709;
	font-size: 90%;
}

#position td {
	border-right-style: none;
}

#position td:first-child {
	border-left-style: none;
}

.numero {
	font-weight: bold;
	color: #7b7e7b;
}

.emb {
	font-weight: bold;
	color: #00eefd;
}

th:first-child {
	border-left-style: none;
}

.flash{
	width: 815px;
	height: 515px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.flash object {
	display: block;
}

.compteur {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.rejouer img{
	margin-left: 85px;
	margin-top: -15px;
	margin-bottom: -15px;
}

.message {
	margin: 0 0 10px;
	padding: 3px;
	background-color: #e7f2d2;
	color: #94b818;
	border: 1px solid #94b818;
	font-size: 90%;
	width: 280px;
}


