html {
	overflow-y:scroll;
}

body {
	margin:0;
	padding:0 0 40px 0;
	color:#000;
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
}

/*----------------------------------------------------------
	Mise en page
----------------------------------------------------------*/
#haut {
	color:#fff;
	background:#000;	
}

#haut .contenu,
#bas .contenu {
	position:relative;
	margin:0 auto;
	padding:0;
	width:960px;
	overflow:hidden;
}

#haut .contenu {
	height:767px;
	background:#000 url(../img/fond-haut.jpg) 50% 0 no-repeat;
}

/*----------------------------------------------------------
	Haut
----------------------------------------------------------*/
#haut a {
	color:#fff100;
}

#haut h1 {
	margin:0;
	padding:0;
	position:absolute;
	left:53px;
	top:26px;
}

#haut h2 {
	margin:0;
	padding:0 0 0 38px;
}

#haut h3 {
	margin:0;
	padding:160px 0 50px 40px;
}

#haut #retour {
	position:absolute;
	top:20px;
	right:40px;
}

#haut #radio-canada {
	position:absolute;
	bottom:280px;
	right:40px;
}

/* Colonne de gauche */
#haut .gauche {
	float:left;
	width:637px;
	margin-left:38px;
}

#haut .gauche p {
	margin-bottom:20px;
}

#haut .gauche p.special {
	position:relative;
	width:100%;
	margin-bottom:30px;
}

#haut .gauche p.special img {
	margin-right:23px;
}

#haut .gauche p.special a img {
	margin-right:0;
}

#haut .gauche p.special a {
	position:absolute;
	bottom:0;
	right:0;
}

#haut .gauche p a {
	margin-left:35px;
}

#haut .gauche p img {
	vertical-align:middle;
}

/* Colonne de droite */
#haut .droite {
	float:right;
	width:220px;
}

#haut .droite h4 {
	margin:0 0 6px 0;
	padding:0;
}

#haut .droite p {
	margin-bottom:30px;
}

/*----------------------------------------------------------
	Fiche spectacle
----------------------------------------------------------*/
.spectacle {
	position:relative;
	margin:0 40px;
	width:880px;
	border-bottom:1px solid #e0e0e0;
}

.spectacle h3 {
	position:absolute;
	top:15px;
	right:144px;
	margin:0;
	padding:0;
}
#bjm-montreal.spectacle h3 {
	top:11px;
}

.spectacle p.visuel {
	margin:0 0 0 -11px;
}

.spectacle ul {
	position:absolute;
	top:15px;
	right:0;
	margin:0;
	padding:0;
	width:110px;
	list-style:none;
}

.spectacle ul li {
	float:left;
	width:100%;
	margin:0 0 8px 0;
	padding:0;
}

.spectacle ul li a {
	display:block;
}

.spectacle ul li.bt-details a {
	background:url(../img/bt-details-moins.gif) 0 0 no-repeat;
}

.spectacle ul li.bt-details a.actif img {
	visibility:hidden;
}

.spectacle ul li.bt-fiche {
	position:absolute;
	top:123px;
	left:0;
}

.spectacle .collapse {
	position:relative;
	width:100%;
}

.spectacle .jaune {
	padding:20px;
	color:#000;
	background:#fff100;
}

.spectacle .jaune .bt-fermer {
	position:absolute;
	top:5px;
	right:5px;
}

.spectacle .jaune blockquote {
	margin:0;
	padding:0;
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
}

.spectacle .jaune blockquote p {
	margin:0;
	padding:0;
}

.spectacle .noir {
	padding:20px;
	color:#fff;
	font-size:0.9em;
	text-transform:uppercase;
	background:#000;
}

.spectacle .noir p {
	margin:0;
	padding:0;
}

/*----------------------------------------------------------
	Bloc jaune (bas de page)
----------------------------------------------------------*/
#bloc-jaune {
	margin:0 40px;
	padding:30px 20px;
	color:#000;
	background:#fff100;
}

#bloc-jaune h4 {
	margin:0 0 10px 0;
	padding:0;
	font-size:2em;
	font-weight:bold;
	text-transform:uppercase;
}

#bloc-jaune p {
	margin-bottom:0;
	font-size:1.25em;
	line-height:1.3em;
}

/*----------------------------------------------------------
	Divers
----------------------------------------------------------*/
p {
	margin:0 0 1em 0;
	padding:0;
}

img {
	border:0;
}

.clear {
	clear:both;
}