body{
	background-color:#ffffff;
	font-size:12px;
	color:#000;
	font-family: Verdana, sans-serif;
	margin:0px;
}

a {
	text-decoration:none;
	color:#9D132C;
}

a:hover a:visited {
	text-decoration:none;
	color:#9D132C;
}

div {
	text-align:center;
}

div.bodyCorps{
	margin-left:40px;
	margin-right:40px;
	text-align:justify;
}

div.bodySubTitle{
	text-align:left;
	background-color:#CFCFCF;
	color: #000;
	font-size:14px;
	padding-left:40px;
	font-weight:bold;
	margin:5px;
	margin-top:20px;
	margin-bottom:20px;
}

div#headerLay {
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	float:left;
}
div#bandeau {
	width:955px;
}

div#contenu {
	width: 790px;
	/*position: relative;*/
	float:left;
	margin-left: 0px;
	margin-right: 0px;
	background-color:#fff;
	z-index:11;
}

div#contenuTitle{
	text-align:left;
	background-color:#9D132C;
	font-family: Verdana, sans-serif;
	color: #FFF;
	font-size:14px;
	padding-left:40px;
	font-weight:bold; 
	margin: 5;
	margin-top: 0;
}

div#contenuSubtitle{
	text-align:left;
	background-color:#009999;
	font-family: Verdana, sans-serif;
	color: #000;
	font-size:12px;
	padding-left:40px;
	font-weight:bold;
	margin: 5;
}

div#bodyDiv{
	text-align:justify;
	background-color:#fff;
	width:748px;
}

span#titreEvt{
	padding-left:100px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	background-color:#FFFF99;
}

span#highlight{
	font-weight:bold;
	color:#9D132C;
}

span#competition{
	font-size:12px;
	font-weight:bold;
	color:#9D132C;
}

/* Tableau presentation equipe */

tr#highlightRow:hover {
	background: #CFCFCF;
}

td#nom{
	font-size:12px;
	color:#000;
	text-align:left;
	font-weight:bold;
}

td#fonction{
	font-size:12px;
	color:#9D132C;
	text-align:right;
}

td#nom_invite{
	font-size:12px;
	color:#000;
	text-align:left;
	font-weight:bold;
}

/* tableau liste films */

tr#description{
	font-size: 12px;
}

td#genre{
	font-weight:bold;
	text-align:right;
}

td#libelle{
	text-align:left;
}

tr#listeFilmsRow{
	font-size: 12px;
}

tr#listeFilmsRow:hover {
	background: #CFCFCF;
}

td#titreFilm{
	font-weight:bold;
	color:#9D132C;
}

td#titreFilm a, td#titreFilm a:link {
	color: #9D132C;
}

/* Partie presse */
#download_frame {
	border: #000000 1px solid;
	padding: 14px;
	margin-left:50px;
	margin-right:50px;
	font-size:11px;
}
#download_frame legend {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

td#nomForm {
	color:#f2a10c;
	font-size:2;
	text-align:right;
	vertical-align:center;	
}

table tr.odd th,
.odd {
    background: #FFCEE3;
}

table tr.even th,
.even {
    background: #fff;
}

img.showFilm {
	max-width:450px;
	max-height: 500px;
	width: expression(this.width > 450 ? '450px' : true);
	height: expression(this.height > 500 ? '500px' : true);
}

/* Partie presse */
img.presse {
	max-width:40px;
	max-height: 40px;
	width: expression(this.width > 40 ? '40px' : true);
	height: expression(this.height > 40 ? '40px' : true);
	border: none;
}


