/* CSS Document */

/*menu*/


.gras{
	color:#999999;
}
a.gras   {
	text-decoration:none;
	color:#666666;
}
a:hover.gras  {
	color:#999999;
	text-decoration:none;
}
.gras2{
	color:#CCCCCC;
}
a.gras2   {
	text-decoration:none;
	color:#CCCCCC;
}
a:hover.gras2  {
	color:#666666;
	text-decoration:none;
}


/*sous-menu spectacle | aimer... | tournee*/

.annee{
	font-size:1.3em;
	color:#CCCCCC;
	font-weight:bold;
	width:600px;
}

.ville{
	position:relative;
	top:1em;
	color:#CCCCCC;
	width:600px;
}
.date{
	position:relative;
	top:1em;
	left:1em;
	width:600px;
}

.lieu{
	position:relative;
	top:1em;
	left:1em;
	width:600px;
}
.res{
	position:relative;
	top:1em;
	left:1em;
	width:600px;
}


