header, footer, section, hgroup, aside, nav, article, figure, figcaption, time, dialog,i,h7
{
 display: block;
}

k,m {
    display: inline;
}

section .contenu .icone {
    height: 150px;
    width: 170px;
}

section .contenu .icone a{
    height: 150px;
    width: 160px;
}




.tooltip span {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000'); /* IE */               
}

#accroche_txt{
    /*ombre sur texte */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=#fff)";/*IE 8*/
    text-shadow: 0px 0px 0px rgba(0,0,0,0);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: none; /*IE 5.5-7*/
}

.ombre {
    -moz-box-shadow: 0 3px 15px -1px rgba(0,0,0,0.4);/*FF 3.5+*/
    -webkit-box-shadow: 0 3px 15px -1px rgba(0,0,0,0.4);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 3px 15px -1px rgba(0,0,0,0.4);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}