img#accueil_pronoshac {
	padding: 20px 0px;
}
div.pronos_header {
	padding-left: 60px;
	height: 60px;
}
a.bouton {
	width: 126px;
	height: 24px;
	font-weight: bold;
	text-align: center;
	padding: 8px 18px 0px 0px;
	margin: 0px 15px 0px 0px;
	float: left;
	display: block;
}

a.bouton-off {
	background: transparent url(../img/bouttons/boutton-marine.png) no-repeat left top;
	color: white;
}

a.bouton-off:hover,
a.bouton-on {
	background: transparent url(../img/bouttons/boutton-ciel.png) no-repeat left top;
	color: white;
	text-decoration: none;
}

div.classement {
	padding: 0px 0px 20px 5px;
}

.classement table tr th.up {
	padding-bottom: 7px;
	background: transparent url(../img/arrow_up.jpg) no-repeat center bottom;
}

.classement table tr th.down {
	padding-bottom: 7px;
	background: transparent url(../img/arrow_down.jpg) no-repeat center bottom;
}

.classement table tr th a {
	color: #1F4188;
}

.classement div.pagination {
	float: right;
	padding: 0px 5px 5px 0px;
}

.classement .pagination a {
	color: #1F4188;
}

#prono_resultat h1 {
	font-size: 2em;
	text-align: center;
}

#prono_resultat .cadre-form {
	background: white url(../img/form_350.png) no-repeat left top;
	float: left;
	margin: 20px 8px 10px 8px;
	width: 310px;
	text-align: center;
}

#prono_resultat span.resultat{
	font-weight: bold;
}

#prono_resultat span.compo {
	width: 145px;
	float: left;
	text-align: left;
	font-size: 0.9em;
}
#rech_pseudo {
	position: relative;
	float: left;
	padding-bottom: 10px;
}
#rech_pseudo input {
	position: relative;
	border: 1px solid #98b9ce;
}
.ul_james {
	margin: 0;
	padding: 0;
    list-style-position: outside;
    list-style: none;
    top:19px;
    left:154px;
    border: 1px solid #98b9ce;
}

.li_james {
	cursor: pointer;
    background-color: #fff;
}

.li_james_hovered {
    background-color: #98b9ce;
}