@charset "utf-8";
/* CSS Document */

.box_img  {
    height: 60px;
    width: 100px;
    display: table;
    position: relative;
    float: left;
    /* border: 1px solid #dedede; */
    background: url(../img/dipe_thumb.png) no-repeat center center;
    margin-right: 10px;
	}
.box_img div  {display:table-cell;vertical-align:middle;text-align:center;}
.box_img div img {max-height: 60px; max-width: 100%;margin-bottom: 5px;}


.ticker span {
color: #0E253A;
    margin-right: 8px;
}


.categorie .box_news ul {
border-bottom: 1px solid #383435;
}
.box_news ul li {
    padding-top: 7px;
    font-size: 13px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.box_news ul li .clear {
display:none
}

.box_news  {
background-color:white;
padding:10px;
  padding-bottom: 5px;

}


.box_news li a:hover {
text-decoration:none;
}

.ticker {
	margin: 0px;
	overflow: hidden;
	position: relative;
	float: left;
    padding-top: 0px;
	height:273px;
	display: inline-block;
	width:100%;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}


.categorie ul.ticker  li {
	list-style-image: none !important;
	list-style-type: none !important;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: white;
	  width: 100% !important;

}

.categorie ul.ticker  {
height: 300px !important;
min-height: 300px !important;

}



.ticker  h3 {
  font-size: 13px;
  color: #000000;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 7px;
  height: 38px;
  overflow: hidden;
	
}



@media (max-width:820px) {
	
	.ticker {
    height: 250px;
		margin-bottom:20px
}
	

/*.box_img {height: 300px; width: 100%; display:table; margin-bottom:20px; margin-right:0px;}
.box_img div {display:table-cell;vertical-align:middle;text-align:center;}
.box_img div img {max-height: 300px; max-width: 100%;}

.box_news ul li {
    height: 380px;
    overflow: hidden;
    margin-bottom: 10px;
}

.box_news ul {
    height: 390px;
}*/

}