/*fichier CSS pour le cadre*/

body 
{
background:#242424;
}

#conteneur table{

}

#concert
{
	z-index:1;					/*sera par dessu limage*/
	background : transparent;	/*couleur de fond* (transparent si tu supprime) */
	margin-left:585px;
	margin-top:-313px;			/*pour qu'il ne soit pas sous l'image*/
	
}

#superpo
{
	z-index:1;					/*sera par dessu limage*/
	background : transparent;	/*couleur de fond* (transparent si tu supprime) */
}

a:link 
{
	color: red;
	text-decoration:none;
}
a:visited 
{
	color: red;
	text-decoration:none;
	
}
a:hover 
{
	color: #004020;
	text-decoration:underline;
}
a:active 
{
	color: yellow;
	text-decoration:underline;
}

#marge20
{
	margin-left:20px;			/*espace à gauche*/
}
#marge30
{
	margin-left:30px;			/*espace à gauche*/
	margin-right:30px;			/*espace à droite*/
}


		
