/********************************************************************
* TOP Titre															*
*Par Rom650															*
*	http://www.generationado.fr										*
*	Aucune apropriation du script autorisé							*
*	Merci de respecter le copringht									*
*   Redistribution interdite car nous comptons les downloads		*
*   Si vous avez télécharger ailleurs que sur le site de l'auteur	*
*	Envoyer un mail a rom650@live.fr								*
*********************************************************************/
body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background: #cfcfcf;
}

table {
	border: 0;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: center;
}

table.vote {
	width: 250px; 
}

table.classement, table.classementneg {
	width: 500px; 
}

th.position, th.cover, th.artiste, th.titre, th.plus, th.moins, th.total,th.evolution {
	background: #1A171B;
	width: 45px;
	color: #FFFFFF;
}

td.position, td.cover, td.artiste, td.titre, td.plus, td.moins, td.evolution{
	background: #E6E6E6;
	width: 45px; 
	color: #6C6C6C;
}

td.total,td.total1{
background: #FEC013;
color: #6C6C6C;
}


td.position1, td.cover1, td.artiste1, td.titre1, td.plus1, td.moins1, td.evolution1 {
	background: #F2F2F2;
	width: 45px; /* 45 x 3 = 135px */
	color: #6C6C6C;
}

th.titre, td.titre, td.titre1 {
	width: 260px; /* 300 + les 135px = 500px du tableau */
}

th.artiste, td.artiste {
	width: 100px; /* 300 + les 135px = 500px du tableau */
}

#footer {
	margin: 10px;
	font-size: 9px;
	text-align: center;
}

a.#footer {
	text-decoration: none;
	font-weight: bold;
}
