/*** jaune F7A800 ***/

/** item separator **/
.article_item:not(:last-child){
	border-bottom:1px dotted #F7A800!important;
}

/** item title **/
.article_item .info .title{
	color: #F7A800!important;
} 

/** user admin separator **/
.user_listing:not(:last-child){
	border-bottom: 1px dotted #333!important;
}

/** cart item title **/
#cart .cartItem .itemTitle,.cartItem .itemTitle .title{
	color: #F7A800!important;
} 

/** cart item separator **/
.cartItem:not(:last-child) {
    border-bottom: 1px solid #F7A800!important;
}

/** cart total separator **/
#cartSubmit {
    border-top: 3px solid #F7A800!important;
}

/** user name color **/

#left_menu #userInfo,#userProfil .userName{
	color: #F7A800!important;
}
