/***** You can put your own style stuff here in this file 
       For questions see www.phpcomasy.com *****/


/********************************* General styles ******************************/
input, select, textarea {
	border: 1px solid black;
	margin-bottom: 1px;
}
h1 {
	color: black;
}
h2,
h2 a,
h2 a:hover {
	text-decoration: none !important;
	color: black !important;
}

hr {
	height: 12px;
	border: none;
	background: url(img/hr.jpg) top left repeat-x;
}
#my-body {
	background: #412682;
	font-family: Arial, sans-serif;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#wrap {
	width: 980px;
	margin: 0 auto;
}

#border-top {
	float: none;
	clear: both;
	width: 100%;
	height: 30px;
	background: url(img/border-top.jpg) top left no-repeat;
}

#border-bottom {
	float: none;
	clear: both;
	width: 100%;
	height: 30px;
	background: url(img/border-bottom.jpg) top left no-repeat;
}

#container {
	width: 980px;
	min-height: 300px;
	background: white url(img/container.jpg) top left repeat-y;
}

#header {
	background: #412682 url(img/header.jpg) top left repeat-y;
	height: 100px;
	overflow: hidden;
	padding: 0 30px;
	position: relative;
}

#header-picture {
	width: 603px;
	height: 100px;
	z-index: 2;
}

#header-overlay {
	top: 0;
	right: 30px;
	position: absolute;
	width: 45px;
	height: 105px;
	background: url(img/header-overlay.png) top left no-repeat;
	z-index: 3;
}

#footer {
	background: url(img/footer.jpg) bottom left no-repeat;
}

div#template_pictures_left div.content {
    float: right;
    width: 445px;
}
div#template_pictures_left div.pictures {
    float: left;
    width: 186px;
}
div#template_pictures_right div.content {
    float: left;
    width: 445px;
}
div#template_pictures_right div.pictures {
    float: right;
    width: 186px;
}

/*******************************************************************************/


/*********************************** Navigation ********************************/

#mainNav {
	height: 23px;
	background: #93117e url(img/main-nav.jpg) top right no-repeat;
	margin: 0 30px;
	border-top: 4px solid #412682;
}

#mainNav .navigation {
	width: 908px;
	height: 21px;
	border-bottom: 2px solid white;
}

#mainNav .navigation li {
	display: none;
}

#mainNav .navigation li a {
	display: block;
	float: left;
	padding: 3px 5px 3px 12px;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #c493be;
	background: url(img/main-nav-spacer.jpg) 0 4px no-repeat;
}

#mainNav .navigation li.sort-0 a {
	background: none;
}

#mainNav .navigation li.level0 {
	display: inline;
	float: left;
}

#mainNav .navigation li a:hover, #mainNav .navigation li.current a {
	color: white;
}



#subNav {
	height: 19px;
	background: #412682;
	margin: 0 30px;
}

#subNav .navigation {
	height: 19px;
}

#subNav .navigation li {
	display: none;
}

#subNav .navigation li a {
	display: block;
	float: left;
	margin: 0;
	padding: 3px 5px 2px 12px;
	font: 11px Arial, sans-serif;
	color: #b0a0c9;
	background: url(img/sub-nav-spacer.jpg) 0 4px no-repeat;
}

#subNav .navigation li.sort-0 a {
	background: none;
}

#subNav .navigation li.level1 {
	display: inline;
	float: left;
}

#subNav .navigation li a:hover, #subNav .navigation li.current a {
	color: white;
}

/*******************************************************************************/


/************************************ Content **********************************/
#content {
	float: left;
	background: white;
	width: 660px;
	min-height: 280px;
	line-height: 16px;
	/* padding: 0 20px 10px 12px; */
	padding: 10px 30px 20px 30px;
	margin-left: 30px;
}

#content h1, #content h2 {
	color: black !important;
	margin: 11px 0 15px 0;
	text-transform: uppercase;
	font: 16px Arial, sans-serif;
	font-weight: bold;
}

#content h2 {
	font-size: 14px;
}

#content * {
	font: 12px Arial, sans-serif;
	line-height: 16px;
}

#content h3,
#content h3 a,
#content h3 a:hover {
	text-decoration: none !important;
	color: black !important;
	font-weight: bold;
}

#content strong {
	font-weight: bold;
}

#content p {
	margin: 2px 0px 5px 0px;
}

.introduction {
	font-style: italic !important;
	font-weight: bold !important;
}

#content a {
	text-decoration: underline;
	color: black;
}
#content a:hover {
	text-decoration: underline;
	color: #c01f0d;
}

#content ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content li {
	margin: 0px 0px 0px 17px;
}

.listing-author {
	display: none;
}

/*******************************************************************************/


/************************************ Sidebar **********************************/

.clear {
	clear: both;
	float: none;
}

#sidebar {
	width: 200px;
	float: left;
	padding: 0;
	margin: 5px 0 0 0;
}

/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	background: #D7CFE5;
}
.portlet h1 {
	border: none;
	background: #412682 url(img/sidebar-title.jpg) top left no-repeat;
	color: white;
	padding: 2px 5px 2px 5px;
	text-transform: uppercase;
}
.portlet h1:after {
	content: " \\";
}
.portlet h2 {
	color: black !important;
	font-size: 12px;
	text-transform: uppercase;
}
.portlet a {
	line-height: 17px;
	display: block;
}
.portlet-content {
	padding: 5px 10px 15px 10px;
}


#portlet_language_switcher {
	float: right;
	background: transparent;
	padding-right: 8px;
	margin: 0;
}

#portlet_language_switcher .portlet-content {
	padding: 1px;
	background: transparent;
}

#portlet_language_switcher a {
	display: inline;
	text-transform: uppercase;
	background: transparent;
	color: white;
	background: transparent;
}

#portlet_language_switcher h1 {
	display: none;
}
div.portlet_listing a.portlet-entry span,
div.portlet_listing a.portlet-entry:link span,
div.portlet_listing a.portlet-entry:visited span {
	color: #000;
}

a.quicklink {
	color: #412682;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-transform: lowercase;
}
div.portlet_quicklinks div a.quicklink:hover {
	text-decoration: underline;
}
/*
div.portlet_quicklinks div#item_1 a.quicklink,
div.portlet_quicklinks div#item_2 a.quicklink,
div.portlet_quicklinks div#item_3 a.quicklink,
div.portlet_quicklinks div#item_4 a.quicklink {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-transform: lowercase;
}
div.portlet_quicklinks div#item_1 a.quicklink {
	color: #000;
	letter-spacing: 1px;
	margin: 3px 0 22px 0;
}
div.portlet_quicklinks div#item_2 a.quicklink {
	font-size: 11px;
	margin: 0 0 22px 29px;
}
div.portlet_quicklinks div#item_3 a.quicklink {
	margin: 0 0 22px 58px;
}
div.portlet_quicklinks div#item_4 a.quicklink {
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 3px 24px;
}	
*/
/*******************************************************************************/


/******************************** Additional stuff *****************************/
#footer {
	width: 888px;
	padding: 20px 50px 10px 42px;
}

.portlet-entry-img {
	margin: 0 0 10px 0;
}
div.documents {
	background: #EEE none;
}
div#administration_panel h2 {
	color: #FFF !important;
}
div#administration_panel h1 {
	background-color: #93117E;
}
div.pictures a.page-ressource-link,
div.page-ressource-container a.page-ressource-link {
	border: none;
}
div#content div.documents h2 {
    margin: 6px 0 10px 0;
	padding: 0;
}
div#content div.documents div.document-entry {
	margin: 0 0 5px 0;
	padding: 0;
}
div#mod_portlet_quicklinks a {
	display: inline;
}
div.listing_entry {
	margin: 0 0 36px 0;
}
span.action {
	color: #FFF;
}
div.portlet_quicklinks p {
	margin: 0;
	padding: 0;
}
/*******************************************************************************/

