/*PAGE ACCUEIL*/

#video_accueil{
    float:left;
    border:0px solid #000;
    margin-left:4px;    
}

#onglet_bleu{
    border:0px solid #000;
    background-image:url('../img/accueil/onglet_bleu.png');
    background-repeat:no-repeat;
    float:right;
    width:282px;

    padding:6px;
}
#onglet_bleu:hover{
    background-image:url('../img/accueil/onglet_bleu_hover.png');
    background-repeat:no-repeat;
    cursor:pointer;
}
#onglet_bleu p{
    color:#ffffff;
}

.fb-like{
    margin-left:80px;
    width:100px;
}

#station{
    border-right:1px solid #d1d1d1;
    float:left;
    width:119px;
    height:80px;
    margin-top:5px;
}
#station_last{
    margin-top:10px;
    float:left;
    width:120px;
    margin-top:5px;
}

#station p,#station_last p{
    font-size:10px;
    text-decoration:none;
    font-family:tahoma;
    color:#000000;
    word-spacing:2px;
    line-height:14px;
}
#station:hover,#station_last:hover{
    background-color:#e8e8e8;
}
#actualite{   
    border-right:1px solid #d1d1d1;
    float:left;
    width:240px;
    height:auto;
    margin-top:5px;
}
#actualite_last{
    margin-top:10px;
    float:left;
    width:240px;
    margin-top:5px;
}
#actualite:hover, #actualite_last:hover{
    cursor:pointer;
}
#actualite img, #actualite_last img{
    border:0px solid #000;
    float:right;
}
#video{   
    border-right:1px solid #d1d1d1;
    float:left;
    width:480px;
    height:auto;
    margin-top:5px;

}
#video_last{
    float:left;
    width:461px;
    height:auto;
    margin-top:5px;
    padding-left:9px;
}


