@charset "utf-8";
/* Style de la Page d'accueil (page du dernier spectacle) */

body
{
text-align: center;
background-color: #000000;
color: #dbb6b6;
font-family: Lucida Sans, Verdana, Arial, Times New Roman;
}

a:link {
	color:#f2ccc8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f2ccc8;
}
a:hover {
	text-decoration: none;
	color: #88341d;
}

#entree {
	margin-top: 10px;
	text-decoration: underline;
	
}	

#flash {
	margin-bottom: 150px;
}	

#partner {
    display: block;
	margin-bottom: 0px
}