
.play_fond{
    /**background-image: url('img/fond_default.jpg');**/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%; 
    height: 100%;
	cursor: auto;
}

.play_fond:hover .bottom_titre,
.revoir_emissions_item:hover .bottom_titre_revoir_emissions
{
	background-color: #990000;
	-webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.revoir_emissions_item:hover .bottom_titre_revoir_emissions h3 {
	color: #FFF;
}
	
.play_fond:hover {
	cursor: pointer;
}

.revoir_emissions_item{
    width: 18.9%;
    height: 150px;
    background-color: #ccc;
    background-image: url('img/fond_default.jpg');
    float: left;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.search_item{
    /*float: left;*/ 
    width: 24px;
    cursor: pointer;
}

.search_result{    
    padding: 10px 0;
    margin: 10px 0;
}

.search_preview_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*width: 100%;*/
    height: 100px;
    border: 2px solid #CF0008;
    margin: 0 auto 10px;
    max-width: 250px;
}
