html, body
{
font-family: Arial, Helvetica, sans-serif;
padding:0;
margin:0;
height:100%;
color: #3B5998;
background-color:#A3CA7B;
}
a {
  color: #3B5998;
}

#top-pub{margin: 5px auto; width: 980px;text-align: center;}
#top-pub img{border: 0;margin-right: -10px;}

#main{
 margin: 5px auto 0;
 width: 980px;
 position: relative;
 min-height:100%;
 padding: 5px 10px 0 10px;
 background-color:#FFFFFF;
}

#htitre {
    height:40px;
    background: url(../img/logo.png) no-repeat left bottom ;
    margin-bottom:5px;
    margin-top:10px;
    width:600px;
    float:left;
}

#htitre a{
    position: relative ;
	height:40px;
	display: block;
	text-indent: -5000px ;
}

.mobile{
   font-size:11px;
   color:red;
}

.link {
  font-size: 11px;
}

#msginfobox{
	height:20px;
	/*border: 1px solid red;*/
	margin-bottom:5px;
	padding:0;
	margin:0;

}

#msginfo{
	color: #000;
	padding-left:5px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	font-size: 12px;
	border: 1px solid red;
	background-color: #FFCCCC;
	width: 400px;
	text-align: center;
}

#msgnav{
	padding-left:0px;
	padding-top:3px;
	padding-bottom:3px;
	font-size: 12px;
}

#townheader{
margin-top:15px;
margin-bottom:20px;
}
.cache
{
 visibility: hidden;
}

.montre
{
	position:absolute;
 	visibility: visible;
	top: 2px;
	left:50%;
 	font-size : 15px;
 	background-color: #DAEDFC;
 	width: 200px;
	height: 20px;
	text-align:center;
}

.cache2{
  display:none;
}

.monte2{
  display:block;
}
h1.salle {
   font-size:16px;
   color:#3B5998;
   font-weight: bold;
   margin-bottom:15px;

}
h2.salle {
   font-size:16px;
   color:#3B5998;
   font-weight: bold;
   margin: 10px 0 15px 0;
   padding:0;

}

h2.salle_ferme {
   font-size:16px;
   color:#000;
   font-weight: bold;
   margin-bottom:15px;
}

h1.film {
   font-size:16px;
   color:#3B5998;
   font-weight: bold;
   margin: 10px 0 5px 0;
   padding:0;
}

h2.film {
   font-size:16px;
   color:#3B5998;
   font-weight: bold;
   margin-bottom:5px;
}

table.salle {
   margin-bottom:45px;
}

.salle td {
  color:#000;
  valign:top;
  width:350px;
  padding-bottom:10px;
}

.salle tr {
}

#div.titre{
  font-size:14px;
}

.heure{
  font-size:12px;
  margin-left:4px;
  margin-top: 2px;
}

.sfh{
  color: #000;
  font-size:12px;
  margin-left:4px;
  margin-top: 2px;
}

/* townform */
div#lieu{
  font-size:1em;
  padding:0;
  margin:0;
  width:956px;
  height:15px;
}
#town {
}
#link {
  text-align: right;
  width:206px;
  float: left;
}

#link a {
  font-size: 11px;
  padding-left: 3px;
}

.selectville{
 color: #3B5998;
}

div#town a {
 color: #3B5998;
 margin-right:3px;
 letter-spacing:1px;
 margin-right:12px;
}

div#town a.courant {
 color: #3B5998;
 font-weight: bold;
 text-decoration: none;
 letter-spacing:1px;
}

.slieu{
  font-size:10px;
}

/* fin townform*/

div#codepostal{/*la hauteur est dans le php*/
	padding: 0;
	margin-top: 15px;
	font-size:0.8em;
	padding-bottom: 10px;
}

#codepostal table {
  	font-size:11px;
  	color: #3B5998;
}
.deselectedlink{
	margin-left: 30px;
}
#codepostal td {
}

div#dzone{
 border-bottom:1px solid #D3DAE8;
 width:960px;
 }

div#djour {
 border-bottom:1px solid #D3DAE8;
 width:960px;
}

.zipform {
	font-size: 9px;
	padding: 0;
	margin: 0;
}

.districtform {
	font-size: 13px;
}
/* quartier*/
div#quartier{
padding: 0;
margin-top: 15px;
font-size:0.8em;
height: 60px;/*code postale et quartier ont la même taille*/
}

div#quartier a {
 color: #3B5998;
 margin-right:6px;
 text-decoration: none;
 font-size: 13px;
}


div#quartier a.courant {
 color: #3B5998;
 margin-right:3px;
 letter-spacing:1px;
	font-weight: bold;
outline-style:none;
 font-size: 14px;
}

/* fin quartier*/

/* menu des jours */
.nav ul {
	list-style-type: none;
	white-space:nowrap;
	font-size:11px;
}

.nav li {
	display: inline;
	text-align: center;
}

.nav a {
background-color:#D8DFEA;
font-size:11px;
font-weight:bold;
height:13px;
margin:4px 1px 0px;
padding: 4px 6px 1px;
position:relative;
outline-style:none;
text-decoration:none;
color:#3B5998;
}

/*safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .nav a {
	padding: 4px 6px 2px;
    }
}

/*TODO il ne devrait il n'y avoir qu'une règle en dessous*/
.nav li a:hover {background: #3a73ba no-repeat left top; color:#fff;}
.nav a:hover {background: #3a73ba no-repeat left top; color:#fff;}

.nav li a.courant {
background-color:#FFFFFF;
border-color:#D8DFEA #D8DFEA #FFFFFF;
border-style:solid;
border-width:1px;
color:#000000;
font-size:13px;
font-weight:bold;
height: 13px;
margin-left:1px;
margin-right:1px;
margin-top:2px;
padding-left:9px;
padding-right:9px;
outline-style:none;
text-decoration:none;
padding-bottom:0px;
}

/*safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
   .nav li a.courant {
   		padding-bottom: 1px;
    }
}


.nav {
	margin :0 0 0px 0;
	padding:0;
	background:#fff  repeat-x left bottom;
	}

/* fin menu jour */
.titre {
  color: #3B5998;
  font-weight:normal;
  font-size: 16px;
}
/* classe plus*/
.pf {
  margin-left:10px;
  font-size:12px;
  font-weight:normal;
}
/*lien fiche film*/
.ff {
    margin-left:10px;
    font-size:12px;
    font-weight:normal;
    text-decoration:none;
}

/*fin lien fiche film*/

.ps {
  margin-left:10px;
  font-size:12px;
  font-weight:normal;
  color: #3B5998;
}

.ds {
  background-color:#ECEFF5;
  width: 330px;
  font-size: 12px;
  padding-bottom:10px;
  margin-top:-10px;
  padding-left:5px;
	}

.df {
  background-color:#ECEFF5;
  color:#3B5998;
  width: 330px;
  font-size: 11px;
  padding-bottom:10px;
  padding-top:5px;
  padding-left:5px;
	}

.df a {
  	color: #3B5998;
	margin-left:3px;
	margin-top:3px;
	padding:1px;
}

span.ap{
    color:#FFFFFF;
    background-color: red;
    margin-left: 10px;
    padding:0 2px;
    font-size: 14px;
}

/*détail film par film*/
.dfimg{
    float:left;
    min-width:130px;
    width:130px;
}

#fiche_img img, .dfimg img {
    border:1px solid #3A73BA;
}


#dftxt{
 float:left;
}
#dftxt h1{
 padding:0;
 margin:0;
}

#dfd {
  margin-top:15px;
  font-size: 12px;
}

.dfpf {
  background-color:#ECEFF5;
  width: 330px;
  font-size: 12px;
  padding-bottom:10px;
  padding-top:0px;
  padding-left:5px;
  margin-bottom:20px;
}
.dfpf a {
  	color: #3B5998;
	margin-left:3px;
	margin-top:3px;
	padding:1px;
}
.dspf{
  font-size: 12px;

}
.lienex{
	margin-left:3px;
	margin-top:3px;
	padding:1px;
}

/* fin classe plus*/

.afilm {
  padding-bottom:10px;
  vertical-align:top;
}

.vovf {
  background-color:#D8DFEA;
  color: #3B5998;
  padding: 1px 2px 1px 2px;
  margin-right:5px;
  font-weight:bold;
}

.cp{
  font-size: 10px;
}

.element {
  margin: 0 0 15px 0;
  font-size:14px;
}

/* form titre */
input.btn_titre {
  color: #3B5998;
  border: 1px solid #3a73ba;
  margin:0px;
  padding:1px;
  background: #D8DFEA;/*#135CAE;#3a73ba*/
  text-decoration: none;
  font-size:13px;
}
input.btn_titre:hover {
  color: #fff;
  background:#3a73ba;
}

#content{
    padding:0;
    margin: 0 0 180px 0;
    width:712px;
    float:left;
}

#footer{
  color: #ACBDDF;
  width:956px;
  font-size:12px;
  position: absolute;
  bottom: 0px;
}

#footer p{
  width:728px;
  text-align: center;
  margin-left:auto;
  margin-right: auto;
}

#footer h2,h3{
  width:600px;
  font-size:12px;
  margin: 0 auto  0 auto;
  padding: 0;
  font-weight: normal;
  text-align: center;
}

#periode {
	text-align: right;
	width:960px;
	font-size:11px;
}

.separation_ville{
	width: 960px;
	text-align:right;
	border-bottom: 1px dashed #D3DAE8;
	color: #b5c5e5;
}

#proximite {
	font-size:12px;
	margin-right:10px;
}

.clr {
    clear:both;
}
/*  Gestion de la publicite*/

#pub1{
    width:250px;
    height:350px;
    float:left;
    margin-top:50px;
}

#pub2{
    width:234px;
    height:60px;
    float:left;
    margin-left:16px;
    margin-top:30px;
}

#pubsc{
    width:250px;
    height:250px;
    float:left;
    margin-bottom:50px;
}

/* Start AutoCompletion*/
.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('../img/indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #ECEFF5;
}

.ac_over {
    background-color: #3a73ba;
    color: white;
}

/* End AutoCompletion*/


/* Fiche film*/
#fiche_header{
 height:170px;
 padding:40px 0 0 5px;
 font-size:14px;
}
#fiche_img{
  float:left;
  min-width:130px;
  width:130px;
}


#fiche_desc{
  float:left;
  font-size:14px;
  width:335px;
}
#fiche_desc span ,#fiche_link1 span  {
    font-weight: bold;
}

#fiche_link1 {
  padding: 5px 5px 0 5px;
  clear:both;
  font-size:14px;
}

#fiche_resume{
    padding: 15px 5px 0 5px;
    text-align:justify;
    font-size:14px;
}

#fiche_resume span, .fiche_link2 span {
    margin:0 0 8px 0;
    font-weight: bold;
    display:block;
}

.fiche_link2{
    padding: 15px 5px 0 5px;
    font-size:14px;
}

/* on utilise un link3 pour éviter le décallage des pubs google*/
.fiche_link3{
/*    padding: 15px 5px 0 0px;
    margin-left:10px;
*/
    padding: 25px 0 15px 0;
    text-align:center;
    left:auto;
    right:auto;
    font-size:14px;
    height:60px
}

.fiche_link3 span {
    margin:0 0 8px 0;
    padding-left: 5px;
    font-weight: bold;
    display:block;
}



/* Fin fiche film*/

/* sortie cinema */
#datenav{
  width:705px;
  margin: 0 0 40px 0;
}

.datenavlnk {
  width:235px;
  min-width:235px;
  float:left;
  text-align:center;
  font-size:12px;
}

.datenavlnk a{
    padding:2px 5px 2px 5px;
}

.sc {
   padding: 0 0 20px 0;
   width:350px;
   float:left;
   min-height:230px;
}

.scd {
  width:210px;
  font-size: 12px;
  float:left;
}

.scd span {
  margin-right:5px;
  font-weight: bold;
  display:inline;
}
.scdl {
  margin: 0 0 4px 0;
}
.scd h2{
    padding:0;
    margin:0 0 5px 0;
}

/* Fin sortie cinema*/

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;background:#F29400;width:100%}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#a3ca7b;}

#colorbox{}
#cboxContent{background:#f29400; margin-top:20px;}
#cboxLoadedContent{background:#f29400; padding:5px;}
#cboxTitle{position:absolute; top:5px; left:5px;padding: 10px 0 10px 0; color:#ffffff;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#cccccc;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#a3ca7b;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxNext.hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#a3ca7b;}
#cboxLoadingGraphic{background:url(../img/indicator.gif) center center no-repeat;}
#cboxClose{position:absolute; top:10px; right:5px; display:block; background:url(images/uncine_button.png) -48px -24px no-repeat; width:24px; height:24px; text-indent:-9999px;}
#cboxClose.hover{position:absolute; top:10px; right:5px; display:block; background:url(images/uncine_button.png) -48px 0px no-repeat; width:24px; height:24px; text-indent:-9999px;}

/*fin Colorbox*/

/* DropDownTown*/
#townSelected, #townInit {
    float: left;
    margin:0;
    height: 20px;
}
#dropDownTown {
    float: left;
    margin:0;
    height: 20px;
    position: relative;
}

div#town #dropDownTown a {
  text-decoration: underline;
  letter-spacing: normal;
  display: block;
}
#txtChangeTown .arrowChangeTown{
    text-decoration: none;
}
#searchTownMessage{
    position: absolute;
    top : -15px;
    font-size: 11px;
}
/* End DropDownTown*/


