.nbPost{
	height:17px;
	padding:5px 10px;
	margin:0 10px;
	float:left;
	font-weight:bold;
}
.nbPost .num{
	color:#EA620D;
}

.avis {
	border: 1px solid #A09B9B;
	padding: 5px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#ongletList{
	padding: 0 5px;
}

.onglet{
	cursor:pointer;
	background:url(/images/onglet_inactif.gif);
	padding:5px 10px;
	width:157px;
	height:17px;
	font-size:17px;
	font-weight:bold;
	color:white;
	text-align:center;
	margin:0 5px;
	float:left;
}

.onglet.actif{
	background:url(/images/onglet_actif_V2.gif);
}

.avisTop{
	background:url(/images/avisP_ts.gif);
	height:10px;
}
.avisBottom{
	background:url(/images/avisP_bs.gif);
	height:10px;
}

.avisContent{
	/*padding:0 10px;*/
	border-left:1px solid #A09B9B;
	border-right:1px solid #A09B9B;
}
.avisContent > :first-child{
	margin-top:0;
}
.avisContent > :last-child{
	margin-bottom:0;
}

.etoile{
	margin:0 2px;
}

.avgPost{
	font-size:10pt;
	font-weight:normal;
	cursor:pointer;
}

.btnAvis{
	float:right;
	cursor:pointer;
}

@media only screen and (max-width:1000px){
    #ongletList{
        margin:0 10px;
        padding:0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        display:flex;
    }
    .onglet{
        background-image:none;
        background-color:#A48484;
        float:none;
        border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        margin:0 5px 0 0;
        width:initial;
        height:initial;
        align-self:flex-end;
        /* order:2; */
    }
    .onglet.actif{
        background-image:none;
        background-color:#ED701B;
        /* order:1; */
    }
}