﻿#PCPMenu div
{
    min-height:20px;
    vertical-align:middle;
    padding-top:1px;
    padding-bottom:1px;
    font-weight:bold;
    width:160px;
}

#PCPMenu #partmenuselected
{
    color:White;
    cursor:default;
    color:White;
    border:solid 2px #435568;
    font-size:1.3em;
    font-weight:bold;
    padding-left:30px;
    margin-bottom:2px;
    width:166px;
}
#PCPMenu div.partmenunotselected
{
    height:30px;
    line-height:30px;
    cursor:pointer;
    padding-left:30px;
    margin-bottom:4px;
    width:170px;
}
#PCPMenu div.partmenunotselectedover
{
    height:30px;
    line-height:30px;
    cursor:pointer;
    color:Orange;
    padding-left:30px;  
    margin-bottom:4px;
    width:170px;
}
.parentmenunotselected
{
    cursor:pointer;
}

.parentmenunotselectedover
{
    cursor:pointer;
    color:Orange;
}
.submenunotselected
{
    cursor:pointer;
}
.submenunotselectedover
{
    cursor:pointer;
    color:Orange;
}


#PCPMenu .PCPSubmenu
{
    font-family:Trebuchet MS;
    font-size:small;
    padding-left:15px;
    cursor:pointer;
    font-weight:lighter;
    width:150px;
}
#PCPMenu .PCPSubmenuOver
{
    font-family:Trebuchet MS;
    font-size:small;
    padding-left:15px;
    cursor:pointer;
    color:Orange;
    width:150px;
}
#PCPMenu .PCPSubmenuSelected
{
    font-family:Trebuchet MS;
    font-size:small;
    padding-left:15px;
    cursor:default;
    font-weight:bold;
    text-decoration:underline;
    width:150px;
}


/* Style spécifiques polyclinique */
h4
{
    color:#3D3D56;
    padding-left:45px;
    /*padding-top:0px;*/
    margin-bottom:15px;
    margin-top:3px;
    font-size:14px;
}
h5
{
    color:#3D3D56;
    padding-left:45px;
    margin-bottom:10px;
    margin-top:3px;
    font-size:12px;
}
h3 
{
    color:#2D69A8;
    font-weight:bold;
    line-height:18px;
    margin-bottom:2px;
    margin-top:5px;
}

#PCPContent li 
{
    margin-bottom:5px;
}