/*********************************************************************
 * Spectacles listes
 */ 

/*
 titre d'un spectacle à l'affiche
*/

a.spectacle_affiche{
	font: bold 14px Verdana;
	color: #2F2F2F;
	text-decoration: none;
}

a.spectacle_affiche:hover{
	font: bold 14px Verdana;
	color: #F90;
	text-decoration: none;
}

a.spectacle_affiche_over{
	font: bold 14px Verdana;
	color: #F90;
	text-decoration: none;
}

a.spectacle_affiche_over:hover{
	font: bold 14px Verdana;
	color: #F90;
	text-decoration: none;
}

/*
 titre d'un spectacle repertoire
*/


a.spectacle_repertoire{
	font: bold 14px Verdana;
	color: #2F2F2F;
	text-decoration: none;
}

a.spectacle_repertoire:hover{
	font: bold 14px Verdana;
	color: #F90;
	text-decoration: none;
}

a.spectacle_repertoire_over{
	font: bold 14px Verdana;
	color: #F90;
	text-decoration: none;
}

a.spectacle_repertoire_over:hover{
	font: bold 14px Verdana;
	color: #F90;
	text-decoration: none;
}

/*
 titre d'un spectacle gestation
*/


a.spectacle_gestation{
	font: normal 12px Verdana;
	color: #FFF;
	text-decoration: none;
}

a.spectacle_gestation:hover{
	font: normal 12px Verdana;
	color: #000;
	text-decoration: none;
}

.cadre_affiche{
  width:83px;
  height:310px;
}

/*
 cadre des vignettes
*/


.cadre_affiche_grand{
  width:83px;
  height:351px;
}

.cadre_repertoire{
  width:81px;
  height:81px;
}

/*********************************************************************
  Spectacle detail
*/

.spectacle_detail_titre{
	font: normal 24px Verdana;
	color: #F90;
	text-decoration: none;
}

#spectacle_detail_texte{
	font: normal 12px Verdana;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align:top;
	padding-right:10px;
	width:470px;
  height:365px;
  text-align:justify;
}

#spectacle_detail_texte p{
  text-align:justify;
}

#spectacle_article_presse{
	font: normal 12px Verdana;
	color: #000000;
	text-align:justify;
	padding:10px;
}

a.spectacle_detail_presse{
	font: bold 12px Verdana;
	color: #000000;
	text-decoration: underline;
}

a.spectacle_detail_presse:hover{
	font: bold 12px Verdana;
	color: #000000;
	text-decoration: none;
}

a.spectale_lien_orange{
	font: bold 12px Verdana;
	color: #F90;
	text-decoration: underline;
}

a.spectale_lien_orange:hover{
	font: bold 12px Verdana;
	color: #F90;
	text-decoration: none;
}
