/**
 * Plugin for Pluxml
 * @author	DPFPIC
 * Site : http://dpfpic.com
 * Licence GNU_GPL
 **/

#nnforum {
    text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	overflow: hidden;
	overflow: -moz-scrollbars-none;
}

#forum {
    border-width: 0px;
    border-style: inset;
    border-color: #ffffff;
    border-image: initial;
	width: 100%;
	text-align: center;
	overflow: hidden;
	overflow: -moz-scrollbars-none;
}
#charte {
	max-width: 1280px;
	margin-left:auto;
	margin-right:auto;
}
#titre {
    clear: both;
    border-radius: 0px;
    padding: 8px 8px;	
    height: 40px;
    margin: 0 2px !important;
	font: 20px text_me_oneregular, sans-serif;
    color: #F2F2F2;
    text-align: center;
	text-transform: uppercase;
    background: #404040;
}

#frtrules {
	font-size: 14px;
    margin: 5px 10px;
    height: 300px;
    overflow: auto;
}

#search {
   margin-top: 5px;
   text-align: right;
}

#searchright {
   display: inline;
   float: right;
   text-align: right;
}

#searchleft {
	text-align: left;	
}

#searchleft a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#search input.search_box {
    padding-left: 30px;
	background: #FFF url(../img/search.png) no-repeat 3px 50%;
	width: 40%;
	margin-right: 5px
}

.search_result {
	color: red;
	font-size: 12px;
}

.valign-4 {
    vertical-align: -4px;
}

.icones {
	font-size: 14px;
	margin: 0 10px !important;
	}

#lastfeeds {
	Line-height: 12pt;
}

#lastfeeds .autor {
	font-size: 12px;
	font-style: italic;
}

#lastfeeds .thread {
	font-size: 14px;
	font-weight: bold;
}

#lastfeeds .subject {
	font-size: 14px;
	font-style: italic;
}

#lastfeeds .description {
	font-size: 14px;
}

#lastfeeds .title-forum {
	color: #333;
	font-weight: 500;
	/*font-weight: bold;*/
}

#lastfeeds .title {
	color: #258fd6;
	/*font-weight: bold;*/
}

#lastfeeds h3 a {
    color: #35BDF5;
	font-weight: 500;
	text-decoration: none;
}

#lastfeeds h3 a:hover {
    color: #F14E23;
	font-weight: 500;
	text-decoration: none;
}

#lastfeeds .ligne-0 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
    background-color: #F1F1F1;
}

#lastfeeds .ligne-1 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
    background-color: #FFFFFF;
}

#lastfeeds h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 3rem 0 1.5rem 0;
    margin-top: .5rem;
    margin-right: 0px;
    margin-bottom: 1.5rem;
    margin-left: 0px;
}

[placeholder] {
	font-size: 14px;
	font-style: italic;
	opacity: .9;
}

.posthilit {
    background-color: #F3BFCC;
    color: #BC2A4D;
}
