﻿/* HEADINGS   
----------------------------------------------------------*/
h1
{
    color: #505050;
    height: 26px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
}
h2
{
    color: #505050;
    height: 26px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 3px;
}
h3
{
    color: #505050;
    height: 26px;
    font-size: 11px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 2px;
}


h1.orange, h2.orange, h3.orange
{
    background: url(/App_Themes/MFC/images/arrow-orange.gif) no-repeat left;
    padding-left: 30px;
    padding-top: 5px;
    height: 26px;
}

h1.blue, h2.blue, h3.blue
{
    background: url(/App_Themes/MFC/images/arrow-blue.gif) no-repeat left;
    padding-left: 30px;
    padding-top: 5px;
    height: 26px;
}

h1.green, h2.green, h3.green
{
    background: url(/App_Themes/MFC/images/arrow-green.gif) no-repeat left;
    z-index: 99;
    padding-left: 30px;
    padding-top: 5px;
    height: 26px;
}

h1.puce_rouge
{
    font-size:10px;
    font-weight:bold;
    color:#434343;
    line-height:15px;
    height: auto;
}