@charset "utf-8";
/* CSS Document Pour la salle de spectacles de Dolbeau-Mistassini */


/* éléments généraux */
html {
margin:0;
padding:0;
}
body {
	background-color:#000000;
	padding:0;
	margin:0;
}

/* Éléments constitutifs de positionnement pour la page intérieur du site de la SSDM  */
#Salle_de_spectacle_conteneur {
  position:relative;/*je dois mettre la position relative pour sortir la div du flux. en absolute, elle capote*/
  height:830px;/*ici je laisse les dimenssin pour que firefox puisse avoir des repre dimenssionnels et centrer la div.*/
  width:1024px;
  top:0px;
  margin:auto;
  text-align:left;/*si je ne met pas auto, le bloc n'est pas centr.*/
  z-index:1;
} 
#Salle_de_spectacle_Entete {
	position:absolute;
	left:0px;
	top:0px;
	margin:0;
	/*background-color:#FF0000;*/
	padding:0;
	width:1024px;
	height:158px;
	z-index: 500;
}
#Salle_de_spectacle_Promo {
	position:absolute;
	left:0px;
	top:158px;
	margin:0;
	padding:0;
	width:1024px;
	height:125px;
	z-index: 500;
}
#Corps_SSDM{
    position:absolute;
	top:283px;
	left:0px;
	width:1024px;
	margin:0;
	padding:0px;
	z-index:1;
}
#MenuNavCote{
	position:absolute;
	top:319px;
	width:174px;
	color:#FFFFFF;
	height:423px;
	z-index:2;
	left: 839px;
}
#ConteneurDeContenu{
	position:absolute;
	margin:0;
	padding:0;
	left:207px;
	width:612px;
	z-index:2;
	top: 306px;
	height: 100%;
}

#contenu_SSDM {
	float:left;
	margin:0;
	padding:0;
	width:600px;
	z-index:3;
}
#piedDePage {
	float:left;
	margin-top:30px;
	padding:0px;
	width:600px;
	height:100px;
	text-align:center;
	z-index:3;
}



/* Menus de navigation pour page intérieur */
#Menu-Atouts {
	position:absolute;
	left:6px;
	top:219px;
	width:76px;
	height:18px;
	z-index:1000;
}
#Menu-Calendrier {
	position:absolute;
	left:4px;
	top:242px;
	width:109px;
	height:19px;
	z-index:1000;
}
#Menu-Gestion {
	position:absolute;
	left:6px;
	top:264px;
	width:180px;
	height:19px;
	z-index:1000;
}
#Menu-CSDM {
	position:absolute;
	left:947px;
	top:219px;
	width:80px;
	height:19px;
	z-index:1000;
}
#Menu-Contact {
	position:absolute;
	left:917px;
	top:242px;
	width:109px;
	height:19px;
	z-index:1000;
}
#Menu-Plans {
	position:absolute;
	left:843px;
	top:264px;
	width:172px;
	height:19px;
	z-index:1000;
}



/* styles typographiques  */

.styleTexteNormal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	line-height:23px;
	color: #FFFFCC;
}
.styleTexteNormal a{
	color: #FFFFCC;
	text-decoration:underline;
}

.styleTexteNormal a:hover{
	color:#FFCC00;
	text-decoration:none;

}
.styleMenuNavigation {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#Fddd78;
}
.styleMenuNavigation a{
	color:#Fddd78;
	text-decoration:none;
}
.styleMenuNavigation a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
.styleMenuBasPage {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#Fddd78;
}
.styleMenuBasPage a{
	color: #FFFFFF;
	text-decoration:none;
}
.styleMenuBasPage a:hover{
	text-decoration:underline;
	color: #59070d;
}
.styleTextePDF {
	font-family:Arial;
	font-size:21px;
	font-style:italic;
	text-align:left;
	color:#Fddd78;
}
.styleTextePDF  a{
	color: #FFFFFF;
	text-decoration:none;
}
.styleTextePDF  a:hover{
	text-decoration:underline;
	color: #FFCC00;
}
.styleTextePastilleBilleterie {
	font-family:Arial;
	font-size:16px;
	font-style:italic;
	text-align:left;
	color:#Fddd78;
}
.styleTextePastilleBilleterie  a{
	color: #FFFFFF;
	text-decoration:none;
}
.styleTextePastilleBilleterie   a:hover{
	text-decoration:underline;
	color: #FFCC00;
}
