/*
Theme Name: WordPress Default Fr
Theme URI: http://wordpress.org/
Description: Le thème par défaut de WordPress, basé sur le fameux thème <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

Kubrick v1.5
http://binarybonsai.com/kubrick/

This theme was designed and built by Michael Heilemann,
whose blog you will find at http://binarybonsai.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address,*{margin:0;padding: 0;}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {}
/* Miscellaneous conveniences: */
form label {cursor: pointer;}
fieldset {border: none;}
a{color:#e41770;}
input, select, textarea {font-size: 100%;font-family: inherit;}
html{}


body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #333;
width:992px;
margin:auto;
position:relative;
}

/* Header */
#header{
	background:#212120;
	border-bottom:solid 1px #e41770;
	height:122px;
	}
	#header h1{
		width:336px;
		float:left;
	}
		#header h1 a{
			display:block;
			width:336px;
			height:122px;
			text-indent:-9000px;
			outline:none;
			background:transparent url(images/logo.png) top left no-repeat;
		}
.searchEngine{
	float:right;
	padding:25px;
	width:271px;
}
	#header form label{
		display:block;
		color:#FFF;
		font:bold 1.25em Verdana;
		margin-bottom:10px;
	}
	#header form input.text{
		width:247px;
		height:10px;
		padding:4px 4px 4px 30px;
		border:solid 2px #EAEAEA;
		background:#FFF url(images/searchInputMagnifier) center left no-repeat;
	}
	#header form p{
		color:#FFF;
		font:normal 1em Verdana;
		margin-top:8px;
	}
/* Main Nav */
.mainNav{
	background:url("images/bg-mainNav.png") repeat scroll 0 0 transparent;
  border-bottom:1px solid #D6D6D6;
  height:46px;
  width:992px;
}
	.mainNav .linkHome{
		text-indent:-9000px;
		background:transparent url(images/btn-home.png) center center no-repeat;
		width:24px;
	}
	.mainNav ul{
	}
		.mainNav ul li{
			list-style:none;
			position:relative;
			height:46px;
			float:left;
		}
			.mainNav ul li a{
				display:block;
				float:left;
				padding:12px 20px;
				color:#FFF;
				height:22px;
				text-decoration:none;
				font:bold 1.4em Verdana;
				background:transparent url(images/bg-li-mainNav.png) bottom right no-repeat;

			}
	.mainNav ul.children{
		background:none repeat scroll 0 0 #1B1B1B;
    display:none;
    position:absolute;
    z-index:900;

  	left:-64px;
    padding:8px;
    top:46px;
    width:976px;
	}
		.mainNav ul.children li{
			background:none repeat scroll 0 0 transparent;
      display:block;
      float:left;
      height:auto;
      width:auto;
      /*border-right:solid 1px #666;*/
		}
			.mainNav ul.children li a{
				background:none;
				font:normal 1em Arial;
				padding:1px 7px;
				height:auto;
				float:none;
				font-size:1em;
				}
				.mainNav ul.children li a:hover{
				  color:#FFF;
				  background:#E41770;
				  -moz-border-radius:3px;
        	-webkit-border-radius:3px;
        	-moz-box-shadow:0px 0px 2px #222;
        	-webkit-box-shadow: 0 0 2px #222;
				}


/* Form Newsletter */
.mainNav form{
	float:right;
	height:38px;
	width:264px;
	margin-right:11px;
	padding:10px;
	background:transparent url(images/bg-form-newsletter.png) top left no-repeat;
}
		.mainNav form p{
			font:bold 1.2em Verdana;
			color:#FFF;
		}
		.mainNav form input#wpoi_email{
			font:normal 1em Verdana;
			width:90px;
			color:#666;
			width:;
		}

/* PUB Large Banner */
.LargeBanner{
	color:#FFF;
	text-align:center;
  padding:25px 0;
  text-align:center;
}
.LargeBanner a img{
  border:none;
}

/* Home */
.module{
	width:600px;
	margin:0 0 20px 0;
	background-color:#E2E2E2;
}
#content .module{
	padding-bottom:10px;
}
	#content .featured{
		position:relative;
		margin:0 0 20px;
		padding-bottom:0;
	}
	.featured .preview{
		position:relative;
		border-bottom:solid 1px #e41770;
		position:absolute;
		top:36px;
		left:0;
		height:400px;
	}
		.preview .overlayPlay{
			position:absolute;
			width:600px;
			height:388px;
			background:transparent url(images/btnPlay.png) center center no-repeat;
			cursor:pointer;
		}
		.preview .overlayDesc{
			position:absolute;
			opacity:0.6;
			bottom:0;
			color:#FFF;
			padding:25px;
			background:#111;
			display:none;
			width:550px;
		}
		.preview img.habillage_home{
			width:600px;
			height:400px;
		}
.featured ul{
	background:none repeat scroll 0 0 #FFFFFF;
	border-top:14px solid #212120;
	margin:388px 0 0;
	height:100px;
}

	.featured ul li{
		background:#e2e2e2 url(images/bg-listPlayer.png) top center repeat-x;
		color:#222;
		float:left;
		font-size:1.2em;
		height:100px;
		list-style:none outside none;
		margin-right:1%;
		text-align:center;
		width:145px;
		color:#333;
	}

	.featured ul li.current,.featured ul li:hover{
		background:none repeat scroll 0 0 #212120;
		cursor:pointer;
		color:#EEE;

	}
	.featured ul li.last{
		margin:0;
		width:147px;
	}
		.featured ul li a{
			color:#333;
			text-align:center;
			display:block;
			font-weight:bold;
			font-size:1.1em;
			text-decoration:none;
			width:105px;
			height:80px;
			padding:20px 20px 0 20px;
		}
			.featured ul li.current a, .featured ul li:hover a{
				color:#FFF;
			}
/* videoNav */
.module.video{
	background:#e2e2e2;
}
.videoNav{
	height:38px;
	margin-left:14px;
}
	.videoNav li{
		list-style:none;
		float:left;
		margin:0 4px 0 0;
	}
		.videoNav li a{
			float:left;
			display:block;
			text-decoration:none;
			font:bold 1.1em Verdana;
			padding:10px 15px;
			background:#cccccc;
			color:#2c2c2c;
		}
			.videoNav li a:hover, .videoNav li.current a{
				padding:10px 15px 20px 15px;
				background:#212120;
				color:#FFF;

			}

.thCtn, li.cat li{
	position:relative;
}
	.thCtn img.alignleft{
		padding:0;
	}
	.thCtn .desc, li.cat li .desc{
		display:none;
		opacity:0.9;
		position:absolute;
		top:0;
		left:0;
		background:#222;
		color:#FFF;
		padding:8px;
		width:154px;
		height:103px;
		overflow:hidden;
		cursor:pointer;
	}
	li.cat li .desc{

	}

ul.video{
	clear:left;
	margin:20px 0 0 0;
	padding:0 14px;
}
ul.video li h4{
  height:30px;
}
	ul.video>li, .byCat ul li ul li{
		border-bottom:1px solid #999999;
    float:left;
    height:210px;
    list-style:none outside none;
    margin:0 0 20px;
    padding-right:16px;
    width:172px;
	}
	ul.video.lastVideo > li{
	  height:220px;
	}
	.video li h4{

	}
	ul li h4{
		font-size:1.2em;
	}
	ul.video li li{
	  margin-bottom:20px;
		list-style:none;
	}
	ul.video ul.metadata li{
	  margin-bottom:3px;
	}
/* byCat */
.byCat ul{

}
	.byCat ul li.cat{
		list-style:none;
		margin:0 0 30px 0;
		clear:left;
	}
		.byCat ul li h3 a{
			border-bottom:solid 1px #AAA;
			display:block;
			text-decoration:none;
			margin:0 0 8px 0;
			color:#333;
			height:22px;
		}
		.byCat ul li a.seeMore{
			margin:8px 0 0 0;
			font-size:0.8em;
		}
		.byCat ul li .wp-post-image{
			display:block;
			margin:4px 0 4px 0;
		}



/* mostViewed */
ul.mostViewed li{
}
	ul.mostViewed li a.seeMore{
		font-size:0.8em;
		margin:8px 0 0 0;
	}

/* bestRated */
ul.bestRated li{
	display:block;
	height:16px;
	margin:0;
	padding:4px 10px;
	width:545px;
	border-bottom:1px solid #BABABA;
}
	ul.bestRated li a{
		text-decoration:none;
		margin-left:8px;
	}

/* Single */
.post, div.page{
	position:relative;
	margin-bottom:20px;
	background-color:#e2e2e2;
}
	.post h1{
		background:#e41770;
		color:#FFF;
		padding-top:6px;
		height:30px;
	}
/* Entry */
.entry{
	padding:15px;
	margin:0 0 20px;
}
.entry h3{
	margin:0 0 12px 0px;
}
.entry h4{
	margin:12px 0 6px 0;
}
.entry p{
	margin:0 0 6px 0;
}
.entry img{
	border:none;
}
.entry ul, .entry ol{
	list-style-position:inside;
}
.entry img.wp-post-image{
	float:left;
	margin-right:10px;
}
.entry .metadata{
	margin:10px 0;
}

	.entry .metadata li{
		list-style:none;
	}
	.entry p{
		line-height:1.5em;
	}
.post .socialSharing{
  border-top:1px solid #CCCCCC;
  clear:left;
  height:12px;
  line-height:30px;
  margin:0 0 20px;
  padding:15px;
}
.post .socialSharing strong{
	height:20px;
	display:inline-block;
	float:left;
	margin:0 4px 0 0;
}
.post .socialSharing a{
	display:inline-block;
	float:left;
	margin:0 4px;
}
.post .socialSharing a img{
	border:none;
}

.post .rating{
	margin:10px 0;
}
.post .post-ratings{
	display:inline;
}
/* Related Posts*/
#related_posts{
  float:right;
  padding-left:10px;
  padding-bottom:14px;
  border-left:solid 2px #AAA;
  width:200px;
  margin-bottom:20px;
}
#related_posts li{
  list-style:none;
}
a.seeMore, a.seeMore{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-box-shadow:0px 0px 2px #222;
	-webkit-box-shadow: 0 0 2px #222;
	background:none repeat scroll 0 0 #e41770;
	color:#FFF;
	float:right;
	font:bold 1em Verdana;
	padding:3px 5px;
	text-decoration:none;
	float:right;
	margin:0;
}
	.post a.seeMore:hover{
		background:#333;
	}

/* Category Concours */
.category-concours #content{

}
	.concoursList>p{
		padding:6px 10px;
	}
		.concoursList p.clear{
			padding:0;
		}

	.concoursList ul{
		padding:0 10px;
		margin:0 0 10px 0;
	}
	.concoursList li{
		list-style:none;
		padding:10px;
		background:#d2d2d1;
		margin-bottom:10px;
	}
		.concoursList li p{
			margin:4px 0;
		}

	.concoursList h3{
		margin:0 0 10px 0;
	}

	.concoursList h3 a{
		font:bold 1.2em Verdana;
		text-decoration:none;
		color:#333;
	}

	.concoursList span.gain{
		float:right;
		display:block;
		width:90px;
		height:40px;
		background:#212120;
		color:#FFF;
		padding:10px;
		font-size:1.2em;
		font-weight:bold;
	}
	.concoursList a.moreInfo, .concoursList a.participer{
		padding:2px 5px;
		text-decoration:none;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		-moz-box-shadow:0px 0px 2px #222;
		-webkit-box-shadow: 0 0 2px #222;

		margin:0 4px 0 0;
	}

	.concoursList a.moreInfo{
		background:#212120;
		color:#FFF;
	}

	.concoursList a.participer{
		background:#cc1866;
		color:#FFF;
	}


/* singleConcours */

	.entry form{
		clear:both;
		padding:8px 0;
		clear:both;
	}
	.category-concours #content form h3{
		padding:4px 0;
		border-bottom:dotted 1px #AAA;
		margin:8px 0;
	}
	.category-concours #content input{
		margin:0 8px 0 0;
	}
		.category-concours input.submit{
			float:right;
		}
	.category-concours form p.message{
		clear:right;
	}
/* Page Partenaire */
.page-template-pagePartenaires-php .entry ul li{
	list-style:none;
	float:left;
	width:120px;
}
	.page-template-pagePartenaires-php .entry ul li img{
		max-width:100px;
	}

/* Sidebar */
#sidebar{
	float:right;
	width:360px;
}
	#sidebar span.title{
		width:332px;
		border-bottom:solid 1px #FFF;
	}
	#sidebar .module{
		width:inherit;
		margin:0 0 20px 0;
		width:360px;
	}
#sidebar .partners{
	background:#3c3b39;

}
#sidebar .partners li{
	list-style:none;
	text-align:center;
}
	#sidebar .partners li a{

	}
		#sidebar .partners li a img{
			border:1px solid;
      max-width:358px;
      overflow:hidden;
		}
#sidebar .pubSidebar{
  text-align:center;
  background:none;
}
	#sidebar .pubSidebar a img{
	  border:none;
	}

/* Tag clouds */
.st-tag-cloud{
  padding:5px;
}
.st-tag-cloud a{
  font-family:arial;
  text-decoration:none;
}
/* Partners */
#partners{
  position:relative;
  width:360px;
  height:260px;
}
#partners li{
  position:absolute;
  top:0;
  left:0;
  width:360px;
  height:260px;
}
/* Actu */
.actu{
	background:#eaeaea;
}
/* Concours Sidebar */
.concours{background:#eaeaea;}
	.concours ul{
		padding:0 5px;
	}
	.concours li{
		border-bottom:solid 1px #838382;
		list-style:none;
		padding:5px 10px 1px;
		margin-top:1px;
		cursor:pointer;
	}
	.concours li:hover{
		background:#e41770 url(images/concours-hoverLi.png) center right no-repeat;
		color:#FFF;
	}
	.concours h4{
		font-variant:small-caps;
		font-size:1.3em;
	}
		.concours h4 a{
			text-decoration:none;
			color:#303030;
			display:block;
		}
		.concours h4 a:hover{
		  color:#FFF;
		}
/* Cinémas */
#sidebar .cinema ul{
  padding:10px;
  height:20px;
}
#sidebar .cinema ul li{
  list-style:none;
  float:left;
  margin:4px;
}
#sidebar .cinema ul li a{
  text-decoration:none;
  color:#FFF;
  background:#e41770 url(images/bg_link_pageNav.png) bottom center repeat-x;
  -moz-border-radius:4px;
	-webkit-border-radius:4px;
  padding:2px 4px;
}
/* Social */
.social{
	background-color:#3c3b39;
	height:175px;
}
.social ul{
	padding:10px 40px;
}
	.social ul li{
		float:left;
		list-style:none;
		margin:4px 10px;
	}
	.social ul li a{
		display:block;
		outline:none;
		text-indent:-9000px;
		width:118px;
		height:46px;
		background-position:top left;
	}
	.social ul li a:hover{
		background-position:bottom left;
	}
	.social a.rss{
		background-image:url(images/btn-social-rss.png);
	}
	.social a.facebook{
		background-image:url(images/btn-social-facebook.png);
	}
	.social a.myspace{
		background-image:url(images/btn-social-myspace.png);
	}
	.social a.twitter{
		background-image:url(images/btn-social-twitter.png);
	}
/* Footer */
#footer{
	background:#212120;
	border-top:solid 3px #9f9f9f;
	padding:20px;
	color:#FFF;
}
	#footer ul{
		float:left;
    margin-right:32px;
    max-width:210px;
	}
		#footer ul li{
			list-style:none;
			list-style:none;
		}
			#footer ul li h6{
				text-transform:uppercase;
				color:#6A6A6A;
				font-size:1.5em;

			}
			#footer ul li a{
				text-decoration:none;
			}
			#footer ul li a:hover{
			  color:#FFF;
			}



/* Misc */
.alignleft{float:left;}
.alignright{float:right;}

img.alignleft{padding:0 8px 8px 0;}
img.alignright{float:0 0 8px 8px;}
#content{
	width:600px;
	float:left;
	margin:0 0 0 6px}
.clear{
	clear:both;
	line-height:0;
	height:0;
	padding:0;
}
span.title, #content h1, .page #content h1{
  z-index:0;
	background:#e41770;
	color:#FFF;
	padding:8px 14px;;
	display:inline-block;
	width:572px;
	font:bold 1.4em Verdana;
	position:relative;
	height:auto;
	height:20px;
	text-shadow:0 0 8px #333333;
}
.category-actualites span.title, #content .category-actualites h1{
	background:#212120;
}
span.dark{
	background:#212120;
}
	p.corner{
		width:13px;
		height:46px;
		background:url(images/corner.png) top right no-repeat;
		position:absolute;
		top:0;
		left:-13px;
	}
	.category-actualites p.corner{
		background:url(images/corner-dark.png) top right no-repeat;
	}
	span.title a{
	  text-shadow:;
		position:absolute;
		right:8px;
		top:8px;
		background:#e2e2e2;
		padding:3px 5px;
		font:bold 0.75em Verdana;
		color:#444;
		text-decoration:none;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		-moz-box-shadow:0px 0px 2px #222;
		margin:0;
		height:15px;
		text-shadow: 1px 1px 2px #AAA;
	}
	span.title a:hover{
	  background:#333;
	  color:#FFF;
	}
/* Agenda */
#agenda small{
  margin-bottom:20px;
  display:block;
  font-size:1em;
}
#agenda h2{
  border-top:solid 1px #e41770;
  margin:20px 0;
}
#agenda h2 span{
  color:#FFF;
  background:#e41770 url(images/bg_link_pageNav.png) bottom center repeat-x;
  -moz-border-radius:4px;
	-webkit-border-radius:4px;
  padding:5px 10px;
  margin-left:10px;
  text-shadow:0 0 3px #333;

}
#agenda h3{
  color:#e41770;
  font-size:1.5em;
}
#agenda .affiche{
  width:115px;
  float:left;
  margin-right:8px;
}
#agenda .affiche img{
  padding-bottom:10px;
  background:transparent url(images/bg_affiches_agenda.png) bottom center repeat-x;
  margin-bottom:2px;
}
#agenda .event{
  -moz-box-shadow:2px 2px 6px #BBB;
	-webkit-box-shadow: 2px 2px 6px #BBB;
	padding:10px;
	background:#EFEFEF;
	margin-bottom:2px;
}
#agenda .affiche strong{
  text-transform:uppercase;
}
#agenda .details{
  padding-left:130px;
}
#agenda .pageNav{
  margin-top:20px;
}
#agenda .pageNav a{
  text-decoration:none;
  color:#FFF;
  background:#e41770 url(images/bg_link_pageNav.png) bottom center repeat-x;
  -moz-border-radius:4px;
	-webkit-border-radius:4px;
  padding:5px 10px;
}
#agenda .pageNav a:hover{
  background:#333;
}

/* cinema */
#cinema div.film{
  padding:10px;
  border-bottom:solid 3px #bdbcb6;
}
#cinema .odd{
  background:#d1d1cd;
}
#cinema .even{
  background:#f7f7f7;
}
#cinema h2{
  margin:10px 0;
}
#cinema small{
  margin-bottom:20px;
  display:block;

}

#cinema h3 span{
  color:#333;
  font-weight:normal;
  font-size:0.8em;

}
#cinema h3{
  color:#e41770;
  font-size:1.5em;
}
#cinema .affiche{
  float:left;
  margin-right:8px;
  width:82px;
}
#cinema .affiche img{
  padding-bottom:1px;
  border-bottom:solid 1px #FFF;
  margin-bottom:4px;
}


#cinema .affiche a.allocine_link{
  display:block;
  width:81px;
  height:48px;
  background:transparent url(images/bg_btn_allocine.png) top left no-repeat;
  outline:none;
  text-indent:-9000px;
}

#cinema .details{
  padding-left:100px;
}
#cinema .pageNav{
  margin-top:20px;
}
.cinemas_liste a{
  text-decoration:none;
  color:#FFF;
  background:#e41770 url(images/bg_link_pageNav.png) bottom center repeat-x;
  -moz-border-radius:4px;
	-webkit-border-radius:4px;
  padding:2px 4px;
}
.cinemas_liste a:hover, .cinemas_liste a.current{
  background:#333;
}
#cinema .nouveaute,#cinema .relief{
  float:right;
  clear:right;
  width:86px;
  text-indent:-9000px;
}

#cinema .nouveaute{
  height:22px;
  background:transparent url(images/picto-nouveaute.png) top center no-repeat;
}
#cinema .relief{
  height:31px;
  background:transparent url(images/picto-relief.png) top center no-repeat;
}

/* Misc Forms */
#participerConcours input, #participerConcours textarea {

	}
p.message{
	background:url("images/li-err-bg-green.png") repeat scroll 0 0 transparent;
	border:1px solid #85D060;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-align:center;
}
textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
}

.navigation{
  padding:10px;
  background:#E2E2E2;
  margin-bottom:10px;
  height:10px;
}

#browser_alert{
  border:solid 2px #f09800;
  background:#ffad1e;
  color:#333;
  padding:8px;
}


/*
 tweet list styles
*/

ul.tweet_list {list-style: none; margin: 10px 20px; padding: 0 0 10px;}
ul.tweet_list li {margin: 0; padding: 10px 0; border-top: 1px solid #ddd; }
ul.tweet_list li:first-child {border-top: none;}
