﻿
/* ---------------------------------------------------- CONTROLE ENTETEPORTAIL.ASCX -------------------------------------------------*/
.navigationPortail:link {color: black; text-decoration: none;}
.navigationPortail:active{color: #0079c2;text-decoration: none;}
.navigationPortail:visited{color: black;text-decoration: none;}
.navigationPortail:hover{color: #0079c2;text-decoration:underline;}

.behavior
{
    -behavior: url(portail/controles/entetePortail/themes/iepngfix.htc);
}

.tr-full
{
    height:38px;
    overflow:visible; 
    *overflow:hidden;
    background-image:url(/portail/controles/entetePortail/images/repeaterDegradeBarre.jpg);
    background-repeat:repeat-x;
    margin-bottom:35px;
}

.tr-center
{
    height:37px;
    width:928px;
    margin:auto;
    font-family:Verdana;
    font-weight:bold;
    font-size:10.5px;
}

.tr-button
{
    cursor:pointer;
    height:25px;
    padding-top:12px;
    float:left;
}

.tr-button:hover
{
    cursor:pointer;
    text-decoration:underline;
    height:25px;
    padding-top:12px;
    color:#0079c2;
    float:left;
}

.tr-logo
{
    position:relative;
    float:left;
    cursor:pointer;
    height:75px;
    width:98px;
    z-index:5;
}