.pop {
	text-align: center;
	margin-top: 30%;
}

.nodeco {
}

.nodeco a{
	text-decoration: none;
	color: #151d84;
}

.nodeco a:hover {
	text-decoration: none;
	color: #82a1cc;
}

.ghost {
}

.ghost a{
	text-decoration: none;
	color: white;
}

.ghost a:hover {
	text-decoration: none;
	color: white;
}

#compteur {
	position: absolute;
	top: 9.5%;
	left: 80.2%;
	padding: 0.5%;
	border: 1px solid #C9D1DC;
	background-color: transparent;
	color: black;
	font-family: Times, Helvetica, sans-serif;
	font-size: 0.9em;
}

#copyleft {
	text-align: center;
	/*font-size: 13pt;*/
	font-family: Times, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}

#screen {
	text-align: center;
}

#screen a {
	text-decoration: none;
	color: white;
	background:none;
}

#corps {
	margin-left: 18.3%;
	margin-right: 6.3%;
	margin-top: 3%; /*110 a voir quand on aura le logo*/
	color: black;
	font-family: Times, Helvetica, sans-serif;
	font-size: 1em;
}

.box1 {
	margin-top: 0.5%;
	margin-left: 0.8%;
	margin-right: 0.8%;
	margin-bottom: 4.7%;
	border: 1px solid #C9D1DC;
	background-color: transparent;
	background-image: url(./imgs/fh.jpg);
	-moz-border-radius: 1%;
}

.box2 {
	margin-top: 20px;
	margin-left: 0.8%;
	margin-right: 0.8%;
	margin-bottom: 3%;
	border: 1px dotted #C9D1DC;
	background-color: transparent;
}

.box2_titre {
	background-color: #DAE0FC;
	margin: 0.8%;
	font-size: 1em;
	color: black;
	padding: 0.8%;
	text-align: center;
}
	
.box1_titre {
	background-color: #5C7496;
	margin: 0.8%;
	font-size: 1em;
	color: white;
	padding: 0.8%;
	text-align: center;
}

.box2_blabla {
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 1.6%;
	padding-bottom: 1.6%;
}

.box1_blabla {
	padding: 1.6%;
}

#menu {
	position: absolute;
	font-family: Times, sans-serif;
	background-color: transparent;
	padding-bottom: 0.8%;
	/*top: 26%;*/
	top: 150px;
	width: 16%;
}

#menu_box {
	border: 1px solid #C9D1DC;
}

#menu a {
	display: block;
	color: #82a1cc;
	font-size: 0.9em;
	/*font-variant: small;*/
	padding-left: 0.4em;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	
	text-align: left;
	text-decoration: none;
	background: none;
}

#menu_titre {
	background: #5C7496;
	color: white;
	margin-bottom: 5%;
	text-align: center;
	font-weight: bold;
}

#menu a:hover {
	background-color: #5C7496;
	color: white;
}

/*#menu a:visited {
	color: #2e62ab;
}*/

#logo {
	padding-left: 3%;
	padding-top: 1%;
}

#ban {
	position: absolute;
	top: 0%;
	left: 30.1%;
	/*width: 30%; */
}
	
.tableau_scores { 
	width: 700; 
	font-size: 10px; 
	color: #777777; 
	overflow: scroll; 
}

.titre { 
	background-color : #B9D3FC 
}

.titre_colonne {
	font-size: 12px;
	color: #777777;
}

.table_class {
	font-size: 12px; 
	color: black;
}

.ligne_paire {
}

.ligne_paire {
	background-color : #F5F5FE
}

.tableau_info {
	width: 700; 
	font-size: 10px;
	overflow: scroll;
}

.titre_colonne_info {
	font-size: 12px;
}

.titre_info {
}


