﻿
/*
#help table {
    width: 698px;
    margin-top: 20px;
}


#help .thumb-frame
{
    float : left;
    margin: 10px 12px;
}

#help .thumb
{
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90px auto;
    border: 1px solid #555;
    box-shadow: 5px 5px 10px #555;
    cursor: pointer;
    height: 120px;
    width: 90px;
}
#help .thumb.pdf
{
    background-image: url("../../img/ihm/mime/application-pdf.png");
}
#help .thumb.youtube
{
    background-image: url("../../img/ihm/mime/video.png");
}

#help .thumb:hover
{
    
    box-shadow: 5px 5px 10px #333;
    position : relative;
    top : 1px;
    left: 1px;
}


#help .thumb-frame .label
{
    text-align: center;
    height: 40px;
    font-family: robotoLight;
    margin-top: 10px;
}

#help .col2 {
    border-color: #555555;
    border-style: solid;
    border-width: 0 0 0 1px;
}

#help .title {
   font-size: 16pt;
    text-align: center;
    margin: 10px;
}

*/


.tutorials .thumb.youtube
{
    background-image: url("../../img/ihm/frame/youtube-play-icon.png");
    width: 50px;
    height : 35px;
    margin :auto;
}
.tutorials .thumb-frame {
    float :left;
    text-align : center;
    width : 114px;

}
.tutorials .thumb-frame a{
    color :#fff;
    text-decoration : none;

}
.tutorials .thumb-frame a:hover{
    text-decoration : underline;
    position: relative;
    top : 1px;
    left : 1px;
}


#help .tutorials {
    width: 232px;
    margin-top : 20px;
    
}

#help .tutorials .thumb-frame a {
    color: #004283;
}
