/*
Theme Name: Les Ecrans Luziens
Theme URI: http://wordpress.org/
Description: WordPress theme pour le site Les Ecrans Luziens
Version: 1.0
Author: Rezo21
Author URI: http://rezo21.net/
*/

/* begin body
---------------------------------------------------------------------------------------------------------------------------*/	
* {
	margin : 0;
	padding : 0;
}

body {
	margin: 0;
	padding: 0;
	/*background-color: #7F1202;*/
	background-color:#7F0602;
	font-family: Verdana;
	font-size : 11px;
}

.cleared {
    clear : both;
	height : 0;
	overflow : hidden;
}

/* begin écriture
---------------------------------------------------------------------------------------------------------------------------*/	
.titre {
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom : 10px;
	color : #7F0602;
	font-size : 18px;
	font-weight:bold;
	text-transform : uppercase;
}

.titrefilm {
	margin-top: 15px;
	padding-left:15px;
	color : #7F0602;
	font-size : 22px;
	font-weight:bold;
	text-transform : uppercase;
}

.titresemaine {
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom : 10px;
	color : #7F0602;
	font-size : 14px;
	font-weight:bold;
	/*text-transform : uppercase;*/
}

.d_sallecom {
	padding-left:15px;
	color : #7F0602;
	font-size : 14px;
	font-weight:bold;
}

.d_sallecomproch {
	color : #7F0602;
	font-size : 12px;
	font-weight:bold;
}

.horaire {
	color : #7F0602;
	font-weight:bold;	
}

.filmcaract {
	float : right;
	text-align:left;
	color : #7F0602;
	font-size : 14px;
	font-weight:bold;
	padding-right:10px;
}

.infofilm {
	padding-left: 5px;
	margin-top: 15px;
	margin-bottom : 15px;
	color : #7F1202;
	font-size : 14px;
	font-weight:bold;
	text-transform : uppercase;
}

.titresidebar {
	padding-left: 10px;
	padding-top : 10px;
	padding-bottom: 10px;
	/*color : #bc1221;*/
	color : #7F0602;	
	font-size : 14px;
	font-weight:bold;
	text-transform : uppercase;
}

p {
	padding-top :2px;
	padding-bottom : 20px;
}

h1 {
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom : 10px;
	color : #7F0602;
	font-size : 18px;
	font-weight:bold;
	/*text-transform : uppercase;*/
}

h2 {
	font-size : 16px;
	font-weight:bold;
	padding-top : 10px;
	padding-bottom : 10px;
	color:#7F0602;
}

h3 {
	font-size : 16px;
	font-weight:bold;
	padding-top : 10px;
	padding-bottom : 10px;
	color:#666;
}

h4 {
	font-size : 16px;
	padding-top : 5px;
	padding-bottom : 5px;
	color:#7F0602;
}

h5 {
	font-size : 16px;
	padding-top : 5px;
	padding-bottom : 5px;
	color:#666;
}

h6 {
	font-size : 14px;
	padding-top : 20px;
	padding-bottom : 10px;
	line-height : 15px;
	color:#666;
}

small {
	font-size : 9px;
	line-height : 15px;
}

/* begin lien
---------------------------------------------------------------------------------------------------------------------------*/	
a {
	color : #7F0602;
	text-decoration : none;
}

a:hover {
	color : #7F0602;
	text-decoration : underline;
}

a.more-link {
	color : #7F0602;
	text-decoration : none;
	line-height:30px;
}

a:hover.more-link {
	color : #7F0602;
	text-decoration : underline;
	line-height:30px;
}

a.semaine {
	color : #000000;
	line-height:30px;
	/*
	padding-left : 10px;
	*/
}

a:hover.semaine {
	color : #7F0602;
	text-decoration : underline;
}

a.titre-article {
	color : #000000;
}

a:hover.titre-article, active a.titre-article {
	color : #7F0602;
}

a.lienfilm {
	line-height : 45px;
	color : #666;
	font-size : 12px;
	font-weight:bold;
}

a:hover.lienfilm, active a.lienfilm {
	color : #7F0602;
}

/* begin image
---------------------------------------------------------------------------------------------------------------------------*/	
img {
	border : 0 none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 5px 10px 5px 10px;
	display: inline;
	}

img.alignleft {
	margin: 5px 10px 5px 10px;
	display: inline;
	}
	
img.prog_proch {
	border : 0 none;
	float : left;
	margin: 10px 5px 10px 15px;
	}
	
img.fiche {
	border : 0 none;
	float : left;
	margin: 2px 10px 10px 15px;
	}

img.miniaffiche {
	border : 0 none;
	float : left;
	margin: 5px 5px 5px 5px;
	}
	
img.photo {
	border : 0 none;
	float : left;
	margin: 5px 0px 10px 10px;
	}

/* begin tableau
---------------------------------------------------------------------------------------------------------------------------*/	
table {
	width : 98%;
	margin:0;
	padding:0;
	float:left;
}

tr {
	background-color:none;
}

th {
	/*background-color:#811103;*/
	background-color:#7F0602;
	color : #FFFFFF;
	font-weight:bold;
	text-align:center;
	width:14%;
}

td  {
	text-align:center;
	width:14%;
}

td.prog  {
	width:20px;
}

td.prog2  {
	padding-top:10px;
	width:390px;
	text-align:left;
	font-size : 18px;
	font-weight:bold;
	color:#666;
}

td.prog3  {
	width:80px;
	text-align:left;
	font-size : 15px;
	font-weight:bold;	
	/*color: #bc1221;*/
	color:#666;
}

td.prog4 {
	width:470px;
}

td.prog5 {
	text-align:left;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left:15px;
	color : #666;
	font-size : 14px;
	font-weight:bold;
	text-transform : uppercase;
}

td.proch2  {
	width:200px;
	text-align:left;
}

/* begin header
---------------------------------------------------------------------------------------------------------------------------*/	
#header {
	margin-left:auto;
	margin-right:auto;
	margin-top : 0px;
	width: 960px;
	height: 170px;
}

/* begin topmenu
---------------------------------------------------------------------------------------------------------------------------*/	
#topmenu 	{
	margin-left:auto;
	margin-right:auto;
	background: url('http://www.cineluz.fr/wp-content/themes/ecrans_luziens/images/topmenu-2011.jpg') no-repeat top;
	background-color:#ffffff;
	width: 935px;
	height: 20px;
	line-height : 16px;
	padding-top:30px;
	padding-left:25px;

}
	
#topmenu li {
	float : left;
	list-style : none;
	display:inline;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #7F0602;
}

#topmenu a {
	/*background : url('http://www.cineluz.fr/wp-content/themes/ecrans_luziens/images/separator.gif') no-repeat 0 50%;*/
	/*color : #C5C5C5;*/
	color : #7F0602;
	display : inline;
	/*font-size : 16px;*/
	font-size : 14px;
	text-align : center;
	text-decoration : none;
	text-transform : uppercase;
	letter-spacing: 2px;
	
}

#topmenu a:hover, #topmenu active a {
	color:#cecfce;
	/*color : #000000;*/
	/*text-decoration : none;*/
	text-decoration : underline;
	/*background:url('http://www.cineluz.fr/wp-content/themes/ecrans_luziens/images/puce_logo_little.png') center left no-repeat;*/
}

/* begin page
---------------------------------------------------------------------------------------------------------------------------*/	
#page {
	margin-left: auto;
	margin-right: auto;
	width:960px;
	position:relative;
	text-align : justify;
	background : #FFFFFF;
	}

/* begin content
---------------------------------------------------------------------------------------------------------------------------*/
#content {
	float:left;
	width: 700px;
	font-family: Verdana;
	font-size : 12px;
}

#content2 {
	float:left;
	width: 960px;
}

/* begin sidebar
---------------------------------------------------------------------------------------------------------------------------*/
#sidebar {
	padding-top : 15px;
	float :right;
	width: 260px;
	font-size: 12px;
}

#sidebar ul {
	list-style:none;
}
	
#sidebar li {
	background: none;
	list-style : none;
	list-style-type : none;
	line-height: 15px;
	display: block;
	/*padding-left: 45px;*/
	padding-left: 25px;
	margin-top : 9px;
}

#sidebar a {
	color : #000000;
	font-size : 12px;
	font-weight:bold;
	text-align : left;
	text-decoration : none;
	text-transform : none;
}

#sidebar a:hover, #sidebar .active a {
	color:#7F0602;
	text-decoration : underline;
}

.rightmenu {
	/*height:450px;*/
	height:575px;
	background : #CCCCCC;
	-moz-border-radius : 20px 0 0 20px;
}

.rightmenu2 {
	height:150px;
	background : #CCCCCC;
	-moz-border-radius : 20px 0 0 20px;
}

/* begin publicité
---------------------------------------------------------------------------------------------------------------------------*/
.ads1{
	margin-top : 15px;
	background : none;
	padding: 0 0 0 0px;
	width: 260px;
	height:auto;
	clear :both;
}

.ads2{
	margin-top:15px;
	margin-bottom:15px;
	background : none;
	padding: 0 0 0 0px;
	width: 260px;
	height:auto;
	clear :both;
}	
	
/* begin topfilm
---------------------------------------------------------------------------------------------------------------------------*/
#topfilm {
	float : left;
	padding: 0 0 0 0px;
	width: 700px;
	height : 40px;
	}
	
#topfilmleft {
	float : left;
	padding: 0 0 0 0px;
	width: 470px;
}
	
#topfilmright {
	float : right;
	padding: 0 0 0 0px;
	width: 230px;
}

.synopsis_comm {
	padding: 0 10px 0 0px;
	padding-right:20px;
}

.synopsis_comm2 {
	padding: 10px 10px 0 0px;
	padding-right:20px;
	color : #7F0602;
}

.fiche_film {
	padding: 0 10px 0 15px;
}

/* begin topprog
---------------------------------------------------------------------------------------------------------------------------*/
#topprog {
	float : left;
	padding: 0 0 0 0px;
	width: 660px;
	height : 40px;
}
	
#topprogleft {
	float : left;
	padding: 0 0 0 0px;
	width: 500px;
}
	
#topprogright {
	float : right;
	padding: 0 0 0 0px;
	width: 160px;
	text-align : left;
}

.onthetop {
	z-index:10;
}

#topdate {
	float : left;
	padding: 0 0 0 0px;
	width: 500px;
	height : 30px;
}
/* begin footer
---------------------------------------------------------------------------------------------------------------------------*/
#footer 	{
	clear:both;
	position:relative;
	background-color: #000000;
	height: 100px;
	width: 960px;
	margin : 0 auto;
	padding : 0 0px;
	-moz-border-radius : 0 0 20px 20px;
	margin-bottom:20px;
	}

/* begin menu footer
---------------------------------------------------------------------------------------------------------------------------*/
#menufooter 	{
	margin : 0 auto;
	padding : 0 0px;
	background-color: #000000;
	height: 10px;
	padding-top:10px;
	padding-bottom:10px;
	line-height : 10px;
	width: 390px;
	margin-left:285px;	
	}
	
#menufooter li {
	float : left;
	list-style : none;
	width : 129px;
	display:inline;
	border-right:1px solid #C5C5C5;
}

#menufooter a {
	/*background : url('http://www.cineluz.fr/wp-content/themes/ecrans_luziens/images/separator.gif') no-repeat 0 50%;*/
	color : #C5C5C5;
	display : block;
	font-size : 10px;
	text-align : center;
	text-decoration : none;
	text-transform : uppercase;
}

#menufooter a:hover, #menufooter .active a {
	color:#7F0602;
	text-decoration : underline ;
}

/* begin copyright
---------------------------------------------------------------------------------------------------------------------------*/
#copyright 	{
	background-color: #000000;
	color : #C5C5C5;
	display : block;
	font-size : 10px;
	text-align : center;
	height: 50px;
	width: 960px;
	margin : 0 auto;
}	
	
/* begin post
---------------------------------------------------------------------------------------------------------------------------*/	
.post {
	margin-left: 10px;
	margin-right:10px;
	text-align: justify;
}

.post ul li {
	margin-left: 30px;
}

.post img {
	margin : 10px 10px 10px 10px;
}
.postcleared {
    clear : left;
	border-bottom : 1px solid #cccccc;
	padding-bottom:30px;
	height : 0;
	overflow : hidden;
	display:none;
}

.postmetadata {
    clear : left;
	line-height:30px;
	display:none;
}

/* begin commentaire
---------------------------------------------------------------------------------------------------------------------------*/
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 15px;
}

#commentform {
	margin: 5px 10px 0 0;
}
	
#commentform textarea {
	width: 97%;
	margin: 5px 5px 1px 15px;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.commentlist img {
	margin:10px;

}


#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
	
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { 
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
	
.nocomments {
	color: #777;
}
	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
	


/* begin Carousel
---------------------------------------------------------------------------------------------------------------------------*/
#mycarousel {
	width: 630px;	
	height: 139px;
	margin-top : 15px;
}
 
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 101px;
    height: 135px;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-container-horizontal {
    width: 630px;
    padding: 0px 35px;
}

.jcarousel-clip-horizontal {
    width:  630px;
    height: 139px;
}

.jcarousel-item {
    width: 101px;
    height: 135px;
    border: 1px solid #B9BCAB;
}

.jcarousel-item:hover {
    border-color: #9CA28B;
}

.jcarousel-item-horizontal {
    margin-right: 2px;
}

.jcarousel-next-horizontal {
    position: absolute;
    top: 55px;
    right: 1px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("http://www.cineluz.fr/wp-content/themes/ecrans_luziens/images/next-horizontal.png") no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
	background: transparent url("http://www.cineluz.fr/wp-content/themes/ecrans_luziens/images/next-horizontal.png") no-repeat 0 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
	background: transparent url("http://www.cineluz.fr/wp-content/themes/ecrans_luziens/images/next-horizontal.png") no-repeat 0 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 55px;
    left: 1px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("http://www.cineluz.fr/wp-content/themes/ecrans_luziens/images/prev-horizontal.png") no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
	background: transparent url("http://www.cineluz.fr/wp-content/themes/ecrans_luziens/images/prev-horizontal.png") no-repeat 0 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
	background: transparent url("http://www.cineluz.fr/wp-content/themes/ecrans_luziens/images/prev-horizontal.png") no-repeat 0 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/* begin newsletter
---------------------------------------------------------------------------------------------------------------------------*/	
#newsletter {
	margin: 0 0 0 0px;
	padding: 0;
	font-size: 12px;
	padding-left : 20px;
	padding-right : 20px;
	text-align : justify;
}
	
#newsletter  p {
	margin: 0 0 0 0px;
	padding-top : 10px;
}	

#newsletter input {
	font-size : 12px;
	text-transform : uppercase;
	color : #7F1202;
	background : #D8D8D8;
	padding : 4px 4px 4px 4px;
	border : 0 none;
	margin-top : 5px;
}

#newsletter .wpsb_form_btn {
	background : url("http://www.cineluz.fr/wp-content/themes/ecrans_luziens/images/btn-envoyer.jpg");
	height : 20px;
	border : 0 none;
	width : 72px;
}

#newsletter .wpsb_form_radio {
float : center;
width:20px;
}

.wpsb_form_label {
font-size : 12px;
color : #7F1202;

}

