/**********************************************************************************
* 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)  *
**********************************************************************************/

body {
    background: none !important;
    font-size: 10pt;
    border: none;
}
div#container,
div#site_container,
div#inner {
    background: none;
    width: 100%;
}
.widget,
.ressource_pictures,
div#header,
div#footer,
div#navigation,
div#portlets,
div#facebook {
    display: none;
}
div#site_container {
	border-top: 0;
}
div#inner {
	padding: 0 0 10px 0;
}
div#main_content,
div#left_content {
    float: none;
}
div#logo,
div#left_content {
    text-align: left;
}
div#logo {
	margin: 0 0 10px 0;
}
div#logo img {
	width: 80px;
	height: auto;
}
div.listing_entry {
	border: none;
}
h1 {
    font-size: 13pt;
    margin-bottom: 20px;
}
h2 {
    font-size: 11pt;
}
h3,h4,h5 {
	font-size: 10pt;
}
div.ressource_pictures {
    margin: 0 0 20px 0;
    padding: 0;
    width: 668px;
}
footer {
	padding: 0;
	background: #fff;
}