/* CSS Document */

body {
background-color:#000000;
	}
	
#top {
	margin-left:0px;
	margin-top:10px;
	margin-bottom:10px;
	width:750px;
	background-color:#FFF;
	
	}
	
#bottom{
	margin-left:11px;
	margin-right:10px;
	margin-bottom:10px;
	width:739px;
	}
	
/* L'entête ici */

div#menu1 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color:#ED1B2F;
	text-align:right;
	width:690px;
	padding-left:20px;
	padding-right:20px;
	padding-top:2px;
	background-color:#000000;
	}
	
div#imgtop {
	margin:0px;
	padding-left:0px;
	width:750px;
	height:170px;
	background-color:#ffffff;

	}
	
div#menu2 {
float:left;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color:#981F21;
	text-align:center;
	width:739px;
	height:117px;
	padding-top:0px;
	margin-top:0px;
	padding-left:11px;
	padding-right:0px;
	padding-bottom:0px;
	background-color:#FFFFFF;
	}


/* MAIN BODY */
div#tracking { visibility:hidden; }
#main {
	background-color:#FFFFFF;
	border:1px solid #ce181e;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	}

#texte {
	padding-left:1px;
	padding-top:11px;
	width:749px;
	text-align:center;
	
	
}
#entete {
	width:690px;
	margin-left:auto;
	margin-right:auto;
	height:50px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	color: #981f21;
}
#txtentete {
	margin-left:auto;
	margin-right:auto;
	margin-top:22px;
	width:730px;
	text-align:center;
	font-size:12px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
}
#txtentete a {
color:#ce181e;
text-decoration:none;
text-transform:uppercase;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
.showtoday{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;

}

#txtentete a:hover {
color:#ce181e;
text-decoration: underline;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
.txtshow {
margin:10px;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-align:center;
}

.sceneshow{
}
a {
color:#ce181e;
text-decoration:none;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
}
a:hover {
color:#ce181e;
text-decoration: underline;
font-family:Arial, Verdana, Helvetica, sans-serif;
}

/* ACCUEIL */

div#video {
	float:left;
	width:131px;
	margin-left:20px;
	background-color:#ce181e;
	min-height:800px;
	}

div#txtaccueil {
	float:left;
	width:500px;
	text-align:left;
	margin-left:40px;
	}

/* BILLETERIE */
div#billetterie_txt {
	float:left;
	width:300px;
	margin-left:20px;
	}

div#billetterie_tags {
	float:right;
	width:360px;
	margin-right:10px;
	}

/* TYPOGRAPHIE */

.totop {
text-align:right;
width:690px;
}

p {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:justify;
	}
	
/* Sert dans la page d'accueil sous les videos. */
p.smalltxt {
	font-size:9px;
	}
.smalltxt_blanc {
	font-size:10px;
	color:#FFFFFF;
	}
	
h1 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:17px;
	color:#ce181e;
	text-align:left;
	}
	
h2 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	color:#ce181e;
	text-align:left;
	}
h3 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#ce181e;
	text-align:left;
	}

/* IMAGES */

img {
	border:0px;
}

/* cet id sera a suprimer apres la verification du w3c*/
#photoband{
border:#981f21 1px solid;
margin-top:20px;
width:205px;
height:155px;
}

.photoband{
border:#981f21 1px solid;
margin-top:20px;
width:205px;
height:155px;
}

hr {
	color:#ce181e;
	border:solid #ce181e 1px;;
	}

/* POUR LES PUBS VIDEO */

/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}
