/********************************************************************
* 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 {
	color: black;
	background: #ffffff;
	padding: 4px;
	background-position: left top ;
	background-repeat:repeat-x;
	background-attachment:fixed;
	word-spacing:2px;
	margin-left: 0px;	
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:Tahoma, Arial;
	font-size:12px;}

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

table.vote {
	width: 250px; 
}

table.classement, table.classementneg {
	width: 455px; 
	border : black solid 1px;
}

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

td.position, td.cover, td.artiste, td.titre, td.plus, td.moins, td.evolution{
	background: #ffffff;
	width: 80px; 
	color: black;
}

td.total,td.total1{
background: #fe1313;
	color: black;
}


td.position1, td.cover1, td.artiste1, td.titre1, td.plus1, td.moins1, td.evolution1 {
	background: #F2F2F2;
	width: 80px; /* 80 x 3 = 240px */
	color: black;
}

th.titre, td.titre, td.titre1 {
	width: 400px; /* 400 + les 240px = 640px du tableau */
}

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

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

