/* ################### SOMMAIRE, explications ############### **

	pour naviger dans le css, ctrl+F puis *numéro de la rubrique

 ~0 Body  												|	le background et les textes de base
 ~1 le haut du site (ce qui ne bouge pas)  				|	le header, les bans, le logo
 ~1.1 maincontent global  								|	les 3 blocs de contenus (normal, large, xtra large)
 ~2 Menu principal (ne pas toucher aux mainlevels)  	|	gestion du menu principal, id top
 
 ~3 Bloc sorties de la semaine  						|	le bloc de la homepage, avec les 4 sorties mises en avant
 ~4 Bloc de recherche  									|	le bloc de recherche, qui est soit en float left, soit en absolute dans le header
 ~5 newsletter  										|	le bloc pour s'inscrire à la newsletter
 ~6 menu annexe  										|	un menu secondaire, pas en place sur tous les sites
 
 ~7 événements  										|	le bloc homepage réservé aux événements
 
 ~8 ciné jeu  											|	colonnes ciné jeu (large et normal)
 ~9 footer  											| 	pied de page du site, toutes les rubriques, copyright, xiti
 ~10 maincontent détails  								|	les textes et tables du maincontent (h3, strong, p...)
 ~11 table horaires  									|	gestion du design du tableau des horaires
 ~12 fiche films et fiches horaires (ne pas toucher)  	|	affichage des blocs de fiches films (films à l'affiche, horaires, fiches films...) >> ne modifier que les largeur/hauteur dans le cas de sites larges
 ~13 Styles disponibles dans l'éditeur de page FCK  	|	styles sélectionnables par les exploitants dans l'éditeur de contenu (voué à changer/disparaitre)
 ~14 sous-menus d'une page  							|	si une page à des sous-rubriques, ces styles s'appliquent
 ~15 bloc recrutement  									|	design du bloc recrutement, sur la page du même nom
 ~16 bloc contact  										|	idem pour la page contact
 ~17 page newsletter  									|	design de la page newsletter (formulaire)
 ~18 divers  											|	ajouts divers, types boutons spécifiques à un site

*/



/*###################################################################     Declarations globales      */
html {
	height: 100%;
	margin-bottom: 1px;
}
h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 15px 0;
}
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 120%;}
a {text-decoration: none; color:#3b6dff; }
a:hover {text-decoration: underline;color:#00aee0;}
form {
	margin:0;
	padding:0;
}

/*###################################################################  *0     Body      */

body {
	margin: 0;
	padding: 0;
	background:#909193;
	font-family: Verdana,Helvetica, Arial, sans-serif;
	font-size: 12px;
}

/*###################################################################  *1     le haut du site (ce qui ne bouge pas)      */
#masthead {
	width:980px;
	margin:0px auto 15px auto;
	padding:0;
	position:relative;
	background:#fff;
	border-top:none;
	color:#000;
	background:#dde1eb url(image/masthead_bg.png) top center repeat-y;
}
#ban_small {
	display:none;
}
#header {
	background:url(./image/header.png) top left no-repeat;
	display:block;
	position:relative;
	width:980px;
	/*height:163px;*/ /*hauteur sans barre recherche*/
	height:290px; /* hauteur avec barre recherche*/
	margin:0px;
	top:0px;
}
#logo {
	display:inline;
	margin:0;
	top:-1px;
	left:5px;
	position:absolute;
	width: 338px;
	height: 96px;
	z-index:5000;
}
#logo img {
	vertical-align:middle;
	border:0;
}
#ban_big {
	clear:both;
	text-align:center;
	margin:0px auto;
	height:auto;
	padding-bottom:3px;
	padding-top:3px;
}
	/*###################################################################  *1.1   maincontent global      */
#maincontent,
#maincontent-large,
#maincontent-x-large {
	font-size:12px;
	width:662px;
	float:left;
	padding:0;
	margin:0 0 0 5px;
	display:inline;
}


/*###################################################################  *2     Menu principal (ne pas toucher aux mainlevels)      */
#top {
	text-align:center;
	width: 979px;
	height: 37px;
	display:block;
	margin:0px;
	position:absolute;
	top:122px;
	z-index:6000;
}
#top ul {
	text-align:center;
	padding:0px;
	margin:0px;
}
#top li {
	padding:0;
	margin:0;
	display:inline;
	list-style:none;
	text-align:center;
	font-size:13px;
}
#top a , #top a:visited , #top strong {
	height:auto;
	width:auto;
	display: -moz-inline-box;
	display:inline-block;
	padding:14px 6px;
	margin:0px 1px;
	color:#fff;
	font-weight:bold;
}
#top a:hover , #top a:visited:hover  {
	color:#161937;
	text-decoration:none;
	font-weight:bold;
	background:url(image/menu_hover.png) center repeat-x;
}
#top strong {
	color:#161937;
	font-weight:bold;
	background:url(image/menu_hover.png) center repeat-x;
}

/*###################################################################  *3   Bloc sorties de la semaine      */
#mod_ccweb_affiches {
	background:url(./image/panel_affiches.png) top left no-repeat;
	width:662px;
	height:222px;
	color:#fff;
	float:left;
	margin:0;
	display: inline;/* IE double margin fix.*/
	margin-left:5px;
	margin-bottom:5px;
	text-align:right;
	position:relative;
}
#mod_ccweb_affiches h1 {display:none;
	
}
#mod_ccweb_affiches a img {
	border:solid 2px #000;
}
#mod_ccweb_affiches  div.lastlink {
	position:absolute;
	top:9px;
	left:541px;
	padding:0;
	font-size:11px;
	font-weight:bold;
	width: 107px;
}
div.lastlink a {
	color:#fff;
}
div.lastlink a:hover, div.lastlink a:visited:hover,  {
	color:#000;
}
.affiche_hebdo {
	float:left;
	width:115px;
	height:auto;
	display:inline; /* IE double margin fix*/
	margin:40px 0 0 14px;
	text-align:center;
	font-size:10px;
	color:#000;
}
.infos_public {
	width:80px;
	float:left;
	text-align:left;
}
.infos_duree {
	width:35px;
	float:left;
	text-align:right;
}

/*###################################################################  *4   Bloc de recherche      */
#left {
	position:absolute;
	top:163px;
	left:0px;
	height:127px;
	width:980px;
	background:url(./image/recherche.png) top center no-repeat;
}
#mod_fidelite {		display:none;}
#mod_ccweb_recherche {
	display:block;
}
#mod_ccweb_recherche input {
	font-size:11px;
}
#mod_ccweb_recherche h1,
#mod_ccweb_recherche h2,
#barre_search_nl h3{ display:none;}

#mod_ccweb_recherche h3 {}
#mod_ccweb_recherche div.soustitre {display:none;} 

#mod_ccweb_recherche div.left2 {
	position:absolute;
	top:85px;
	left:20px;
}
#mod_ccweb_recherche div.left2 h3 {
	display:none;
}
#mod_ccweb_recherche div.left2  select {
	width:180px;
}
#mod_ccweb_recherche input[type=submit], 
#mod_subscribe input[type=submit] {
	font-size:19px;
	border:none;
	background:none;
	padding:0;
	color:#fff;
	text-transform:uppercase;
	font-family:Helvetica, "Century Gothic", Arial, sans-serif;
	font-weight:bold;
	width:40px;
	vertical-align:top;
	height:20px;
	line-height:20px;
	display:block;
}
#mod_ccweb_recherche input[type=submit]:hover, 
#mod_subscribe input[type=submit]:hover {
	color:#000;
	cursor:pointer;
}
#mod_ccweb_recherche .left2 input[type=submit] {
	position:absolute;
	left: 189px;
	top: -4px;
}
#mod_ccweb_recherche .left3 input[type=submit] {
	position:absolute;
	left: 26px;
	top: 54px;
}
.left3 {
	position:absolute;
	top:43px;
	left:287px;
	width:212px;
	height:40px;
	display:block;
	font-size:11px;
	color:#fff;
}

.left3 h3 { display:none;}

.left3  span  { display:inline; position:relative; padding:0;font-size:11px;color:#fff;}
.left3  span label.day { margin:0;}
.left3  span input[type=radio]{ margin:0; padding:0; display:inline;}

.heure { position:relative; height:20px; display:block; }
.heure label { position:absolute; left:0px; width:120px; top:2px; }
.heure select {
	position:absolute;
	left:16px;
	top:24px;	
}
.heure input { position:absolute; left:145px; top:-2px; font-size:11px; }

/*###################################################################  *5   newsletter      */
#mod_subscribe 	{
	width:251px;
	color:#fff;
	height:82px;
	text-align:left;
	position:absolute;
	top:40px;
	left:517px;
}
#mod_subscribe p {
	color:#412802;
	padding: 0px;
	text-align:center;
	float:left;
	font-size:11px; color:#828cac;
}
#mod_subscribe form {
	float:left;
	margin:5px 0 0 0;
	padding:0px;
}
#mod_subscribe #lm_email {
	width:165px;
	height:20px;
	border:solid 1px #285365;
	background:#eef7fa;
	display:block;
	text-align:center;
	margin:5px auto;
	font-size:11px;
	float:left;
	margin-left:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mod_subscribe input.button {
	float:left; margin-left:8px; margin-top:5px; color:#828cac;

}

/*###################################################################  *6   menu annexe      */
#mainlevel-left {
	margin:0;
	float:left;
	text-align:left;
	padding:0;
	position:absolute;
	left:778px;
	top:39px;
	width: 198px;
	height: 85px;
}
#mainlevel-left ul {padding:0px;margin:0px;list-style:none;line-height:20px;}
#mainlevel-left li {padding:0px;margin:0px;list-style:none;line-height:20px;}
a.mainlevel-left {color:#828cac; display:block; height:20px; width:190px; background:transparent url(image/menu2_puce.png) left center no-repeat; text-indent:25px;}
a#active_menu.mainlevel-left {font-weight: bold;}
a.mainlevel-left:hover,
#mainlevel-left strong { background:#828cac url(image/menu2_puce_hover.png) left center no-repeat; color:#fff; text-decoration:none; text-indent:25px; display:block;}

/*###################################################################  *7   événements      */
#mod_evenement {
	font-size:12px;
	width:662px;
	float:left;
	padding:0;
	margin:0;
	margin-left:5px;
	display:inline;
	background:#fff;
	border-top:none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#mod_evenement h1 {
	background:#fff url(./image/event_titre.png) top left no-repeat;
	margin:0px;
	display:block;
	height:40px;
	padding:0px;
	position:relative;
	white-space:nowrap; text-indent:7000px;	overflow:hidden;
}
#mod_evenement h2 {
	padding:5px; margin:1px 10px 0 10px; color:#fff; font-size:15px; background:#324c9f; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; clear:both;
}
#mod_evenement h3 {	padding:0 15px 5px 15px;
	margin:0;
	font-size:12px;
	color:#083aa1;
	font-weight:normal;
	font-style:italic;
}
#mod_evenement div.inner {}
#mod_evenement div.introtext {
	padding:5px 15px 5px 15px;
	text-align:justify;
	color:#000;
}
#mod_evenement strong {
	color:#173084;
}
#mod_evenement a.film {
	text-align:right;
	display:block;
	padding-right:15px;
	color:#3b6dff;
	font-weight:bold; 
	width:auto;
}
#mod_evenement div.evenement {
	clear:both;
	margin-bottom:1em;
}

/*###################################################################  *8   ciné jeu      */
#rightlarge, #right {
	width:304px;
	height:auto;
	float:right;
	color:#fff;
	margin:0;
	margin-right:5px;
	display:inline;/* IE double margin fix.*/
	overflow:auto;
	background:#000;
	padding-bottom:15px;
	border-top:none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
/*###################################################################  *9   footer      */
#footer a, #footer a:visited {
	color:#dadada;
}
#footer a:hover, #footer a:visited:hover {
	color:#fff;
}
#footer {
	text-align:center;
	margin:0;
	padding:0;	
	color:#dadada;
	font-style:normal;
	display:block;
	margin-top:15px;
	padding:0px 0px 10px 0px;
	width:980px;
	overflow:hidden;
	background:#909193 url(./image/footer.png) top center no-repeat;
}
#bottommenu {
	padding:0;
	margin:15px 0 0 0;
	text-align:center;
	line-height:16px;
}
#bottommenu ul {
	text-align:center;
	width:662px;
}
#bottommenu li {
	padding:0;
	margin:0;
	display:inline;
	list-style:none;
	text-align:center;
}
#mainlevel-bas {
	margin:0 auto;
	/*width:800px;*/
	padding:0;
}
#bottommenu a , #bottommenu strong {
	height:auto;
	width:auto;
	display:-moz-inline-box;
	display:inline-block;
	padding:4px;
	/*margin:4px 6px;
	_margin:2px 3px;*/
	line-height:17px;
}
#copyright {
	margin:0 0 0 0;
	padding:1px 0 0 0;
	clear:both;
}
#copyright p {
	margin:0;
	padding:0;
	margin-top:4px;
}

/*###################################################################  *10   maincontent détails      */
h3.sec, h3.alt { margin:0;}

#maincontent h3,
#maincontent-large h3,
#maincontent-x-large h3,
#maincontent_v2 h3 {
	background:url(./image/h3_bg.png) top left  repeat-x;
	margin:0px;
	font-size:17px;
	color:#fff;
	height:32px;
	line-height:32px;
	text-align:left;
	display:block;
	padding:0px;
	text-indent:15px;
	font-weight:normal;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

h3#prochainement  { margin-top:7px;}
h3#avant-premiere  {}
h3#horaires { } 
h3#sorties-semaine { margin-top:7px;} 
h3#films-tjrs { margin-top:7px;}
h3#avant-premiere { margin-top:7px;}
h3#autresalaffiche { margin-top:7px;}

#maincontent_v2 h4 { position:relative;/* top:-10px; left:-10px;*/}
#maincontent_v2 .autre-videos h3 { background:none; color:#333;}

strong.hi {
	color:#7d5a86;
}
/*###################################################################  *11   table horaires      */
table.horaires {
	width:600px;
	height:85px;
}
div.tablehoraireout {
	background:url(./image/tab_2.jpg) top left no-repeat;
	padding:11px 0 0 0;
	margin:0px auto 0 auto;
	width:600px;
}
div.tablehorairein {
	background:url(./image/tab_3.jpg) bottom left no-repeat;
	padding:0 0 28px 0;
}
/*
table.horaires .col1 , table.horaires .col3, table.horaires .col5, table.horaires .col7  {
 background-color:#cccccc;
}
table.horaires .col2, table.horaires .col4, table.horaires .col6  {
 background-color:#999999;
}
*/
table.horaires {
	width:600px;
}
table.horaires th {
	height:24px;
	vertical-align:top;
	padding-bottom:3px;
	color:#000;
}
table.horaires th.col1 {
	width:77px;
}
table.horaires th.col2 {
	width:65px;
} 
table.horaires th.col3 {
	width:69px;
} 
table.horaires th.col4 {
	width:65px;
}
table.horaires th.col5 {
	width:65px;
}
table.horaires th.col6 {
	width:70px;
}
table.horaires th.col7 {
	width:83px;
}
table.horaires td {
	color:#000;
	line-height:14px;
	font-size:10px;
	text-align:center;
}
table.horaires td.today , table.horaires th.today  {
font-size:10px;
	color:#00aee0;
	font-weight:bold;
}
table.horaires tr td em,table.horaires tr th em {
	font-weight:normal;
	color:#000;
	background:none;
}

/* Prochainement */

/*###################################################################  *12   fiche films et fiches horaires (ne pas toucher)      */
div.fichefilm-mini {
	padding-left:115px;
	color:#000;
}
div.fichefilm-mini-block-impair {
	margin:0;
	padding:0;
}
div.fichefilm-mini-block {
	width:316px;
	height:180px;
	float:left;
	display:inline;
	margin:0;
	padding:0;
}
div.fichefilm-mini-block img.vignette {
	float:left;
	margin:0 6px 0 0;
	border:solid 1px #fff;
}
div.fichefilm-mini h4 {
	height:60px;
	margin:0;
	padding:0;
	vertical-align:top;
}
div.fichefilm-mini a.bt-film-small, div.fichefilm-mini a.bt-film-small:visited {
	background:#9196bd;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	display: -moz-inline-box;
	display:inline-block;
	text-align:center;
	margin:0 1px;
	padding:2px 3px;
}
div.fichefilm-mini a.bt-film-small:hover, div.fichefilm-mini a.bt-film-small:visited:hover { background:#412f65; border-color: #b60616; }
div.fichefilm-small {
	height:145px;
	padding-right:1em;
	color:#000;
}
div.fichefilm-small h4 {
	height:2em;
	margin:0;
}
div.fichefilm-small img.vignette {
	float:left;
	margin:0 10px 10px 0;
	border:solid 1px #9fc1e7;
}
div.fichefilm-full img.vignette {
	width:155px;
	height:221px;
	float:left;
	margin:0 10px 10px 0;
	border:solid 1px #9fc1e7;
}
div.mini-film img.vignette {
	width:110px;
	height:145px;
	float:left;
	margin:10px 8px 0 0;
	border:solid 1px #9fc1e7;
}
#maincontent div.fichefilm-full h4 {
	margin:12px 0 8px 0;
	clear:left;
}
#maincontent div.fichefilm-full {
	line-height:12px;
	border-left:solid 1px #9fc1e7;
	border-right:solid 1px #9fc1e7;
	padding:12px;
	margin:0;
	color:#000;
	background:#fff;
}
#maincontent div.fichefilm-full p, #maincontent div.fichefilm-small p, #maincontent div.fichefilm-mini p {
	color:#000;
	font-size:11px;
}
#maincontent div.fichefilm-small p {
	font-size:10px;
}
#maincontent div.fichefilm-full strong, #maincontent div.fichefilm-small strong {
	color:#006087;
}
div.film-horaires {
	line-height:12px;
	border-left:solid 1px #9fc1e7;
	border-right:solid 1px #9fc1e7;
	border-bottom:solid 1px #9fc1e7;
	padding:12px;
	margin:0;
	background:#fff;
	color:#ff7e00;
}
div.fichefilm-horaire  {
	line-height:12px;
	border-left:solid 1px #9fc1e7;
	border-right:solid 1px #9fc1e7;
	border-bottom:solid 1px #9fc1e7;
	padding:12px;
	margin:0;
	background:#fff;
}
div.horaires {
	margin:8px 0 15px 0;
}
div.horaires p, div.tablehoraireout p {
	color:#000000;
	font-weight:bold;
	background:#fff;
}
div.bt-sem-pro, div.bt-sem-der {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	display:block;
	padding:4px;
	margin-top:5px;
}

div.cadre-out {
	background-color:#fff;
	padding:0;
	margin:0;
	border-bottom:solid 1px #9fc1e7;
	border-left:solid 1px #9fc1e7;
	border-right:solid 1px #9fc1e7;
}

/* Encadrement central des pages */
div.cadre-in {
	padding:12px;
	margin:0;
	/*border-bottom:1px solid #696969;*/
	color:#000;
}

/*###################################################################  *13   Styles disponibles dans l'éditeur de page FCK      */
div.cadre {
	border-bottom:solid 1px #9fc1e7;
	border-left:solid 1px #9fc1e7;
	border-right:solid 1px #9fc1e7;
	padding:12px;
	font-size:12px;
	margin:0;
	background:#fff;
	color:#000;
}
div.cadre strong {
	color:#00aee0;
}
div.cadre p {
	color:#000;
}
img.marge {
	margin:1em;
}

img.marge_gauche {
	margin:1em 0 1em 1em;
}

img.marge_droite {
	margin:1em 1em 1em 0;
}
/*###################################################################  *14   sous-menus d'une page      */
#sous_menu {}
#sous_menu a, #sous_menu strong {
	width:255px;
	_width:240px;
	height:30px;
	display:block;
    float:left; 
	font-size:18px;
	text-align:left;
	line-height:30px;
	padding-left:15px;
	color:#000;
	margin-left:15px;
}
#sous_menu a, #sous_menu a:visited {
	color:#c00;
}
#sous_menu a:hover, #sous_menu a:visited:hover {
	color:#999;
}

#titre_cinema {
	display:none;
}
#titre_cinema h1 {
	font-size:11px;
	color:#000;
	font-weight:normal;
	text-align:right;
}
/* style des blocs autour des pubs */
.pub_space {
	height:3px;
	width:100%;
	display:block;
	padding:0;
	margin:0;
	overflow:hidden;
}



/*###################################################################  *15   bloc recrutement      */
#mod_recrute {
	margin-left:15px;
	float:left;
}
#mod_recrute p {
	text-align:justify;
}
#mod_recrute form {
	margin:0;
	padding:0;
	width:500px;
	float:left;
}
#mod_recrute label {
	display:block;
	font-weight:bold;
	font-size:13px;
	color:#1968ab;
	margin-top:18px;
}
.inp_recrut {
	width:226px;
	height:22px;
}
#mod_recrute input {
	border:solid 1px #999;
}
#mod_recrute textarea {
	border:solid 1px #999;
	width:396px;
	height:136px;
}
#left-block-recrut {
	display:block;
	float:left;
	width:290px;
	height:auto;
	text-align:left;
}
#right-block-recrut {
	display:block;
	float:left;
	width:400px;
	height:auto;
	text-align:left;
}
#bt-submit-recrut {
	clear:left;
	padding-top:15px;
}
/*###################################################################  *16   bloc contact      */
#mod_contact {
	margin-left:15px;
	float:left;
}
#mod_contact p {
	text-align:justify;
}
#mod_contact form {
	margin:0;
	padding:0;
	width:500px;
	float:left;
}
#mod_contact label {
	display:block;
	font-weight:bold;
	font-size:13px;
	color:#e68200;
	margin-top:18px;
}
.inp_contact {
	width:226px;
	height:22px;
}
#mod_contact input {
	border:solid 1px #999;
}
#mod_contact textarea {
	border:solid 1px #999;
	width:396px;
	height:136px;
}
#left-block-contact {
	display:block;
	float:left;
	width:290px;
	height:auto;
	text-align:left;
}
#right-block-contact {
	display:block;
	float:left;
	width:400px;
	height:auto;
	text-align:left;
}
#bt-submit-contact {
	clear:left;
	padding-top:15px;
}
/*###################################################################  *17   page newsletter      */
#newsletter-abo {
	margin-left:15px;
	float:left;
}
#newsletter-abo  select {
	font-size:90%;
}
#newsletter-abo form {
	margin:0;
	padding:0;
	width:500px;
	float:left;
}
#newsletter-abo label {
	display:block;
	font-weight:bold;
	font-size:13px;
	color:#00aee0;
	margin-top:18px;
}
#newsletter-abo input {
	border:solid 1px #999;
}
#newsletter-abo #valid {
	margin-top:15px;
	margin-bottom:15px;
}
#newsletter-abo #civ {
	width:100px;
	float:left;
}
#newsletter-abo #nom {
	width:200px;
	float:left;
}
#newsletter-abo #nom input {
	width:150px;
}
#newsletter-abo #prenom {
	width:200px;
	float:left;
}
#newsletter-abo #prenom input {
	width:150px;
}
#newsletter-abo #adresse {
	clear:left;
	border-top:solid 6px #fff;
}
#newsletter-abo #adresse input {
	width:450px;
	margin-bottom:1px;
}
#newsletter-abo #codepostal {
	width:100px;
	float:left;
}
#newsletter-abo #codepostal input {
	width:86px;
}
#newsletter-abo #ville input {
	width:350px;
}
#newsletter-abo #email input {
	width:350px;
}
#newsletter-abo #mobil{
	width:200px;
	float:left;
}
#newsletter-abo #genre_film label {
	font-weight:normal;
	font-size:100%;
	color:#00aee0;
	margin-top:0;
	width:150px;
	float:left;
}
#newsletter-abo #genre_film fieldset {
	margin-bottom:12px;
}
#newsletter-abo #genre_film legend {
	font-weight:bold;
	font-size:13px;
	color:#006087;
}
#newsletter-abo #genre_film input {
	vertical-align:middle;
}
#newsletter-abo #offres_cinema , #newsletter-abo #offres_part , #newsletter-abo #offres_sms {
	margin-bottom:12px;
}
#newsletter-abo #offres_cinema label, #newsletter-abo #offres_part label, #newsletter-abo #offres_sms label {
	display:inline;
}
#newsletter-abo  .msg {
	font-weight:bold;
	font-size:13px;
	/*border-left:solid 2px #c00;*/
	padding-left:6px;
}
/*###################################################################  *18   divers      */
#btn_afcae {
	position:absolute;
	top:-64px;
	left:610px;
	width:70px;
	height:52px;
	font-size:9px;
	line-height:10px;
}
#pub_header_contenu {
	display:block;
	width:980px;
	margin:0px auto 3px auto;
	position:relative;
}
#btn_montereau {
	position:absolute;
	left:861px;
	top:122px;
}
/* Commentaire public de film */
div.fichefilm-small div.comment , div.fichefilm-full div.comment {
	float:right;
	font-weight:bold;
}
div.fichefilm-small div.comment img , div.fichefilm-full div.comment img {
	vertical-align:top; 
}
/* bouton horaires de la semaines prochaine */
div.bt-sem-pro, div.bt-sem-der {
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
/* bouton retour portail */
#retour_portail_cinealpes {
	position:absolute;
	top:5px;
	left:0;
	width:980px;
	text-align:right;
	text-indent:-15px;
}
#retour_portail_cinealpes a {
	color:#fff;
}

/* vidéo v2 modification du header */
.video #header { height:163px;}
.video .fichefilm-horaire { padding:5px;}

/* couleurs des liens autres vidéos */
.fichefilm-video a:focus,
.fichefilm-video a:hover{ background:#288dc9;}
.fichefilm-video a img { background:#3f3f3f; margin-left:5px;}
.fichefilm-video a span { color:#fff; font-size:13px; margin:10px 0 0 5px; width:105px; }

.fichefilm-video a img { padding:2px;  -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.fichefilm-video a.sel img { background:#ffb608; }


/* vidéo v2 titres */
#maincontent_v2 .fichefilm-horaire { border-top:solid 1px #9fc1e7;}
#maincontent_v2 h4 { color:#0c6498;}
#maincontent_v2 .autre-videos h3 { color:#0c6498;}

/* vidéo v2 correction fond blanc */
.video #maincontent_v2 {background:none;}

/* réduction du header si résa */
.resa #header { height:163px;}

