body {
	background:#444442;
}
#cadre{
	width:100%;
	height:96%;
	/*border:blue 1px solid;*/
	position: absolute;
	overflow:hidden;

}
#cadre2{
	width:80%;
	height:10%;
	margin: 0 30%;
}
#cadre3{
	width:100%;
	height:100%;
	text-align:center;
	/*border:blue 1px solid;*/
}
#colonneg{
	@float:left;
	float:left;
	@width : 180px;
	width : 150px;
	height: 100%;
	margin-left:0px;
	/*border:white 1px solid;
*/
}
#colonned{
	float: left;
	@float: left;
	width : 120px;
	height: 100%;
	margin-right: 0;
	/*border:white 1px solid;
*/
}
#colonnec{
	@width: 45%;
	width: 65%;
	text-align:center;
	height: 600px;
	@float:left; 
	float:left; 
	/*border:white 1px solid;*/
}

.bouton a {
	display:block;
	width:150px;
	line-height:50px;
	text-align:center;
	vertical-align:middle;
	background:url(../../img/bouton-noir.png) no-repeat;
	color:white;
	text-decoration:none;
	z-index:999;
}
.bouton a:hover {
	background:url(../../img/bouton-noir-2.png) no-repeat;
	z-index:1000;
}

input[type="text"] {
    width:20px;
}

ul#first,li
{
	display: none;
	z-index:10000 !important;
}
ul#first:hover li
{
	display:block;
	z-index:10000 !important;
}
ul#first
{
	display: block;
	@padding-left:0px; 
	padding-left:0px; 
	z-index:10000 !important;
}


ul#second,li.secon,a{
	display: inline;
	height:45px;
	width:100px;
	text-decoration:none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

li.secon
{
   float: left; 
   margin: 0 10px;
}

th{
	border-right:2px solid black;
	border-left:2px solid black;
}

h1{
	text-align : center;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 36px;
	font-weight : bold;
	color : #4a8df1;
} 
h2{
	text-align : center;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
	color : #ff0000;
} 
td{
	text-align : center;
}

#sc{
	text-align : center;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #ffffff;
} 

#central{
	text-align : center;
	font-size : 26px;
}
#central2{
	text-align : center;
	/*border:2px solid red;*/
	height:60px;
	width:100%;
}
table.scor{
	text-align : center;
	/*border:2px solid yellow;*/
	padding: 0 30%;
}

.tab1{
	border:;
}

.tab2{
	border:2px solid black;
}

.gagne{
color:#00ff00;
}
.perdu{
color:#ff0000;
}
.gold{
color:#d8e50a;
}

#bouton{
	width:110px;
	-moz-border-radius: 10px 10px 0 0; 
	-webkit-border-radius: 10px 10px 0 0; 
	border-radius: 10px 10px 0 0;         
	-webkit-border-top-left-radius: 10px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 10px; /* pour Chrome */ 
	border:solid 2px white;
	display:block;
	text-align:center;
	color:white;
	text-decoration:none;
	background-color:white;
	font-size : 14px;
}

embed{
	text-align:center;
}
