
/******************* All *******************/

*{ margin: 0; padding: 0;}

ul {
	list-style: none;
	list-style-position: outside;
}

a:link { text-decoration: none; color: #111111; }
a:active { text-decoration: none; color: #111111; }
a:visited { text-decoration: none; color: #111111; }
a:hover { text-decoration: none; color: #FFFFFF; background: #000000; padding:0px; }

a img, .img_link:hover { border: none; padding: 0px; background: transparent;}

.clearFloat {
	clear: both;
	padding:0px;
}

.msg_error{
	color: red;
	font-weight: bold;
}

.msg_ok{
	color: green;
	font-weight: bold;
}

.box1 {
    font: normal 10px Verdana;
    border: 1px solid #111111;
    background: transparent;
}

.just {
	text-align: justify;
}

.txt_title{
	font-size: 13pt;
	font-weight: bold;


}

.txt_s {
	font-size: 9pt;
	text-align: justify;
}

.shadow {
	background-color: #C7C7C7;
	padding: 15px;
}

.rte_col1 {
	text-align: left;
	width: 200px;
	float: left;
}

.rte_col2 {
	width: 280px;
	float: left;
}

.clear {
	clear: both;
}
.cat_inf_title {
	font-weight: bold;
	padding-bottom: 10px;
}

/******************* General *******************/

body {
  	width: 100%;
	font-family: Arial,Verdana,Georgia,"Andale Mono",Helvetica;
	color: #111111;
	margin: 0px auto;
	background: #FFFFFF;
	font-size: 11pt;
}

#padder_bar{
  height: 25px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#padder{
	width: 100%;
	background: url('../img/padderbar.png') repeat scroll 0 0 transparent;
}

#top {
	margin: 0 auto;
	height: 40px;
	border: 0px solid;
}


#bottom {
	margin: 0 auto;
	height: 60px;
	border-bottom: 0px solid;
}

#container{
	border: 0px solid;
	width: 900px;
	margin: 0 auto;
}

#content {
	border: 0px solid;
	margin: 10px 0px 10px 0px;
	padding: 20px 20px 20px 20px;
	background-color: #EBEBEB;
}


/********************* Header ********************/

#header {
}

#header_banner {
	background: transparent url(../img/banners/banner7.jpg);
}

#header_bar{
	padding-top: 10px;
	border-bottom: 1px solid;
	background:transparent;
}

#bar_list {
	float: right;
	width: 100%;
	position:relative;
	font-size: 11px;
}

#bar_list li {
	height: 15px;
	display: inline;
	float: left;
	width: 215px;
	text-align: center;
	padding-top: 15px;
    margin-bottom: 5px;
}

#bar_list li a {
    /*background-color: #FFFFFF;*/
    color: #000000;
    padding: 3px 3px 3px 3px;
    background-color: transparent;
}

#bar_list li a:hover {
    /*opacity: .5;*/
    font-weight: bold;
}

#bar_list li.last{
	padding-top: 0px;
}

#bar_list li.last a{
    background-color: transparent;
}

#bar_list li span {
	font-weight: bold;
    background-color: #FFFFFF;
    color: #000000;
    padding: 3px 3px 3px 3px;
}

#header_title{
	font-size: 43pt;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	background:transparent;
}

#menu{
	border-top: 4px solid;
	border-bottom: 2px solid;
}

#menu_ul {
	float: left;
	width: 100%;
	position:relative;
	font-size: 16px;

}

#menu_ul li {
	height: 30px;
	display: inline;
	float: left;
	/*width: 146px;*/
    padding-right: 59px;
	text-align: center;
	padding-top: 15px;
}

#menu_ul li.last {
    padding-right: 0px;
}

#menu_ul li span {
	font-weight: bold;
}

#footer{
	border-top: 2px solid;
	border-bottom: 2px solid;

}

#foot_line {
	text-align: center;
	width: 100%;
	font-size: 8pt;
	padding: 2px;
}

/******************* Actualite  *****************/

/* Slideshow actu */

#imgs{
	width: 840px;
	margin-left:10px;
    position: relative;
    border: 0px solid;
    padding-bottom: 20px;
}

.slideshow {
	position: relative;
}

.slide_rel:hover img {
    opacity: 0.65;
}

#next, #prev {
    display: block;
    height: 32px;
    width: 18px;
    left: -18px;
    position: absolute;
    z-index: 101;
}

#next {
    left: 840px;
}

/* Actu bottom */

#actu_bottom{
    position: relative;
    border: 0px solid;
}

/*#net_links{
    float: left; 
    width: 106px;
    padding: 20px;
    background-color: #C7C7C7;
    text-align: center;
    border: 0px solid;
}*/

#news {
    float: left;
    width: 586px;
    border: 0px solid;
    padding: 0px 30px 0px 10px;
}

.news img {
    width: 586px;
}

.hid_news_limit{
    border-top: 1px dotted;
    text-align: right;
    padding-top: 10px;
    width: 100%;
    font-size: 9pt; 
}
.news_hidden{
    display: none;
}

.news_header{
    font-size: 25pt;
    font-weight: bold;
    color: #C7C7C7;
}
.news {
    padding-top: 10px;
    border-top: 1px dotted;
    padding-bottom: 10px;
}

.news_title {
    float: left;
}

.news_date {
    float: right;
    font-size: 9pt;
}
.news_descr{
    padding-top: 10px;
    text-align: justify;
    font-size: 9pt;
}

#teaser {
	float: left;
    border: 0px solid;
    position: relative;
}

.teaser_slideshow {
	position: relative;
    border: 0px solid;
}


/******************* Presentation ***************/
#pres2 {
	padding-top: 40px;
}
#collabs {
	width: 385px;
	float: left;
}

#collabs li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted;
}
#collabs li.last{
	border-bottom: 0px;
}

.collab_pix {
	float: left;
}

.collab_info {
	float: left;
	padding-left: 20px;
	height: 66px;
	padding-top: 46px;
}

#img_pres {
	float: right;
	width: 450px;
}

/******************* Production *****************/

#devs {
	float: left;
	width: 420px;
}

#prods{
	float: right;
	width: 420px;
}

#devs li, #prods li {
	padding-bottom: 20px;
}



.img_prod {
	width: 390px;
}


/********************* Catalogue ********************/


#cat_col1{
	float: left;
	width: 49%;
}

#cat_col2{
	float: right;
	width: 49%;
}

.cat_film_img{
	width: 160px;
	float: left;
}

.cat_film_infos{
	width: 655px;
	float: right;
	border: 0px solid;
}

.films li {
	padding-bottom: 20px;
}

.cat_title{
	padding-bottom: 10px;
}


#film_col1 {
	width: 330px;
	float: left;
}

#img_aff {
	width: 325px;
}

#film_col2 {
	width: 510px;
	float: right;
}

a.nonlink_txt:hover{
    color: #111111; background: transparent;
}

.thumb_cont1{
	background: none repeat scroll 0 0 #EBEBEB;
    display: block;
    width: 110px;
    height: 110px;
    float: left;
    border: 0px solid;
    position: relative;
}
.thumb_cont2{

}

#galerie a {
	width: 102px;
	height: 106px;
	display: block;
}
#galerie a img {
	border: 0px solid;
	background: none repeat scroll 0 0 #FFFFFF;

    position: absolute;
    top: 3px;
    left: 3px;
    width: 100px;
    height: 100px;
}

#galerie a:hover {
	background-color: #000000;
	display: block;
}

.year_sep {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 13pt
}


/********************* Prestations *********************/

#prest {
	padding-top: 40px;
}

.cat_film_instit_img{
	width: 400px;
	float: left;
}

.cat_film_instit_infos{
	width: 415px;
	float: right;
}

/********************* Realisateurs ********************/

#rea {
	margin-top: 20px;
}
#rea_img{
	width: 300px;
	float: left;
	margin-right: 20px;
}

#rea_infos {
	width: 290px;
	float: right;
}

/********************* Liens ********************/

#links td {
	width: 300px;
}

/********************* Contact ********************/

.cnt {
    background-color: #C7C7C7;
    padding: 20px;
}

.cnt_txt {
	width: 285px;
	float: left;
}

.cnt_map {
	width: 525px;
	float: right;
}

#cnt_sep {
    
    margin-top: 20px;
    border-top: 1px solid;
    padding-bottom: 20px;
}



