/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

/* Layout
----------------------------------------------------------------------------------------------------*/

.custom-logo {
	width: 160px;
	height: 60px;
	background: url(../../../images/yootheme/logo.png) 0 50% no-repeat;
    background-size: contain;
}

.frontpage-headline { 
	padding-bottom: 10px;
	font-weight: bold;
}

/* Bottom
----------------------------------------------------------------------------------------------------*/

#bottom-a .custom h3 { 
	margin-top: 7px;
	margin-bottom: 27px;  
	line-height: 30px;
	font-size: 24px;
}

#bottom-a .custom p {
	margin-top: 0;
	font-family: "OpenSansLight";
	font-size: 18px; 
}

/* Ajouts čpersos - Par Sarki */
/* Généralités */
#page a {
	/*color: #9F1F9B;*/
}
/* Mise en page */
#page {
	background: url(../images/fond_page.png) 50% 0 no-repeat;
}
#page #block-header, .fixed-header #block-top-a {
    position: absolute!important;
}
#page #block-headerbar {
    background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
}

#topleft.menu-sidebar a.level1 > span, #topleft.menu-sidebar span.level1 > span {
    /*line-height: 15px;*/
    line-height: 10px;
    padding: 5px 0 5px 12px;
}
#page #topleft.menu-sidebar {
    float: left;
    margin-top: 20px;
    width: 250px;
}
#page #topleft .level1 {
    color: #ffffff;
    font-size: 15px;
}
/* Victor menu du haut hover et active*/
#page #topleft li a:hover {  
    color: #fff;
      font-size: 15px;
  font-weight: bold;
}

#page #topleft li.active a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
} 

#menubar {
    float: right;
    margin-top: 15px;
    /*margin-top: -115px;*/
}
#page #search {
    float: right;
    margin-top: 0;
}
#page .searchbox {
    float: right;
    height: 30px;
    margin: 0 0 20px 15px;
    padding-left: 5px;
    padding-right: 0;
    width: 170px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 1px #999;
	-webkit-box-shadow: 0px 0px 1px #999;
	box-shadow: 0px 0px 1px #999;
}
#page .searchbox input {
    background: url("../images/searchbox_magnifier.png") no-repeat scroll 0 3px transparent;
    color: #333333;
    font-size: 14px;
    height: 30px;
    padding-left: 28px;
    position: absolute;
    text-transform: none;
    width: 110px;
    z-index: 111;
}
#page .searchbox .results:before {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
}
#page .searchbox .results:after {
    right: 95px;
    top: -12px;
}
#page .searchbox .results {
    padding: 20px;
    right: -5px;
    top: 45px;
}
#page .searchbox .results li.results-header {
    border-bottom: 1px dashed #434343;
    font-size: 18px;
    padding: 5 0 10px;
    text-indent: 0;
}
#page .mod-box {
    padding: 20px 20px 0;
}
#block-header, .fixed-header #block-top-a {
    position: absolute;
}
#page #top-a {
/*    margin: 0 0 0 300px; */
    padding: 0;
}

#page #block-top-a {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
}
#page #block-main {
    background: none repeat scroll 0 0 transparent !important;
    margin-top: 200px;
    padding-bottom: 0;
}
/* Menu gauche */
.menu-sidebar a, .menu-sidebar li > span {
    font-size: 14px;
}
.menu-sidebar li.active a {
    font-size: 16px;
    font-weight: bold;
    color: #CD0B31;
}

.menu-sidebar a.level1 > span, .menu-sidebar span.level1 > span {
    padding: 4px 0 4px 20px;
}
/* Contenu */
.isblog #system .item, .noblog #content {
    padding: 20px;
}
#main {
	background: #ffffff;
	margin-bottom: -5px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	box-shadow: 0px 0px 3px #666;
}

#page #block-bottom {
    background: url("../images/fond_bottom.png") no-repeat scroll center 0 #FFFFFF;
    padding: 0;
}
#page #block-bottom .wrapper {
	background: #ffffff;
	-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	box-shadow: 0px 0px 3px #666;	
}

#page #block-footer {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: medium none;
    padding: 0;
}
#page #block-footer .wrapper {
	/*background: none repeat scroll 0 0 #e9e9e9;*/
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	box-shadow: 0px 0px 3px #666;	
}
#footer {
	padding: 10px;
}