body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
}

.mainTable {
  background : #222831;
  text-align: center;
  width: 980px;
}

.bodyTable {
  width: 980px;
}

/*table d'entête */

.header {
	padding: 0px;
	margin: 0px;
	width: 980px;
	border: 0px;
	text-align: center;
	background : #000000 url(images/header_background.gif) repeat-x top left;
}

.headerFirstRow {
  padding: 0px;
	margin: 0px;
  height : 76px;
}

.headerSecondRow {
  height : 44px;
  padding: 0px;
	margin: 0px;
  background : #222831 url(images/header_background_2.gif) repeat-x top left;
}

.headerMenu {
  text-align: right;
  vertical-align: top;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #92979E;
	padding-right: 2px;
	margin: 0px;
}

a { text-decoration: none; color: #AAAAAA; }
a:hover { text-decoration: none; color: #FF3333; }

A.headerLink {
  color: #92979E;
}

A.headerLink:hover {
  color: #F37221;
  text-decoration:underline;
}

A.headerLink:visited {
  color: #92979E;
}

.footer {
	padding: 5px;
	height: 35;
	width: 980px;
	margin: 0px;
	border: 0px;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: left;
	padding: 0px;
	vertical-align: top;
}
.columnLeft {
	width: 160px;
	padding: 5px;
}
.columnRight {
	width: 160px;
		padding: 5px;
}

TABLE {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 0px;
}
IMG {
	border: 0px;
}

/*style pour les boites*/
TD.boxMenu {
  background : #2C3238;
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right:2px;
}

TD.filmList{
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right:2px;
}

TD.dots_gray {
padding-top: 3px;
padding-bottom : 2px;
background : url(images/dots_gray.gif) repeat-x 0% 50%;
height: 10px;
}

.boxBorderTop {
  width:100%;
}

TABLE.tableAffiche {
  width: 121px;
}

TD.tableAffiche {
  background : url(images/affiche_background.jpg) no-repeat;
}

TD.tdAffiche {
  text-align: center;
  vertical-align: middle;
}

TD.tdAfficheBottom {
  text-align: right;
  vertical-align: bottom;
  padding-bottom: 1px;
  padding-right: 10px;
}

TD.tdAfficheMiddle {
  padding-left: 10px;
  padding-top: 3px;
  font-family: verdana, sans-serif;
  font-weight: bold;
}

.boxBorderBottom {
  width:100%;
}

/*style pour les images*/
.imgInText{
  border: 0px;
  vertical-align:baseline;
}

.arrowGold{
  text-align:right;
  vertical-align : middle;
}

IMG {
  border :0px;
}

.logo {
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right:2px;
}

.movieTitle, .forumTitle {
  font-size: 14px;
  font-weight: bold;
}

.allMoviesTitle {
  font-size: 14px;
  font-weight: bold;
}

.movieSubtitle {
  font-style : italic;
  font-size : 12px;
}

.mainText {
  font-size: 12px;
}

.liste {
  font-size: 12px;
}

.listAllMovies {
  font-size: 10px;
}

.avpTitle {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.coupCoeur1 {
  border-bottom: 1px solid #4E535A;
}

/*style pour les films en avant premières*/
.avpLogo {
  padding-left: 18px;
  height: 160px;
  padding-top: 15px;
}

.avpChapo {
  height: 60px;
  padding-left: 18px;
}

.avpTitre {
  height: 62px;
  padding-left: 18px;
  padding-right: 18px;
}

.avpLien {
  padding-left: 18px;
}

TABLE.boxAvp {
  width: 559 px;
  height: 311 px;
  text-align: center;
}

A.movieSearch {
  color: #79756d;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 11px;
  font-family: verdana;
  text-align:center;
}

/*
DEBUT style pour le champ "rechercher" 
*/
INPUT.inputSearchBox { 
	color: #FFFFFF;
	font-size:9px;
	background-color: #A5AAAD;
	border: solid 1px #545B61;
	width: 120px;
	height: 14px 
}
.searchBox {
  width: 160px;
}
/*
FIN style pour le champ "rechercher" 
*/

 A.smallLink {
 color: #7e9ca7;
 font-variant: small-caps;
 }
 
 A.breadcrumb {
  color: #303030;
  background:;
}

A.breadcrumb:hover {
  color: #F37221;
  text-decoration:underline;
  background:;
}

/*Style pour les formulaires */
INPUT.contactForm {
  border: 1px solid #EEEEEE;
  font : 10px Verdana, sans-serif;
  height: 14px;
}

TEXTAREA.contactForm {
  border: 1px solid #EEEEEE;
  font : 10px Verdana, sans-serif;
}

INPUT.contactFormButton {
  font: bold 12px Arial, sans-serif;
  color: #F37221;
  background : #4D4D4D;
  border: 1px dashed #222831;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}