/* Structure */
body{
    background: #f2f0d7 url(../images/bg.jpg) repeat-x;
}
#bg-top{
    position:absolute;
    left:0;
    top: 0px;
    background:url(../images/bg-top.jpg) no-repeat top center;
    width:100%;
    height:760px;
    z-index: -1;
}
.container{
    width: 960px;
    margin: 0 auto;
}
#header{
    height: 130px;
}
#logo{
    display:block;
    width:550px;
    height:100px;
    position:relative;
    top:10px;
    left:40px;
    float:left;
}
#search{
    position:relative;
    float:right;
    top:30px;
    right:0px;
    width:245px;
}
#search input{
    padding:10px 0;
    width:200px;
    background: transparent;
    border: none;
    color:#414141;
    font-size: 14px;
    font-style: italic;
    float:left;
}
#search a{
    float:right;
    display:inline;
    height:40px;
    width:40px;
    margin:0 0 0 5px;
    float:right;
}
#nav{
    height:60px;
    margin:0;
	padding:0;
	list-style:none;
    position:relative;
    width:960px;
}
#nav ul, #nav li{
	margin:0;
	padding:0;
	list-style:none;
}	
#nav li{
	float:left;
	display:inline;
	position:relative;
	line-height:60px;
	height:60px;
	display:block;
}
#nav li a{
    float:left;
    display:block;
    text-indent: -10000px;
}
#nav li#nav-accueil a       {width:207px;}
#nav li#nav-films a         {width:195px;}
#nav li#nav-series a        {width:169px;}
#nav li#nav-telecharger a   {width:217px;}
#nav li#nav-charme a        {width:172px;}


#nav li a:hover{background:url(../images/nav-hover.gif) no-repeat;}
#nav li#nav-accueil a:hover     {background-position:0px;}
#nav li#nav-films a:hover       {background-position: -207px;}
#nav li#nav-series a:hover      {background-position: -402px;}
#nav li#nav-telecharger a:hover {background-position: -571px;}
#nav li#nav-charme a:hover      {background-position: -788px;}

#nav ul{
	position:absolute;
	left:0;
	top:50px;
	padding:5px 0;
	width:150px;	
	background:#fff;
	display:none;
	z-index:1000;
    border:1px solid #ddd;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
}
#nav ul li{
	float:none;
	display:block;
    height:30px;
    line-height: 30px;
    border-top:1px solid #eee;
    margin:0;
    text-align: center;
}
#nav ul li a{
    text-indent: 0px;
}
#nav a{
    color:#ddd;
}
#nav ul a{
    color:#790C03;
}
#nav a:hover{
    color:#fff;
}
#nav ul a:hover{
    color:#000;
}
#breadcrumbs{
    height:30px;
    line-height: 30px;
    color:#f2f0d7;
    font-size: 12px;
}
#breadcrumbs p {
    margin:                 0;
    padding:                0;
    display:                inline;
    font-weight: bold;
    color:#e3deb0;
}
#breadcrumbs a {
    color:                  #f2f0d7;
    background:             url(../images/separator.gif) right 5px no-repeat;
    padding:                0 8px 0 0;
    text-decoration:        none;
}
#breadcrumbs ul{
    display:                inline;
    padding:                0;
    margin:0;
}
#breadcrumbs li{
    list-style:             none;
    display:                inline;
}
#center{
    width:960px;
    margin:20px 0 0 0;
    background:url(../images/center.gif) center top repeat-y;
}
#sidebar{
    float:left;
    width:200px;
}
#sidebar h3{
    width:180px;
    height:40px;
    color:#fff;
    margin:0 auto;
    background: #fff url(../images/titre-sidebar.png) no-repeat;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    font-variant: small-caps;
}
#sidebar ul{
    margin:0 10px 10px;
}
#sidebar ul li{
    list-style: none;
}
#sidebar ul li a{
    width:180px;
    line-height: 25px;
    height:25px;
    display:block;
    text-indent: 5px;
    text-decoration: none;
    color:#000;
}
#sidebar ul li a:hover{
    background: #f2f0d7;
    -moz-border-radius:5px;
}
#sidebar ul ul{
    display:none;
    width:450px;
    margin:-27px 0 0 180px;
    position:absolute;
    background: #fff;
    border:1px solid #f2f0d7;
    -moz-border-radius:5px;
    padding:1px;
    
}
#sidebar ul li:hover ul{
    display:block;
}
#sidebar ul ul li,#sidebar ul ul li a{
    width:150px;
    float:left;
}
#content{
    width:760px;
    float:right;
}
#content h1, #content #regarder{
    width:740px;
    height:40px;
    color:#fff;
    margin:0 auto;
    background: #fff url(../images/titre-content.png) no-repeat;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    font-variant: small-caps;
}
#content #regarder{
    clear:both;
}
#footer{
    background: url(../images/footer-middle.png) repeat-y;
    margin:0 auto 20px auto;
    width:960px;
}
#footer-top{
    background: url(../images/footer-top.png) no-repeat;
    height:30px;
    width:960px;
}
#footer-bottom{
    background: url(../images/footer-bottom.png) no-repeat;
    height:10px;
    width:960px;
}
#footer p{
    color:#2a444b;
    text-align: center;
    font-size: 10px;
    margin:0;
}

/* Titres */
h2 { font-size: 20px; margin-bottom: 10px;color:#6d3d39;}
h4 { font-size: 14px; line-height: 20px; margin-bottom: 10px; }
h5 { font-size: 12px; font-weight: bold; margin-bottom: 10px; }
h6 { font-size: 11px; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Liens */
a {color:#890808;
text-decoration: none;
}
a:hover{color:#000;}
a:active, a:focus{
	outline:none;
}


/* formulaire */
#formulaire p{
    margin:0 0 10px 0;
}
#formulaire label{
    width:90px;
    text-align: right;
    display:block;
    float:left;
    margin:0 5px 0 0;    
}
#formulaire textarea{
    width:300px;
    height:70px;
    border:1px solid #ccc;
    -moz-border-radius:3px;
    padding:1px 5px;
}
#formulaire input{
    border:1px solid #ccc;
    -moz-border-radius:3px;
    width:200px;
    line-height:18px;
    padding:1px 5px;
}
#formulaire input.bouton{
    color:#fff;
    background: #111;
    border:1px solid #000;
    -moz-border-radius:3px;
    cursor: pointer;
    width:100px;
    height:25px;
    line-height: 25px;
    border:none;
    font-weight: bold;
    margin:0 0 0 95px;
}


/*Synopsi*/
.img-synopsis{
    border-right:1px dotted #E0E0E0;
    float:left;
    margin:0 20px 20px 0;
    padding:20px 30px 20px 20px;
    display: inline;
}
.synopsi p{
    color:#808080;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
    margin:0;
    padding:15px 0 0 0;
}
.synopsi .object{
    width:500px;
    margin:20px auto 0;
}

.broken-link{
    width:600px;
    margin:0 auto;
    border:1px solid #eeebce;
    background: #f2f0d7;
    padding:10px;
    -moz-border-radius:3px;
    clear: both;
    text-align: center;
}
.broken-link p{
    padding:10px 0 5px 0;
    text-align: center;
}
#recaptcha_area{
    margin:0 auto;
}
.broken-link input{
    cursor: pointer;
}
/*Tutorial*/
.tutorial p{
    color:#333;
    font-size: 12px;
    line-height: 18px;
    /*padding:5px 20px;*/
    margin:5px 20px 1.5em 20px;
}
.tutorial p img{
    margin: 0 -20px;
}

/*affiliation*/
.affiliation p{
    color:#333;
    font-size: 12px;
    line-height: 18px;
    padding:5px 20px;
    margin:0;
}
/*category*/
.category{
    margin:0;
}
.category li{
    width:170px;
    list-style-type: none;
    text-align: center;
    height:250px;
    float:left;
    margin:0 5px 10px;
    display:inline;
    padding:8px 4px 0;
    background: #f2efd7;
    border: 1px solid #e2debe;
    -moz-border-radius:5px;
}
.category li img{
    
}
/*Slider*/
.slider{
    padding:10px 4px;
    background: #f2efd7;
    border: 1px solid #e2debe;
    -moz-border-radius:5px;
    margin:0 auto 20px;
}
.slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider-series, #slider-series li, #slider-films, #slider-films li{ 
	width:700px;
	height:213px;
	overflow:hidden; 
	}
.slider li{
    float:left;
}
span#prevBtn-series a, span#prevBtn-films a{
    display:block;
    background: url(../images/previous.gif) no-repeat;
    height:30px;
    width: 14px;
    text-indent: -10000px;
    position:relative;
    float:left;
    position:relative;
    top:-145px;
    left:11px;
}
span#nextBtn-series a, span#nextBtn-films a{
    display:block;
    background: url(../images/next.gif) no-repeat;
    height:30px;
    width: 14px;
    text-indent: -10000px;
    float:right;
    position:relative;
    top:-145px;
    left:-11px;
}
.slider img{
    margin:0 0 0 10px;
}
.pagination {
	padding:3px;
	margin:1px;
	font-size:11px;
    clear: both;
    text-align: center;
    font-weight: bold;
}
.pagination a {
	padding: 5px 10px;
	margin-right: 2px;
	border: 1px solid #e2debe;
	text-decoration: none;
	color: #555;
    background: #f2efd7;
    -moz-border-radius:5px;
    
}
.pagination a:hover {
	border: 1px solid #fff;
	color: #fff;
	background: #28a2bf;
}
.pagination .active {
	padding: 5px 10px;
	margin-right: 2px;
	border: 1px solid #fff;
	background: #28a2bf;
	color: #FFF;
    -moz-border-radius:5px;
}
#liste-categories li, #liste-series li{
    list-style: none;
    float:left;
}
#liste-categories li a, #liste-series li a{
    height:35px;
    background: #f2efd7;
    -moz-border-radius:5px;
    float:left;
    margin:5px 10px;
    width:220px;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    overflow: hidden;
}
#liste-categories li a:hover, #liste-series li a:hover{
    background: #890808;
    color:#fff;
}
#liste-series li a{
    width:342px;
}
.toggle_container{
    width:720px;
    margin:0 auto 10px;
}
table{
    border:1px solid #e2debe;
    -moz-border-radius:5px;
    margin:10px;
    width:740px;
}
tr{
    
}
th{
    background: #f2f0d7;
    font-size: 14px;
    padding:5px 0;
    font-weight: bold;
    color:#000;
    text-align: center;
}
td{
    border-top:1px solid #e2debe;
    font-size: 12px;
    line-height: 16px;
    padding:5px;
    color:#333;
    width:25%;
}
table.film td{
    width:33%;
}
.td-color{
    border:none;
    background: url(../images/bg-td.gif) repeat-x left bottom;
    
}
.brokenlink{
    background: url(../images/broken-link.gif) no-repeat left center;
    padding:0 0 0 20px;
    text-decoration: none;
}
.trigger a{
    background: url(../images/play.gif) no-repeat left center;
    padding:0 0 0 15px;
    text-decoration: none;
}
#home-series{
    background:url(../images/bg-td-home.png) repeat left 1px;
}
#home-series td{
    width:auto;
    height:25px;
}
#home-series tr:hover{
    background: #fff8c1;
}
#home-series i{
    color:#555;
}
