@charset "UTF-8";
/* CSS Document */

* {
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	}

@font-face {
  font-family: 'Birch';
  src: url('../font/BirchStd.eot'); /* IE9 Compat Modes */
  src: url('../font/BirchStd.eot#iefix') format('embedded-opentype'), 
       url('../font/BirchStd.woff') format('woff'), 
       url('../font/birchstd.ttf')  format('truetype'), 
       url('../font/birchstd.svg#svgBirch') format('svg'); 
       /* IE6-IE8 *//* Super Modern Browsers *//* Pretty Modern Browsers *//* Safari, Android, iOS *//* Legacy iOS */
	}

body {
	top: 0px;
	background-color: #ffffff;/* couleur de fond du site*/
	font-family: 'Birch','Elsie',Times;
	font-weight: 400;
	font-size: 16px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #010101;
	}

img {
	border:none;
	}

p, h1, h2, h3, h4, h5, h6 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}


#global{
	width: 100%;
	height: 100%;
	/*padding: 1px 0;*/
	}

#contentmain{
	width: 1200px;
	height: 578px;
	margin: 0 auto;
	}

#contentlogo{
	width: 476px;
	height: 370px;
	padding-top: 80px;
	float: left;
	}

#contentlogopageint{
	width: 290px;
	height: 578px;
	padding-top:20px;
	float: left;
	}

#logosite{
	width: 400px;
	height: 409px;
	background-image: url("../images/logo-les-derniers-survivants-big.jpg");
	background-repeat: no-repeat;
	}

#minilogosite{
	width: 256px;
	height: 260px;
	background-image: url("../images/logo-les-derniers-survivants-little.jpg");
	background-repeat: no-repeat;
	}

#imageflip{
	width: 688px;
	height: 578px;
	float: right;
	}

#contentnav{
	width: 100%;
	height: 60px;
	background: #2b1819; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzJiMTgxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #2b1819 1%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2b1819), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2b1819 1%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2b1819 1%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2b1819 1%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2b1819 1%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b1819', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
	}

#barrenav{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	}

#partie_gauche{
	width: auto;
	height: auto;
	float: left;
	padding-top: 15px;
	}

#partie_gauche ul{
	list-style-type: none;
	display: inline-block;
	padding:0;
 	margin:0;
	}

#partie_gauche ul li{
	display: inline-block;
	}

#partie_gauche li + li{
	margin-left:20px;
	}

#partie_gauche a{
	color: #6b3d3f;
	font-size: 34px;
	text-decoration: none;
	}

#partie_gauche a:hover{
	color: #706f6f;
	font-size: 34px;
	text-decoration: none;
	}


/*********** SURVOL bouton CARTE ***********/

#partie_droite{
	width: 27%;
	height: 60px;
	float: right;
	padding-top: 7px;
	}

#btsurvolcarte{
	display: block;
	position: relative; /** le positionnement relatif servira comme référence pour le positionnement absolu suivant **/
	float: right;
	width: 91%;
	height: 47px;
	background-image: url("../images/logomenuoutrouver.png");
	background-repeat: no-repeat;
	padding-left: 34px;
	}

#btsurvolcarte span{
	width: auto;
	position: absolute;
	float: right;
	color: #644d3d;
	font-size: 34px;
	text-decoration: none;
	margin: 10px 0 0 0;

	}

#btsurvolcarte:hover{
	background-image: url("../images/logomenuoutrouverover.png");
	background-repeat: no-repeat;
	}

#btsurvolcarte:hover span{
	color: #706f6f;
	}

#btsurvolcarteencours{
	display: block;
	position: relative; /** le positionnement relatif servira comme référence pour le positionnement absolu suivant **/
	float: right;
	width: 91%;
	height: 47px;
	background-image: url("../images/logomenuoutrouverover.png");
	background-repeat: no-repeat;
	padding-left: 34px;
}

#btsurvolcarteencours span{
	width: auto;
	position: absolute;
	float: right;
	color: #644d3d;
	font-size: 34px;
	text-decoration: none;
	margin: 10px 0 0 0;

	}


/*********** FOOTER ***********/

#sousbarrenav{
	width: 335px;
	height: auto;
	margin: 0 auto;
	padding: 15px 0 0 0;
	}

#languemention{
	width: 314px;
	height: auto;
	margin: 0 auto;
	padding: 8px 0 0 0;
	}
	
#sousbarrenav ul, #languemention ul{
	list-style-type: none;
	display: inline-block;
	padding:0;
 	margin:0;
	}
#sousbarrenav ul li, #languemention ul li{
	display: inline-block;
	}

#sousbarrenav li + li, #languemention li + li{
	margin-left:10px;
	}

#sousbarrenav a{
	color: #454545;
	font-size: 30px;
	text-decoration: none;
	}	

#sousbarrenav a:hover{
	color: #706f6f;
	font-size: 30px;
	text-decoration: none;
	}	

#logofacebook{
	display: block;
	position: relative;
	width: 25px;
	height: 25px;
	background-image: url("../images/logofacebook.png");
	background-repeat: no-repeat;
	margin-left: 36px;
}

#logofacebook:hover{
	background-image: url("../images/logofacebook_on.png");
	background-repeat: no-repeat;
}

#logotwitter{
	display: block;
	position: relative;
	width: 25px;
	height: 25px;
	background-image: url("../images/logotwitter.png");
	background-repeat: no-repeat;
}

#logotwitter:hover{
	background-image: url("../images/logotwitter_on.png");
	background-repeat: no-repeat;
}

#logogoogleplus{
	display: block;
	position: relative;
	width: 25px;
	height: 25px;
	background-image: url("../images/logogoogleplus.png");
	background-repeat: no-repeat;
}

#logogoogleplus:hover{
	background-image: url("../images/logogoogleplus_on.png");
	background-repeat: no-repeat;
}

#languemention a{
	color: #454545;
	font-size: 20px;
	text-decoration: none;
	}

#languemention a:hover{
	color: #706f6f;
	font-size: 20px;
	text-decoration: none;
	}

#languemention ul li{/* texte */
	color: #454545;
	font-size: 20px;
	}

/*********** VIDEO ***********/

#encartteaser{
	position: relative;
	display: inline-block;
	width: 910px;
	height: auto;
	z-index: 1;
}

#bandeauvod{
	position: fixed;
	z-index: 999;
	width: 910px;
	height: 354px;
	background-image: url("../images/disponible_en_VOD.png");
	margin-top: 230px;
}

#encarttrailer{
	display: inline-block;
	width: 910px;
	height: auto;
}

#encarttrailer h1{
	font-size: 26px;
	line-height: 28px;
	font-family: Georgia,Times;
	color: #706f6f;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

#encarttrailer h2{
	font-size: 17px;
	line-height: 19px;
	font-family: Georgia,Times;
	color: #6b3d3f;
	text-align: center;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
}

#encarttrailer h3{
	width: 500px;
	font-size: 16px;
	font-family: Georgia,Times;
	color: #ffffff;
	font-weight: lighter;
	text-align: center;
	padding: 4px 0 4px 0;
	margin: 0 auto;
	background-color: #6b3d3f;
}

#encarttrailer h3 a{
	width: 500px;
	font-size: 16px;
	font-family: Georgia,Times;
	color: #ffffff;
	text-decoration: none;
	font-weight: lighter;
	text-align: center;
	padding: 4px 0 4px 0;
	margin: 0 auto;
	background-color: #6b3d3f;
}

#encarttrailer h3 a:hover{
	width: 500px;
	font-size: 16px;
	font-family: Georgia,Times;
	color: #ffffff;
	text-decoration: none;
	font-weight: bolder;
	text-align: center;
	padding: 4px 0 4px 0;
	margin: 0 auto;
	background-color: #6b3d3f;
}

#blogvision{
	width: 850px;
	height: 478px;
	margin: 0 auto;
}

#affichetrailer{
	float: left;
	width: 268px;
	margin-left:188px;
	border: 1px solid #6b3d3f;
	margin-top: 30px;
}

#synopsis{
	float: left;
	width: 270px;
	height: auto;
}

#synopsis h4{
	font-size: 12px;
	line-height: 14px;
	font-family: Georgia,Times;
	color: #6b3d3f;
	text-align: left;
	margin-top: 44px;
	margin-left: 20px;
}

#synopsis p{
	font-size: 12px;
	line-height: 14px;
	font-family: Georgia,Times;
	color: #706f6f;
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
}

#encartcasting{
	display: inline-block;
	width: 850px;
	height: auto;
	margin-top: 20px;
	float: right;
}

#encartgalerie{
	display: inline-block;
	width: 850px;
	height: auto;
	margin-top: 20px;
	float: right;
}

#bloctextesouslogo{
	width: 256px;
	height: auto;
	padding: 20px 0 0 0;
}

#bloctextesouslogo p{
	font-size: 18px;
	line-height: 22px;
	color: #706f6f;
}

/*********** MENTIONS ***********/

#encartmention p{
	font-size: 18px;
	line-height: 22px;
	color: #706f6f;
	text-align: justify;
}

#encartmention a{
	font-size: 18px;
	line-height: 22px;
	color: #706f6f !important;
}




/*********** VOD DVD ******************/
.imagedvd{
	width: 346px;
	float: left;
	padding-top: 55px;
}
.infovoddvd{
	width: 560px;
	float: left;
	padding-top: 45px;
	padding-left: 50px;
}
.infovoddvd h1{
	color: #706f6f;
	text-transform: uppercase;
	font-size: 34px;
	font-family: Georgia,Times;
}
.infovoddvd p{
	color: #6b3d3f;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	font-family: Georgia,Times;
	margin-top: 10px;
}
.infovoddvd a button{
	color: #ffffff;
	font-size: 16px;
	line-height: 18px;
	font-family: Georgia,Times;
	margin-top: 10px;
	background-color: #706f6f;
	border: none;
	height: 30px;
	cursor: pointer;
	text-align: left;
}
.infovoddvd hr{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #706f6f;
	color: #706f6f;
}
.infovoddvd form{
	margin-top: 10px;
	font-family: Georgia,Times;
color: #706f6f;
}
.infovoddvd form input{
	color: #706f6f;
}



/*********** JEUX CONCOURS ***********/

#boutonjeux{
	width: 250px;
	height: 40px;
	background-color: #6b3d3f;
	margin: 0 auto;
	padding: 8px 0 0 0;
	margin-top: 20px;
}

#boutonjeux h3{
	font-size: 20px;
	line-height:24px;
	font-family: Georgia,Times;
	font-style: italic;
	text-align: center;
}

#boutonjeux h3 a{
	font-size: 18px;
	line-height:22px;
	font-family: Georgia,Times;
	font-style: italic;
	text-decoration: none;
	color: #ffffff;
}

#boutonjeux h3 a:hover{
	font-size: 18px;
	line-height:22px;
	font-family: Georgia,Times;
	font-style: italic;
	text-decoration: none;
	color: #000000;
}

#infojeuxconcours{
	display: inline-block;
	width: 910px;
	height: auto;
}

#titragejeux{
	width: 100%;
	padding-top: 20px;
}

#titragejeux2{
	clear: both;
	width: 100%;
	padding-top: 20px;
}

#titragejeux h3{
	font-size: 18px;
	line-height: 22px;
	font-family: Georgia,Times;
	color: #706f6f;
	text-align: center;
}

#titragejeux h4{
	font-size: 16px;
	line-height:20px;
	font-family: Georgia,Times;
	color: #6b3d3f;
	font-weight: bolder;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#titragejeux h5, #titragejeux2 h5{
	font-size: 14px;
	line-height:16px;
	font-family: Georgia,Times;
	font-style: italic;
	color: #6b3d3f;
	text-align: center;
	margin-top: 20px;
}

#titragejeux p, #titragejeux2 p{
	width: 80%;
	margin: 0 auto;
	font-size: 12px;
	line-height: 14px;
	font-family: Georgia,Times;
	color: #706f6f;
	text-align: center;
}

#titragejeux p a, #titragejeux2 p a{
	font-size: 12px;
	line-height: 14px;
	font-family: Georgia,Times;
	font-weight: bolder;
	color: #6b3d3f;
	font-style: italic;
}

#partiejeux{
	width: 90%;
	padding-top: 10px;
	margin: 0 auto;
}

#partiegauchejeux{
	float: left;
	width: 48%;
	height: auto;
	border: 1px solid #6b3d3f;
	padding: 10px 10px 10px 10px;
}
#partiegauchejeux h3{
	font-size: 16px;
	line-height: 22px;
	font-family: Georgia,Times;
	color: #6b3d3f;
	text-align: center;
}
#partiegauchejeux p{
	font-size: 12px;
	line-height: 16px;
	font-family: Georgia,Times;
	color: #706f6f;
	text-align: center;
}

#partiegauchejeux h4{
	font-size: 16px;
	line-height:22px;
	font-family: Georgia,Times;
	font-style: italic;
	color: #6b3d3f;
	text-align: center;
	margin-top: 3px;
}

#partiegauchejeux h4 a{
	font-size: 16px;
	line-height:22px;
	font-family: Georgia,Times;
	font-style: italic;
	color: #6b3d3f;
	text-align: center;
}



#partiedroitejeux{
	float: right;
	width: 48%;
	height: auto;
	border: 1px solid #6b3d3f;
	padding: 10px 10px 10px 10px;
}
#partiedroitejeux h3{
	font-size: 16px;
	line-height: 22px;
	font-family: Georgia,Times;
	color: #6b3d3f;
	text-align: center;
}
#partiedroitejeux p{
	font-size: 12px;
	line-height: 16px;
	font-family: Georgia,Times;
	color: #706f6f;
	text-align: center;
}

#bandeson{
	width: 300px;
	margin: 0 auto;
	padding-top: 10px;
}

#jeuxfooter{
	clear: both;
	width: 100%;
	padding-top: 20px;
}

#jeuxfooter p{
	font-size: 10px;
	line-height: 12px;
	font-family: Georgia,Times;
	color: #706f6f;
	text-align: center;
}

#jeuxfooter h5{
	margin-top: 10px;
	font-size: 12px;
	font-family: Georgia,Times;
	color: #706f6f;
	text-align: center;
	font-weight: lighter;
	text-decoration: underline;
}

#jeuxfooter h5 a{
	margin-top: 0px;
	font-size: 12px;
	font-family: Georgia,Times;
	color: #706f6f;
	font-weight: bolder;
	text-align: center;
	font-weight: lighter;
	text-decoration: underline;
}

#encartextrait h2{
	font-size: 18px;
	line-height: 28px;
	font-family: Georgia,Times;
	color: #6b3d3f;
	text-align: center;
	font-style: italic;
}

#encartextrait p{
	font-size: 16px;
	line-height: 20px;
	font-family: Georgia,Times;
	color: #706f6f;
	text-align: center;
	font-style: italic;
}

/*********** FORMULAIRE JEUX CONCOURS ***********/

#blocformulaire{
	width: 360px;
	height: auto;
	margin-left: 126px;
	}

#blocformulaire h2{
	font-size: 20px;
	line-height: 26px;
	font-family: Georgia,Times;
	color: #6b3d3f;
	text-align: left;
	margin-bottom: 20px;
}
#blocformulaire p{
	font-size: 12px;
	line-height: 16px;
	font-family: Georgia,Times;
	color: #706f6f;
	text-align: left;
	text-align: justify;
	margin-top: 10px;
}
#blocformulaire p a{
	font-size: 12px;
	line-height: 16px;
	font-family: Georgia,Times;
	color: #6b3d3f;
	font-weight: bolder;
	text-align: left;
	text-align: justify;
	margin-top: 10px;
}
#blocformulaire p a:hover{
	font-size: 12px;
	line-height: 16px;
	font-family: Georgia,Times;
	color: #6b3d3f;
	font-weight: bolder;
	text-align: left;
	text-align: justify;
	margin-top: 10px;
}
#formulairejeux{
	width: 100%;
	height: auto;
	text-align: left;
}
#formulairenews{
	width: 100%;
	height: auto;
	text-align: left;
}