/**  base.css  --------------------------------------------------  **/
a:hover,
a:focus,
a:active {
  color: #8c2e00; }

/**  common.css  ------------------------------------------------  **/
/* 130 - Main blocks */
.site_logo {
	width: 207px;
	height: 215px;
}

/**  colours.css  -----------------------------------------------  **/
/* 3 - Colours and backgrounds for common.css */
html, body {
	background: #d18b45;
}
.postlink:hover {
	background-color: #d8c9a0;
}
/* 31 - Colours and backgrounds for links.css */
a:hover {
	color: #8c2e00;
}
/* 51 - Post body links */
.postlink:hover {
	border-bottom-color: 8c2e00;
	color: #8c2e00;
}
/* 76 - Arrow links */
.arrow-left:hover, .arrow-right:hover {
	color: #8c2e00;
}
/* 81 - Round cornered boxes and backgrounds */
.wrap {
	background-color: transparent;
}
.headerbar {
	background : #d8c9a0 url("./images/bg_header.png") center bottom repeat-x;
}
@media (max-width: 700px) {
	.headerbar {
		background :none; /*#d8c9a0 url("./images/bg_header_small.png") center top repeat-x;*/
	}
}
.forumbg {
	background-color: #d18b45;
}
.forabg {
	background-color: #d18b45;
}
.navbar {
	background-color: #f0e0b2;
}
.panel {
	background-color: #f0e0b2;
}
.bg1 {
	background-color: #f0e0b2;
}
table.zebra-list tr:nth-child(odd) td,
ul.zebra-list li:nth-child(odd) {
	background-color: #f0e0b2;
}
.bg2 {
	background-color: #f0e0b2;
}
table.zebra-list tr:nth-child(even) td,
ul.zebra-list li:nth-child(even) {
	background-color: #f0e0b2;
}
.bg3 {
	background-color: #f0e0b2;
}
.site_logo {
	background-image: url("./images/Logo Felix170x170.png");
	height : 188px;
	width: 161px;
}
@media screen and (max-width: 992px) 

{
	.logo {
		padding: 0 0 0 0;
	}
   
	.site_logo {
		height: 110px;
		width: 110px;
        background-size: 110px;
    }
}
@media screen and (max-width: 768px) 
{
	.logo {
		padding: 0 0 0 100px;
	}

	.site_logo {
		height: 70px;
		width: 70px;
        background-size: 70px;
    }
}
@media screen and (max-width: 576px) 
{
	.logo {
		padding: 0 0 0 150px;
	}

	.site_logo {
		height: 50px;
		width: 50px;
        background-size: 50px;
    }
}
/* 162 - Table styles */
table.table1 tbody tr {
	border-color: #d8c9a0;
}
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #d8c9a0;
}
table.table1 tbody td {
	border-bottom-color: #d8c9a0;
}
/* 195 - Misc layout styles */
.sep {
	color: #be8a64;
}
/* 209 - Icon styles */
a:hover .icon.icon-blue,
a:hover .icon.icon-green,
a:hover .icon.icon-lightgray,
a:hover .icon.icon-orange,
a:hover .icon.icon-red {
	color: #be8a64;
}
/* 247 - Jumpbox */
.jumpbox-cat-link {
	background-color: #d18b45;
	border-top-color: #d18b45;
}
.jumpbox-cat-link:hover {
	background-color: #a38973;
	border-top-color: #a38973;
}
.jumpbox-forum-link {
	background-color: #f0e0b2;
}
.jumpbox-forum-link:hover {
	background-color: #d8c9a0;
}
.jumpbox .dropdown .pointer-inner {
	border-color: #f0e0b2 transparent;
}
.jumpbox-sub-link {
	background-color: #f0e0b2;
}
.jumpbox-sub-link:hover {
	background-color: #d8c9a0;
}
/* 284 - Miscellaneous styles */
li.reported:hover {
	background-color: #d8c9a0 !important;
}
div.rules {
	background-color: #d8c9a0;
	color: #444444;
}
p.post-notice {
	background-color: #cccccc;
}
/* 318 - Colours and backgrounds for content.css */
ul.forums {
	background-color: #f0e0b2;
}
li.row {
	border-bottom-color: #d8c9a0;
}
li.row:hover {
	background-color: #d8c9a0;
}
li.row a:hover strong {
	color: #be8a64;
}
li.row:hover dd {
	border-left-color: #d8c9a0;
}
.rtl li.row:hover dd {
	border-right-color: #d8c9a0;
	border-left-color: transparent;
}
/* 318 - Colours and backgrounds for content.css */
li.row a:hover strong {
	color: #be8a64;
}
/* 373 - Content container styles */
.posthilit {
	background-color: #d18b45;
}
/* 407 - BB Code styles */
/* 409 - Quote block */
blockquote {
	border-color: #d8c9a0;
}
/* 421 - Nested quotes */
	blockquote blockquote { background-color:#f0e0b2;
}
/* 596 - Colours and backgrounds for buttons.css */
.button {
	border-color: #8c2e00;
	background-color: #8c2e00;
}
.button:hover,
.button:focus {
	border-color: #6d2400;
	background-color: #6d2400;
}
.button-search:hover,
.button-search-end:hover {
	border-color: #6d2400;
}
.contact-icons a,
.contact-icons a:hover	{ background-color: #ffffff; }
/* 643 - Pagination */
.pagination li a {
	background-color: #d8c9a0;
	border-color: #d8c9a0;
}
.pagination li.active span {
	background-color: #8c2e00;
	border-color: #8c2e00;
}
.pagination li a:hover,
.pagination li a:hover .icon,
.pagination .dropdown-visible a.dropdown-trigger,
.nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background-color: #6d2400;
	border-color: #6d2400;
}
/* 707 - Forum icons & Topic icons */
.global_read						{ background-image: url("./images/announce_read.svg"); }
.global_read_mine					{ background-image: url("./images/announce_read_mine.svg"); }
.global_read_locked					{ background-image: url("./images/announce_read_locked.svg"); }
.global_read_locked_mine			{ background-image: url("./images/announce_read_locked_mine.svg"); }
.global_unread						{ background-image: url("./images/announce_unread.svg"); }
.global_unread_mine					{ background-image: url("./images/announce_unread_mine.svg"); }
.global_unread_locked				{ background-image: url("./images/announce_unread_locked.svg"); }
.global_unread_locked_mine			{ background-image: url("./images/announce_unread_locked_mine.svg"); }

.announce_read						{ background-image: url("./images/announce_read.svg"); }
.announce_read_mine					{ background-image: url("./images/announce_read_mine.svg"); }
.announce_read_locked				{ background-image: url("./images/announce_read_locked.svg"); }
.announce_read_locked_mine			{ background-image: url("./images/announce_read_locked_mine.svg"); }
.announce_unread					{ background-image: url("./images/announce_unread.svg"); }
.announce_unread_mine				{ background-image: url("./images/announce_unread_mine.svg"); }
.announce_unread_locked				{ background-image: url("./images/announce_unread_locked.svg"); }
.announce_unread_locked_mine		{ background-image: url("./images/announce_unread_locked_mine.svg"); }

.forum_link							{ background-image: url("./images/forum_link.svg"); }
.forum_read							{ background-image: url("./images/forum_read.svg"); }
.forum_read_locked					{ background-image: url("./images/forum_read_locked.svg"); }
.forum_read_subforum				{ background-image: url("./images/forum_read_subforum.svg"); }
.forum_unread						{ background-image: url("./images/forum_unread.svg"); }
.forum_unread_locked				{ background-image: url("./images/forum_unread_locked.svg"); }
.forum_unread_subforum				{ background-image: url("./images/forum_unread_subforum.svg"); }

.sticky_read						{ background-image: url("./images/sticky_read.svg"); }
.sticky_read_mine					{ background-image: url("./images/sticky_read_mine.svg"); }
.sticky_read_locked					{ background-image: url("./images/sticky_read_locked.svg"); }
.sticky_read_locked_mine			{ background-image: url("./images/sticky_read_locked_mine.svg"); }
.sticky_unread						{ background-image: url("./images/sticky_unread.svg"); }
.sticky_unread_mine					{ background-image: url("./images/sticky_unread_mine.svg"); }
.sticky_unread_locked				{ background-image: url("./images/sticky_unread_locked.svg"); }
.sticky_unread_locked_mine			{ background-image: url("./images/sticky_unread_locked_mine.svg"); }

.topic_moved						{ background-image: url("./images/topic_moved.svg"); }
.pm_read,
.topic_read							{ background-image: url("./images/topic_read.svg"); }
.topic_read_mine					{ background-image: url("./images/topic_read_mine.svg"); }
.topic_read_hot						{ background-image: url("./images/topic_read_hot.svg"); }
.topic_read_hot_mine				{ background-image: url("./images/topic_read_hot_mine.svg"); }
.topic_read_locked					{ background-image: url("./images/topic_read_locked.svg"); }
.topic_read_locked_mine				{ background-image: url("./images/topic_read_locked_mine.svg"); }
.pm_unread,
.topic_unread						{ background-image: url("./images/topic_unread.svg"); }
.topic_unread_mine					{ background-image: url("./images/topic_unread_mine.svg"); }
.topic_unread_hot					{ background-image: url("./images/topic_unread_hot.svg"); }
.topic_unread_hot_mine				{ background-image: url("./images/topic_unread_hot_mine.svg"); }
.topic_unread_locked				{ background-image: url("./images/topic_unread_locked.svg"); }
.topic_unread_locked_mine			{ background-image: url("./images/topic_unread_locked_mine.svg"); }
/* 762 - Colours and backgrounds for cp.css */
/* 765 - Main CP box */
.panel-container .panel li.row {
	border-bottom-color: #d8c9a0;
}
ul.cplist {
	border-top-color: #d8c9a0;
}
/* 795 - CP tabbed menu */
.tabs .tab > a {
	background-color: #d8c9a0;
}
.tabs .tab > a:hover {
	background: #6d2400;
}
.tabs .activetab > a,
.tabs .activetab > a:hover {
	background: #8c2e00;
	border-color: #8c2e00;
}
/* 822 - Mini tabbed menu used in MCP */
.minitabs .tab > a {
	background-color: #d8c9a0; /*#d18b45;*/
}
.minitabs .activetab > a {
	background-color: #8c2e00;
}
.minitabs .tab > a:hover,
.minitabs .activetab > a:hover {
	background-color: #6d2400;
}
/* 834 - Responsive tabs */
.responsive-tab .responsive-tab-link:before,
.responsive-tab .responsive-tab-link:hover:before {
	border-color: #ffffff;
}
/* 844 - UCP navigation menu */
/* 847 - Link styles for the sub-section links */
.navigation a,
.rtl .navigation a {
	background: #d8c9a0; /*#d18b45;*/
}
.navigation .active-subsection a {
	background-color: #8c2e00;
}
.navigation a:hover,
.navigation .active-subsection a:hover {
	background-color: #6d2400;
}
@media only screen and (max-width: 900px) {
	#navigation a, .rtl #navigation a {
		background: #d8c9a0; /*#d18b45;*/
	}
	#navigation .active-subsection a {
		background-color: #8c2e00;
	}
	#navigation a:hover,
	#navigation .active-subsection a:hover {
		background-color: #6d2400;
	}
}
/* 886 - Preferences pane layout */
.panel-container .panel {
	background-color: #d8c9a0;
}
/* 900 - Friends list */
.cp-mini {
	background-color: #d8c9a0;
}
/* 988 - Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #ffffff;
}
/* 1008 - Input field styles */
.inputbox:hover {
	border-color: #be8a64;
}
.inputbox:focus {
	border-color: #be8a64;
}
/* 1041 - Form button styles */
a.button1, input.button1, input.button3, a.button2, input.button2 {
	border-color: #8c2e00;
	background-color: #8c2e00;
}
a.button1, input.button1 {
	border-color: #8c2e00;
}
/* 1060 - Alternative button */
a.button2, input.button2, input.button3 {
	border-color: #8c2e00;
}
/* 1070 - Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border-color: #6d2400;
	background-color: #6d2400;
}
/* 1080 - Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
	border-color: #6d2400;
}
/* 1090 - jQuery popups */
.dropdown-extended ul li {
	border-top-color: #cccccc;
}
.dropdown-extended ul li:hover {
	background-color: #d8c9a0;
}
.dropdown-extended .header, .dropdown-extended .footer {
	border-color: #cccccc;
}
.dropdown-extended .header {
	background: #ffffff;
	filter: none;
}
.dropdown-extended .pointer-inner {
	border-color: #ffffff transparent;
}
/* 1161 - Notifications */
.badge {
	background-color: #d8c9a0;
}

/**  proflat.css  -----------------------------------------------  **/
/* Forum icons & Topic icons */
.row-item:before,
.row-item:after,
.global_read:before,
.global_read_mine:before,
.announce_read:before,
.announce_read_mine:before,
.sticky_read:before,
.sticky_read_mine:before,
.global_unread:before,
.global_unread_mine:before,
.announce_unread:before,
.announce_unread_mine:before,
.sticky_unread:before,
.sticky_unread_mine:before,
.global_read_locked:before,
.global_read_locked_mine:before,
.announce_read_locked:before,
.announce_read_locked_mine:before,
.forum_read_locked:before,
.sticky_read_locked:before,
.sticky_read_locked_mine:before,
.topic_read_locked:before,
.topic_read_locked_mine:before,
.global_unread_locked:before,
.global_unread_locked_mine:before,
.announce_unread_locked:before,
.announce_unread_locked_mine:before,
.forum_unread_locked:before,
.topic_unread_locked:before,
.topic_unread_locked_mine:before,
.forum_link:before,
.forum_read:before,
.forum_read_subforum:before,
.topic_read:before,
.topic_read_mine:before,
.forum_unread:before,
.forum_unread_subforum:before,
.topic_unread:before,
.topic_unread_mine:before,
.sticky_unread_locked:before,
.sticky_unread_locked_mine:before,
.topic_moved:before,
.topic_read_hot:before,
.topic_read_hot_mine:before,
.topic_unread_hot:before,
.topic_unread_hot_mine:before,
.pm_read:before,
.pm_unread:before,
.global_read_mine:after,
.global_read_locked_mine:after,
.announce_read_mine:after,
.announce_read_locked_mine:after,
.sticky_read_mine:after,
.sticky_read_locked_mine:after,
.topic_read_mine:after,
.topic_read_hot_mine:after,
.topic_read_locked_mine:after,
.global_unread_mine:after,
.global_unread_locked_mine:after,
.announce_unread_mine:after,
.announce_unread_locked_mine:after,
.sticky_unread_mine:after,
.sticky_unread_locked_mine:after,
.topic_unread_mine:after,
.topic_unread_hot_mine:after,
.topic_unread_locked_mine:after	{
	background-color: transparent;
	content: ""; 
	color: transparent; 
	margin: 0; 
	cursor:context-menu; 
}
/* Icon image */
.icon.fa-file-o.icon-red {
	color: #d18b45;
}
/* Miscellaneous styles */
a.unread, i.icon-unread {
	color: #8c2e00;
}
.footerbar {
	background : #d8c9a0 url("./images/traces_de_pneus.svg") center top repeat-y;
}
@media (max-width: 700px) {
	.footerbar {
		background : #d8c9a0;
	}
}
/* Notifications */
a:hover .badge,
.badge:hover {
	background-color: #8c2e00;
}
/* Poster profile block */
.online-text {
	color: #be8a64;
}
/* Quick-login on index page */
fieldset.quick-login {
	background-color: #f0e0b2;
	border-bottom: 1px solid #d8c9a0;
}
fieldset.quick-login:hover {
	background-color: #d8c9a0;
}
/* Round cornered boxes and backgrounds */
.bg1:hover,
.bg2:hover,
.bg3:hover,
.panel:hover  {
	background-color: #d8c9a0;
}
/* Stat-block */
.stat-block h3 {
	background-color: #d18b45;
}
.stat-block p {
	background-color: #f0e0b2;
	border-bottom: 1px solid #d8c9a0;
}
.stat-block p:hover {
	background-color: #d8c9a0;
}

/* Cacher la ligne sous un fichier joint */
dl.file dd {
	display: none;
}