/* Général */
* {
	margin: 0;
	padding: 0;
}
html {
  height:100%;
}
body {
	background: url(images/body-bkg.gif) top center repeat-y #67655e;
	height: 100%;
	padding: 0px;
}
#global {
	width: 900px;
	margin: 0 auto;
}

/* En-tête */
#entete {
	height: 150px;
	background: url(images/top.jpg) top left no-repeat;
}

/* Pubs */
#banners {
	height: 200px;
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	background: url(images/menu-bkg.gif) left top repeat-y;
	width: 100%;
	overflow: hidden;
}

/* Menu de navigation */
#navigation {
	background: transparent;
	width: 180px;
	float: left;
	margin-bottom: 20px;
}
#blocnav a {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	line-height: 25px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
#blocnav a:hover, #blocnav a:focus {
	/* background: #82816f; */
	color: #7f0002;
	border: 0;
}
#blocnav img {
	display: block;
	padding-left: 10px;
}
#blocnavtitle1 {
	height: 31px;
	background: url(images/title1-bkg.gif) top left no-repeat;
}
#blocnavtitle2 {
	margin-top: 2px;
	height: 31px;
	background: url(images/title2-bkg.gif) top left no-repeat;
}
#blocnavpub img {
	display: block;
	padding: 0;
	border: 0;
}

/* Contenu */
#contenu {
	background: url(images/content-bkg.png) left top no-repeat #FFFFFF;
	margin-left: 180px;
	padding: 0px 5px 0px 5px;
	min-height: 600px;
}
#frame img {
	border-style : solid;
	border-color : #CFCEB3;
	border-width : 1px;
	padding: 1px;
	z-index: 1;
}
#movie, #moviedesc, #adminbloc, #adminbloc2 {
	float: left;
	padding: 10px 5px 10px 5px;
}
#moviedesc {
	width: 520px;
	height: 224px;
}
#adminbloc, #adminbloc2 {
	width: 700px;
}
#seances, #seancesdate {
	height: 20px;
	border-width: 1px;
	border-style: solid;
	padding-top: 6px;
	margin: 2px 5px 0px 0px;
	float: left;
	z-index: 1;
}
#seances {
	text-align: center;
	width: 62px;
	background: #f1f1e6;
	border-color: #dcdcd6;
}
#seancesdate {
	padding-left: 30px;
	width: 320px;
	background: #f1f1e6;
	border-color: #dcdcd6;
}
#program {
	float: left;
	padding: 2px 0px 2px 5px;
}
#legende {
	float: left;
	width: 100%;
	height: 30px;
	padding-top: 10px;
}
#arraysmall, #arraybig {
	height: 26px;
	text-align: center;
	margin-top: 5px;
	background: #f1f1e6;
	padding-top: 9px;
	float: left;
}
#arraytitle {
	color: #fff;
	background: #adac94;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 200px;
	height: 15px;
	padding: 10px;
	float: left;
}
#arraysmall {
	width: 45px;
	font-size: 14px;
	color: #7f0002;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#arraybig {
	width: 170px;
	margin-right: 5px;
}
/* Pied de page */
#pied {
	background: url(images/footer-bkg.gif) top left repeat-x #f1f1e6;
	height: 25px;
}
