/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	
	background: #000 url(../images/bg_gradient.gif) repeat-x;
	color: #fff;
	padding: 0px;
	font: 14px Georgia, Times, Arial, sans-serif;
}

p {
	overflow: hidden;
	padding: 0 0 5px;
}


a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {

	color: #E1CB7F;
	text-decoration: underline;
	font-weight: bold;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px 20px 0px;

}

h2 {
	padding: 5px 0px 3px 0px;
	font-size: 16px;
}

h3 {
	font-size: 13px;
	padding: 5px 0px 10px 0px;
}

h4 {
	font-size: 13px;
	padding: 3px 0px 10px 0px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
	padding: 5px 0 0 25px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 10px;
	padding: 3px 0px 3px 0px;
}


ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 15px;
}


ol,
ul {
		padding: 5px 0px 0px 25px;
}





/* `Menu
----------------------------------------------------------------------------------------------------*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}

#nav a {
	font-size: 15px;
	text-decoration: none;
	display: block;
	width: 14em;
}

#nav li { /* all list items   */


float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	padding: 10px;
}

#nav li ul { /* second-level lists */
	font-size: 14px;
	padding: 0px;
	position: absolute;
	background:url(../images/nav_bg.gif);
	width: 17em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li { /* second-level lists */



}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;

}




  /* `Custom
----------------------------------------------------------------------------------------------------*/


.logo {
		padding: 0px 25px 0px 25px;

}

.header_image {
	padding: 90px 25px 90px 0px;
}

.header_spacer {
padding: 180px 0px 30px 0px;

}
.language {

		text-align: right;
}

.titles {
padding: 0px 25px 0px 25px;
}

caption {
	
	text-align: center;
	padding: 8px;
	font-weight: bold;
}

table td {
	font: 15px
	color: #fff;
	padding: 7px;
	border-right: 1px solid #003300;
	border-left: 1px solid #003300;
	border-bottom: 1px solid #003300;
	background: #006633;
}
table th {
	
	padding: 5px;
	border-bottom: 1px solid #;
	border-right: 1px solid #;
		border-left: 1px solid #003300;
	background: #003300;
	text-align: center;
}
table .showtime {
	background: #390;

}

.showtime {
	background: #390;

}

.showtime2 {
	background-color: #06F;
}
.prix {
	padding: 10px;
	text-align: center;
	color: #fff;
	font: 16px;
}

.photos {
	 background:#30642e url(../images/photos_bg.png) repeat-x;
	padding: 10px 0px 10px 0px;
}

.video {
	 background:#30642e url(../images/photos_bg.png) repeat-x;
	padding: 10px 0px 10px 0px;
	text-align: center;
}


.sponsors {
	background: #154d25 url(../images/sponsor_bg.png) repeat-x;
	padding: 10px 0px 20px 0px;


}

.partenaires {
	padding: 0px 0px 0px 12px;

}

.sponsor_logos {
	padding: 2px 0px 2px 1px;

}
.footer {
	text-align: center;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	background: #333333	url(../images/footer_bg.png);
}

.musee {
		padding: 55px 0px 20px 0px;
	
	}


/* `frame
----------------------------------------------------------------------------------------------------*/

.edge_container {
	background: url(../images/banner_wrap.png) no-repeat;
}
.container_12 {
	background: #3b6e31 url(../images/body_bg.png) no-repeat;
	margin-bottom: 20px;
}

.container_16 {
	background: #fff url(../../img/16_col.gif) repeat-y;
}

.container_24 {
	background: #fff url(../../img/24_col.gif) repeat-y;
}

