
/* navigation parcours parent */

body.catalog-category-view #left ul#catnavig {
	display: none;
}

#left ul#parcoursnavig {
	display: block;
}

#left ul ul { 
	margin-bottom: 0.8em;
}


/* parcours popup */

html {
	height: 100%;
}

body {
	position:relative;	 /* IE */
	height: 100%;
}

#left {
	margin-top: 1.6em;
	margin-left: 3.2em;
	z-index: 2;
}
#left select {
	width: 100%;
	margin: 0px;
}

#container {
	/*width: 100%;*/
	margin: 0px;
	padding: 0px;
	border: 0px;
	position:relative;	 /* IE */
	height: 100%;
}

#content {
	margin-left: 25.6em;
	margin-right:-999em;
	/*padding-right: 100em;*/
	float: left;
	position: relative; /* IE */
	height: 100%;
}

#content .floatleft .textblock {
	display: block;	
	/*float: left;*/
	margin-top: 1.6em;
}
#content .floatleft .description {
	/*min-width: 44.8em;*/
	/*width: 100%;*/
	width: 99.6em;
	
	line-height: 1.5em;
	/*height: 575px;
	overflow: hidden;*/
}
.description p, .legend p {
	font-size: 1.2em;
	line-height: 1.25em;
}
/* flv, audio */
.description p object {
	margin-top: -1.68em;
	border: none;
}
/* audio */
.description p .audio_flash {
	margin-top: 0.75em; /*-0.65em;*/
}
#content .floatleft .legend {
	width: 19.2em;
	float: left;
	margin-left: 3.2em;
}

#content .floatleft .image {
	float: left;
	/*margin-right: 1.6em;*/
	height: 100%;
}

#content .floatleft {
	float: left;
	height: 100%;
	/*background: #eee;*/
}
#content .floatleft.childcat {
	margin-right: 3.2em;
}

#content #id-related-titles {
	/*width: 46em;*/ /* 44.8 + 1.2 */
	/*width: 100%;*/
}
#content #id-related-titles img {
	margin: 0em;
	margin-right: 3.2em;
	/*margin-bottom: 1em;*/
	float: left;
	padding: 0em;
	border: none;
}

.hidden {
	/*visibility: hidden;*/
	display: none;
}

img.parcours-category-image {
	/*width: 100%;*/
	/*height: 100%;*/
	/*height: 685px;*/
}

.column * { padding-right: 1.45em; }

.clear {
	clear: both;
}
