/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2010 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/


/* Headings ------------------------------------------------------------------- */
h1 {
    margin: 11px 0 20px 0;
    padding: 0;
    color: #9c0f39;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
div.introduction,
h2,
h2 a,
div.video_title,
div.music-entry-title {
    margin: 15px 0 5px 0;
    padding: 0;
    font-size: 12px;
    color: #9c0f39;
    font-weight: bold;
}
div#main_content h2:first-child {
	margin-top: 0;
}
h3, h4, h5 {
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: bold;
    font-size: 11px;
}
.portlet h3 {
	text-transform: uppercase;
	margin-bottom: 3px;
	line-height: 21px;
	font-size: 12px;
	color: #666;
}


/* content ------------------------------------------------------------------- */
p {
    margin: 0 0 5px 0;
    padding: 0;
}
td p {
	margin: 0;
}

/* Ressources ------------------------------------------------------------------- */
a.page-ressource-link {
    border: none;
    padding: 0;
    margin: 0;
}
div.pictures_right {
    display: inline;
}
div.ressource_pictures {
    margin: 4px 0 16px 0;
    padding: 0;
}
div.pictures_right div.page-ressource-container_4,
div.pictures_right div.page-ressource-container_7,
div.pictures_right div.page-ressource-container_10 {
    clear: left;
}
div.video,
div.ressource-music-entry {
    border-top: 1px solid #e2c6cc;
    padding: 9px 0 20px 0;
    margin: 0;
    text-align: center;
}
div.video_title,
div.music-entry-title {
    text-transform: uppercase;
    margin: 0 0 5px 0;
    padding: 0;
}


/* hyperlinks ------------------------------------------------------------------ */
a,
a:link,
a:visited {
    color: #9c0f39;
    text-decoration: underline;
}
a:active,
a:hover,
a:focus {
    color: #666;
}


/* tables ---------------------------------------------------------------------- */
table {
	border: 0;
	margin: 0 0 10px 0;
    padding: 0;
	border-collapse: collapse;
}
th,
td {
    margin: 0;
    border: 1px solid #E2C6CC;
    padding: 0 5px 0 6px;
} 
.table_wrap_container,
.table_wrap {
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.table_wrap_container {
	overflow: hidden;
	margin: 0 0 10px 0;
}
.table_scroll_indicator {
	position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
	width: 24px;
	height: 24px;
	display: none;
}
.table_scroll_indicator:before {
	content: '\f0ec';
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	font-family: 'Font Awesome\ 5 Pro'; 
	font-size: 23px; 
	line-height: 24px;
	text-align: center; 
	z-index: 20;
	color: #9C0F39;
}


/* listings -------------------------------------------------------------------- */
ul {
    margin: 0 0 10px 0;
    padding: 0;
}
ol {
    margin: 0 0 10px 21px;
    padding: 0;
}
#main ul li {
    background: transparent url("../img/arrow.png") no-repeat scroll left 6px;
    background-size: 9px 7px;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 13px;
}
.category_31 #main ul li {
	background: none;
}
ol li {
    padding: 0 0 0 3px;
}


/* listing module -------------------------------------------------------------- */
div.listing_entry {
    border-bottom: 1px solid #e2c6cc;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}
div.listing_entry h2 {
	margin: 0 0 5px 0;
}
div.listing-content {
	float: left;
	display: inline;
	width: 470px;
}
h2.listing-title-with-picture a {
    margin: 0;
    padding: 0;
}
div.listing_entry div.float_left_with_clear {
    margin: 0 10px 0 0;
    padding: 0;
    width: auto;
} 
div#listing_entry_id_0 {
    border-top: 1px solid #e2c6cc;
    padding: 5px 0;
}
div.listing_entry h2 a {
    text-decoration: none;
    text-transform: uppercase;
}
div.listing-content-text-with-picture {
    margin: 0;
    padding: 0;
}
.listing_inner_entry,
.listing_entry_detail {
	overflow: hidden;
}
.listing_entry_backlink {
	clear: both;
}
div.listing_entry .resource_container {
	width: 180px !important;
}
