/* general.css */
* {
  margin:0;
  padding:0;
}

table {
  margin-bottom: 20px;
}

html,body {
  height:100%;
  margin:0;
  padding:0;
}

body {
	margin:0;
	height:100%;
	background-color: #000000;
}

body#home {
  margin:0;
  background:#000;
  height:100%;
}

img {
  border:none;
}

#page {
  min-height:100%;
  margin-bottom:-32px;
  position:relative;
}


#header {
	height:135px;
	width:100%;
	background:#FFF;
	position:absolute;
	z-index:50;
}

#header .inner {
	height:100%;
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#acces_rapide {
  height:25px;
  padding:6px 36px 0 210px;
  text-align:right;
}

#titre00 {
	height:40px;
	width:774px;
	float:left;
	padding:0 36px 3px 208px;
}

#annee {
	width:500px;
	float:left;
}

#bouton_film {
	width:200px;
	float:right;
	text-align:right;
	margin-top:8px;
}
#bouton_film a {
	font-size: 1em;
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#bouton_film a:hover {
	color: #000000;
	text-decoration: underline;
}

#main_title .h1

/*navigation principale*/
#menu_principal {
height:48px;
display: block;
float:left;
}

#nav {
	height:48px;
	padding:0 0 0 200px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	background-color: #FFF;
}

#nav li.on ul, #nav li.off ul {
		margin: 0;
		padding: 0;
}

#nav a {
	text-decoration: none;
	text-transform: uppercase;
}

#nav li {
	float: left;
	display: block;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#nav li ul {
	display: none;
}

#nav li.off ul, #nav li.on ul {
	position: absolute;
	top: 102px;
	left: 200px;
	height: 24px;
	width: 810px;
	background-color: #FFFFFF;
}

#nav li a {
	color: #666666;
	display: block;
	height: 24px;
	font-size: 1.05em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000000;
	margin-top: 8px;
	}

#nav li.on a {
	color: #000000;
	font-weight: bold;
	}

#nav li.on ul a, #nav li.off ul a {
	float: left; /*ie doesn't inherit the float*/
	border: 0;
	color: #000000;
	width: auto;
	margin-right: 0px;
	font-size: 0.82em;
}

#nav li.on ul {
	display: block;
}

#nav li.off:hover ul {
		display: block;
		z-index: 6000;
}

#nav li.off a:hover, #nav li:hover a {
	color: #000000;
	background-color: #FFFFFF;
}
/*FIN navigation principale*/




.titremenug {
	font-size:1.15em;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
	margin-left: 10px;
}

#menu_gauche {
	font-size: 0.95em;
	text-decoration: none;
	list-style-type: none;
}
menu_gauche ul, li {
	list-style-type: none;
	color:#666;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 8px;
}

menu_gauche ul,li.actif, 
menu_gauche ul, li.actif a:hover,
menu_gauche ul, li a:hover {
	color:#000;
}





#logo {
	margin-top:10px;
	margin-left:20px;
	position:absolute;
	z-index:1000;
	border: 7px solid #FFFFFF;
	margin-right: 2px;
}

#bandeau {
  position:absolute;
  z-index:-60;
  left:0;
  display:none;
}

#content {
	padding-top:130px;
	position:relative;
	overflow:hidden;
	height: auto;
}


#content .background {
	position:absolute;
	z-index:-2;
	width: 100%;
	height: 100%;
	overflow:hidden;
	left:0;
	background-image: url(enfants00.jpg);
}

#content .inner {
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height: auto;
}

#carrousel {
	width:1020px;
	height: 290px;
	padding-top: 30px;
	padding-left: 50px;
}

#main_title {
	margin-left:15px;
	position:relative;
	margin-bottom: 5px;
	margin-top: 5px;
}
#main_title .titre{
	font-size: 34px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
/* ** blocs ** */
div.blocs {
	position:relative;
	width:990px;
	overflow:hidden;
	margin-left:15px;
	height: auto;
}

/* ** fin blocs ** */
div.clear {
  clear:both;
}


.left img {
  margin:5px 0 4px 0;
}

.film p img {
	float:left;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 4px;
	margin-left: 0;
	}
	


.clear_footer {
	height:80px;
	clear:both;
}

#bottom {
	width:100%;
	height:50px;
	position:relative;
	background:#FFF;
}

#footer {
	width:960px;
	height:40px;
	padding:8px 36px 0 36px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background:#FFF;
}

#footer1 {
	width: 960px;
}



#bloc_blanc_908 {
  width: 848px;
  padding: 15px;
  padding-left: 45px;
  background: #fff;
  margin-bottom: 15px;
}


.left_container {
	float:left;
	width: 270px;
	overflow: hidden;
}
.interne270 {
	background-color: #FFFFFF;
	-moz-border-radius-bottomleft: 30px;
!important;
	-webkit-border-bottom-left-radius: 30px !important;
	border-bottom-left-radius: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
}

.right_container {
	float:right;
	width: 690px;
	background-color: #FFFFFF;
	-webkit-border-top-right-radius: 30px;   !important;
	-moz-border-radius-topright: 30px !important;
	border-top-right-radius: 30px; 
	height: auto;
}
.interne700 {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	min-height:550px;
}

.container_accueil {
	float:right;
	width: 1000px;
	background-color: #FFFFFF;
	-webkit-border-radius: 0px 25px 0px 0px !important;
	-moz-border-radius: 0px 25px 0px 0px !important;
	height: auto;
}
.interne_accueil {
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 45px;
}

.block_accueil {
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 640px;
}

.block_accueil_violet {
	width: 560px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	border: 15px solid #330066;
	margin-bottom: 25px;
}

.block_accueil_vert {
	width: 560px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	border: 15px solid #333300;
	margin-bottom: 25px;
}
.block_accueil_rouge {
	width: 560px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	border: 15px solid #990000;
	margin-bottom: 25px;
}
.block_accueil_orange {
	width: 560px;
	border: 15px solid #F60;
	margin-bottom: 25px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}
.block_accueil_bleu {
	width: 560px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;	border: 15px solid #006699;
	margin-bottom: 25px;
}

.liste_film {
	background-color: #e9e4de;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 600px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	overflow: hidden;
}

.liste_film1 {
	float:left;
	width: 450px;
}

.liste_film2 {
	float:right;
	width: 120px;
}


.linkred {
	color:#FFFFFF;
	font-size:11px;
	display: block;
	text-transform: uppercase;
	padding: 6px;
	font-weight: bold;
	background-color: #990000;
	text-decoration:none;
	}

.linkred:hover {
	text-decoration:underline;
	}
	
.film {
	margin-bottom: 10px;
	width: 625px;
	overflow: hidden;
}
.titre_film {
	font-size: 34px;
	font-weight: lighter;
	display: block;
	color: #990000;
	margin-top: 12px;
	margin-bottom: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: -0.02em;
}
.soustitre_film {
	font-size: 1.35em;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	color: #990000;
	margin-top: 25px;
}
