@import url(layout.css);
@import url(lightview.css);

#principale div#page {
	width: 722px;
	margin: 15px auto 0px auto;
	position: relative;
}

#principale div#page div#animation div#ombre_gauche, #principale div#page div#animation div#ombre_droite {
	width: 24px;
	height: 435px;
	background: url(../../img/home/ombre_fiche_droite.png) top left no-repeat;
	float: left;
}

#principale div#page div#animation div#ombre_droite {
	background-image: url(../../img/home/ombre_fiche_gauche.png);
}

#principale div#page div#animation div#contenu_animation {
	padding: 30px 0px 30px 0px;
	float: left;
}

#principale div#page p {
	height: 75px;
	line-height: 75px;
	font-size: 17px;
	color: #666;
	text-align: center;
	clear: both;
}

#principale div#page div.artiste {
	float: left;
	margin: 0px 11px 75px 0px;
	width: 134px;
}

#principale div#page div.last {
	margin: 0px 0px 75px 0px;
}

#principale div#page div.artiste h3 {
	background: url(../../img/home/plus.png) top left no-repeat;
	width: 7px;
	height: 8px;
	margin: 0px 0px 7px 9px;
}

#principale div#page div.artiste h3 a {
	display: block;
	width: 7px;
	height: 8px;
}

#principale div#page div.artiste h3 a span {
	display: none;
}

#principale div#page div.artiste div.affiche {
	background: url(../../img/home/cadre_affiche.png) top left no-repeat #fff;
	width: 118px;
	height: 164px;
	padding: 8px;
}

#principale div#page div.artiste div.date {
	margin: 9px 0px 0px 6px;
	padding: 0px 0px 0px 28px;
	background: url(../../img/home/calendrier.png) top left no-repeat;
	font-size: 11px;
	color: #999;
}

#principale div#page div.artiste div.date span {
	color: #333;
}

#principale div#page div.artiste div.date span.ville {
	color: #c00;
}

/* masquer le deuxième object pour toutes les versions de IE */

* html object.hiddenObjectForIE { display: none; }

/* afficher le deuxième object uniquement pour IE Mac */

/* IE Mac \*//*/
* html object.hiddenObjectForIE { display: inline; }
/**/

