@charset "UTF-8";

/**************************************************
 *  Style général 
 */

@media print {

#search_container, #menu, #breadcrumb, #sidebar, #col_left, #footer{
	display:none;
}

#logo{
	margin: 0 0 80px 0;
}

#header{
	border-bottom: 1px solid #000000;
}

#content, #content_menu{
	width: 100%;
    margin: 0px;
	padding: 0px;
	border : none;
	border-radius: none;
    box-shadow: none;
}

.tx-frportfolio-pi1 .catlist{
	display:none;
}


.tx-frportfolio-pi1 .list .item{
	border: none;
}

.tx-frportfolio-pi1 .tx-pagebrowse-pi1{
	display:none;
}

.tx-ttaddress-pi1 .vcard .profil ul, .tx-ttaddress-pi1 .vcard .profil ul li{
	list-style: none;
}

ul > li {
    background-image: none;
    list-style-type: disc;
    padding-left: 0;
}
ul {
    padding-left: 20px;
}

}


