/* @group Programmation */

#scrollerProgrammation {
	height: 280px;
	width: 372px;
	position: static;
	left: 20px;
	margin-top: 12px;
	/*border: 1px solid red;*/
}

#scrollerProgrammation #contentProgrammation {
	float: left;
	height: 280px;
	overflow: hidden;
	width: 350px;
	/*border: 1px solid blue;*/
}

#scrollerProgrammation #contentProgrammation ol {
	margin-left: 30px;
}

#scrollerProgrammation #contentProgrammation p {
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 0px;
	text-align: left;
}

#scrollerProgrammation #scrollareaProgrammation {
	float: left;
	height: 280px;
	width: 15px;
	margin-left: 1px;
}

#scrollerProgrammation #scrollBarContainerProgrammation {
	height: 250px;
	visibility: hidden;
}

#scrollerProgrammation #scrollKnobProgrammation {
	margin: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	min-height: 10px;
	width: 15px;
	/*border: 1px solid green;*/
}

#scrollerProgrammation #scrollForwardProgrammation {
	background-image: url(/images/layout/programmation/fleche-scroll-bottom.gif);
	height: 15px;
	width: 15px;
	margin: 0px;
	cursor: pointer;
}

#scrollerProgrammation #scrollBackProgrammation {
	background-image: url(/images/layout/programmation/fleche-scroll-top.gif);
	height: 15px;
	width: 15px;
	margin: 0px;
	cursor: pointer;
}

#ktop{
	height: 0px;
}

#kmid{
	height: 100%;
}

#scrollerProgrammation #scrollKnobProgrammation #kbtm{
	height: 0px;
}



/* @end */

/* @group Technique */
#scrollerTechnique,
#scrollerHistorique,
#scrollerLocation {
	height: 360px;
	width: 372px;
	position: static;
	left: 20px;
	margin-top: 12px;
}

#scrollerTechnique #contentTechnique,
#scrollerHistorique #contentHistorique,
#scrollerLocation #contentLocation {
	float:left;
	height:360px;
	overflow:hidden;
	width:350px;
}

#scrollerTechnique #contentTechnique h2,
#scrollerHistorique #contentHistorique h2,
#scrollerLocation #contentLocation h2 {
	margin: 0px 0px 0px 0px;
}

#scrollerTechnique #contentTechnique ol,
#scrollerHistorique #contentHistorique ol,
#scrollerLocation #contentLocation ol {
	margin-left:30px;
}

#scrollerTechnique #contentTechnique p,
#scrollerHistorique #contentHistorique p,
#scrollerLocation #contentLocation p {
	margin-left:20px;
	margin-right:10px;
	margin-top: 0px;
	text-align: justify;
}

#scrollerTechnique #scrollareaTechnique,
#scrollerHistorique #scrollareaHistorique,
#scrollerLocation #scrollareaLocation {
	float: left;
	height: 360px;
	width: 15px;
	margin-left: 1px;
}

#scrollerTechnique #scrollBarContainerTechnique,
#scrollerHistorique #scrollBarContainerHistorique,
#scrollerLocation #scrollBarContainerLocation {
	height:331px;
	visibility: hidden;
}

#scrollerTechnique #scrollKnobTechnique,
#scrollerHistorique #scrollKnobHistorique,
#scrollerLocation #scrollKnobLocation {
	margin: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	min-height: 10px;
	width: 15px;
}

#scrollerTechnique #scrollForwardTechnique,
#scrollerHistorique #scrollForwardHistorique,
#scrollerLocation #scrollForwardLocation {
	background-image: url(/images/layout/programmation/fleche-scroll-bottom.gif);
	height: 15px;
	width: 15px;
	margin: 0px;
	cursor: pointer;
}

#scrollerTechnique #scrollBackTechnique,
#scrollerHistorique #scrollBackHistorique,
#scrollerLocation #scrollBackLocation {
	background-image: url(/images/layout/programmation/fleche-scroll-top.gif);
	height: 15px;
	width: 15px;
	margin: 0px;
	cursor: pointer;
}

#ktop{
	height:0px;
}

#kmid{
	height: 100%;
}

#scrollerTechnique #scrollKnobTechnique #kbtm,
#scrollerHistorique #scrollKnobHistorique #kbtm,
#scrollerLocation #scrollKnobLocation #kbtm {
	height: 0px;
}


/* @end */