/**********ABOUT**********/
#about{
    background: -webkit-linear-gradient(#333, RGBa(000, 150, 255, 0.2));
    background: -o-linear-gradient(#333, RGBa(000, 150, 255, 0.2));
    background: -moz-linear-gradient(#333, RGBa(000, 150, 255, 0.2)); 
    background: linear-gradient(#333, RGBa(000, 150, 255, 0.2)); 
    border-bottom: 3px solid #0080FF;
    padding: 12px 25px 9px 25px;
    color: white;
}

@media screen and (max-width: 680px){ 
    #about{
        border-bottom: 3px solid #0080FF;
        padding: 10px 10px 7px 10px;
    }
}

/**********CSS POUR LA FICHE DE TYRANOCIF**********/
.table-ttar{
    margin:auto;
    border: 2px solid #333;
    background-color: white;
    text-align: center;
    border-collapse: collapse;
    line-height: 23px;
    font-size: 14px;
}

.tr-ttar > th{
    border: 1px solid #000;
    background: -webkit-linear-gradient(#58FAF4, #2E9AFE);
    background: -o-linear-gradient(#58FAF4, #2E9AFE);
    background: -moz-linear-gradient(#58FAF4, #2E9AFE); 
    background: linear-gradient(#58FAF4, #2E9AFE);
    height: 25px;
    padding: 1px 1px 1px 1px;
}

.tr-ttar > td{
    border: 1px solid #555;
    font-size: 14px;
    padding: 1px 3px 1px 5px;
}

.tr-ttar > td img{
    display: inline-block;
}

.underline{
    text-decoration: underline;
}

.tal-ttar > a:hover{
    opacity: 0.75;
}

.gauche-ttar{
    text-align: left;
    padding-left: 5px;
}

.gauche-ttar > a:hover{
    color: #0080FF;
    opacity: 0.9;
}
.gauche-ttar img{
    display: inline-block;
}

.gauche-ttar > a > img:hover{
    opacity: 0.75;
}

.items-ttar > a:hover{
    opacity: 0.75;
}

.info-ttar{
    margin: 0px;
    padding: 0px;
}

.info-ttar{
    display: inline-block;
    position: relative;
}

.info-ttar img{
    display: inline-block;
}

.weak-ttar > li{
    list-style-type: none;
}

.bs-ttar{
    display: none;
    background-color: RGBa(60, 60, 60, 0.9);
    border: 1px solid #FF9E00;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #000000;
}

.info-ttar:hover .bs-ttar{
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 0px;
    padding: 0px;
    z-index: 1000;
}

.bs-ttar > li{
    padding: 0px 10px;
    font-size: 14px;
    color: white;
    width: 95px;
    line-height: 10px;
}

.bs-ttar p{
    text-align: center;
    line-height: 12px;
}

.weak-ttar{
    display: none;
    background-color: RGBa(60, 60, 60, 0.9);
    border: 1px solid #FF9E00;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #000000;
}

.weak-ttar p{
    line-height: 12px;
}

.info-ttar:hover .weak-ttar{
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 0px;
    padding: 0px;
    z-index: 1000;
}

.weak-ttar > li{
    padding: 0px 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: white;
    line-height: 10px;
}

.retour-index{
    border-top: 2px solid #333;
    background-color: #d1d1d1;
    text-align: right;
}

.lien-index{
    padding-right: 5px;
}