/* ----'

}-----------------------------------------------------------------
     styles propres � la boutique
------------------------------------------------------------------------*/

@import url(styles.css);

@import url(menu.css);

#classement {

	background-image:url(../elements/fonds/fond_classement.jpg);
	background-repeat:no-repeat;
	background-position : 0 0;	
    width : 840px;
	height : 1121px;	
}
#contenu{
	position : absolute;
	left:270px;
	top : 350px;
	color : #000;
	font-size : 14px;
	font-family : "Trebuchet MS";
	text-align : left;
	width : 470px;
}
#retour_accueil {
	display : block;
	position : absolute;
	background-image:url(../elements/accueil.png);
	background-repeat:no-repeat;
	left:190px;
	top : 625px;
	width : 99px;
	height : 35px;
}
#contenu p{
 text-indent : -20px;
 margin-left : 20px;
}
#contenu p a{
	color : #8633ab;
	text-decoration : none;
}
#contenu p a:hover{
	text-decoration : underline;
}
/*Formattage des 3 premiers du classement*/
#premiers {
	margin-top : 10px;
	list-style-type : none;
}

#contenu table{

	background-color : white;
	border-left : 1px solid #8633ab;
	border-top : 1px solid #8633ab;
	border-right : 1px solid #8633ab;
	width : 440px;
	margin : 20px auto 0 8px;
}
#contenu thead tr{
	background-color :#8633ab;
	background-image:url(../elements/chartHeader.png);
	background-repeat:repeat-x;
	color : #fc0;
	font-weight : bold;
	height : 24px;
}
#contenu thead td{
	border : 1px solid white;
}

#contenu tbody tr{
	color : black;
	height : 24px;
	
}
#contenu tbody td{
	border-bottom : 1px solid #8633ab;
}
#contenu td{ 
	text-align : right;
	border-right : 1px solid #8633ab;
	padding-right : 5px;
}
#contenu td.noborder{
	border-right : 0 none;
}
/*formattage de la pagination*/
#pagination ul{
	margin : 0;
	padding :0;
	text-align : left;
	list-style-type : none;
	
}
#pagination li{
	display : inline;
	margin : 0 3px;
}
#pagination li a{
	color : #8633ab;
	text-decoration : underline;
	font-weight : bold;
}





