/* CSS - CNC Mediateur - Child - Screen */

/***** Structure *****/
.container{
	background:url(Images/child-fd.jpg) no-repeat;
}
.main{
	background:url(Images/content-fd.gif) repeat-y;
}

/**** Header ****/
.header{
	height:45px;
}
.navTop{
	left:-2px;
}

/**** Leftside ****/
.leftSide{
	float:left;
	padding:0 10px 0 30px;
	width:170px;
}

.navLeft{
	background:url(Images/boxs/navLeft-fd.gif) no-repeat bottom;
}
.navLeft ul{
	padding:10px 10px 5px 10px;
	height:auto !important;
	height:80px;
	min-height:80px;
	background:url(Images/boxs/navLeft-top.gif) no-repeat top;
}
.navLeft ul li{
	margin:0 0 5px 0;
	padding:0 0 0 10px;
	background:url(Images/puces/flcb-blue.gif) no-repeat 0 3px;
}
.navLeft ul li a{
	color:#536B74;
	font-weight:normal;
}
.navLeft ul li.on a{
	color:#1A7990;
	font-weight:bold;
}


/**** Content ****/
.content{
	float:left;
	margin:0;
	height:auto !important;
	height:400px;
	min-height:400px;
	width:575px;
}

.path{
	padding:0 210px 5px 215px;
}
.path ul li{
	float:left;
	padding:0 10px;
	white-space:nowrap;
	background:url(Images/puces/flc-blue.gif) no-repeat 0 5px;
}
.path ul li.first{
	padding:0 10px 0 0;
	background:none;
}
.path ul li a{
	font-weight:normal;
}

.box .top{
	height:13px;
	background:url(Images/boxs/boxTop.gif) no-repeat;
}
.box .cont{
	padding:10px 20px;
	height:1%;
	background:url(Images/boxs/boxCont.gif) repeat-y;
}
.box .bot{
	height:13px;
	background:url(Images/boxs/boxBot.gif) no-repeat;
}

.content h1{
	font-size:15px;
	font-weight:bold;
}
.content h2{
	padding:15px 0 0 10px;
	font-weight:bold;
}
.content h3{
	padding:0 0 0 20px;
	font-weight:normal;
}

.content .text{
	padding:0 0 0 10px;
}

.content .downloads{
	margin:10px 0;
}
.content .downloads .pdf{
	padding:3px 0 3px 20px;
	background:url(Images/puces/pdf.gif) no-repeat 0 3px;
}

.midLeft{
	float:left;
	margin:10px 0;
	width:267px;
	border-right:1px solid #ECECEC;
}
.midRight{
	float:left;
	margin:10px 0 10px -1px;
	padding:0 0 0 10px;
	width:257px;
	border-left:1px solid #ECECEC;
}
.midRight h2{
	position:relative;
	margin:-45px 0 0 0;
}

.orga{
	margin:10px 0 0 0;
}
.orga .item{
	margin:0 0 10px 0;
}
.orga .item .media{
	float:left;
	width:80px;
}
.orga .item .media img{
	width:70px;
	border:1px solid #C8E6EE;
}
.orga .item .text{
	float:right;
	width:440px;
	margin:0;
}

.results .item{
	margin:20px 0;
	padding:0 0 0 10px;
	background:url(Images/puces/flc-blue.gif) no-repeat 0 4px;
}
.results .item .text{
	margin:0;
	padding:0;
}

.links .item{
	float:left;
	margin:20px 0 0 0;
	width:50%;
}
.links .item .media{
	float:left;
	width:92px;
}
.links .item .media img{
	width:82px;
	border:1px solid #C8E6EE;
}
.links .item a.link, .links .item .text{
	float:right;
	margin:0;
	padding:0 30px 0 0;
	width:140px;
}

.contacts a{
	font-weight:normal;
}

.anchors{
	padding:0 0 10px 30px;
}
.anchors ol{
	padding:0;
	margin:20px 15px;
}
.anchors ol li{
	font-weight:bold;
}
.anchors ol li ol{
	margin:5px 15px;
}
.anchors ol li ol li, .anchors ol li ol li a{
	font-weight:normal;
	list-style-type:lower-alpha;
}

.list{
	margin:20px;
}
.list li{
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	background:url(Images/puces/flc-blue.gif) no-repeat 0 5px;
}

.up{
	margin:10px 0 20px 0;
	text-align:right;
}
.up a{
	padding:0 0 0 10px;
	background:url(Images/puces/flc-up-blue.gif) no-repeat left;
}

.content fieldset{
	display:block;
	margin:20px 0;
	padding:0;
}
.content fieldset legend{
	display:block;
	margin:0;
	padding:0 0 0 10px;
	font-weight:bold;
	background:url(Images/puces/flcb-blue.gif) no-repeat 0 2px;
}
.content fieldset .textFields, .content fieldset .radioFields, .content fieldset .infos{
	padding:5px 0 0 18px;
}
.content fieldset textarea{
	width:500px;
	height:150px;
	overflow:auto;
}
.content fieldset .textFields input{
	float:left;
	width:150px;
}
.content fieldset .textFields label{
	float:left;
	clear:left;
	padding:2px 0;
	width:100px;
	height:auto !important;
	height:20px;
	min-height:20px;
}
.content fieldset .radioFields{
	line-height:18px;
}
.content fieldset .radioFields label{
	margin:0 0 0 2px;
	vertical-align:-1px;
}
.content fieldset .radioFields input{
	margin:0 5px 0 0;
}
.content fieldset .textFields strong, .content fieldset .radioFields strong{
	clear:both;
	display:block;
	margin:0 0 -10px 0;
}

.content .hide{
	display:none;
}
.content .show {
	display:block;
}

#filmFields label, #cineFields label{
	width:190px;
}
#filmFields input, #cineFields input{
	width:310px;
}
#filmFields .tiny{
	width:150px;
}
#accesFields label{
	width:350px;
}
#accesFields input{
	width:150px;
}

.infos ul{
	margin:5px 0 0 0;
}
.infos ul li{
	padding:0 0 0 10px;
	color:#1A7990;
	background:url(Images/puces/flc-rd-blue.gif) no-repeat 0 4px;
}

.btn{
	padding:0 10px 0 0;
	text-align:right;
}

/**** rightSide ****/
.rightSide{
	float:right;
	padding:0 28px 0 0;
	width:170px;
}

.print, .btns{
	margin:10px 0;
}
.print a{
	padding:0 0 0 20px;
	color:#536B74;
	background:url(Images/puces/print.gif) no-repeat left;
}

/**** Footer ****/
.footer{
	clear:both;
	margin:0;
	padding:15px 0 0 25px;
	height:35px;
	background:url(Images/footer-fd.gif) no-repeat #FFFFFF;
	border:0;
}
.footer .republic{
	float:right;
	margin:-4px 0 0 0;
	padding:0 21px 0 0;
}