.DivContenu h1, h1
{
    font-family:Arial;
    font-weight:bold;
    font-size:18px;
    color:#575759;
}

.DivContenu h2, h2
{
    font-family:Arial;
    font-weight:bold;
    font-size:16px;
    color:#6C6C6C;
}

.DivContenu h3, h3
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#D32E2B;
    text-decoration:underline;
}

.DivContenu p, p, td
{
    font-family:Arial;
    font-weight:normal;
    font-size:12px;
    color:#6C6C6C;
}
.DivContenu hr, hr
{
    color: White;
    border-bottom: dashed 1px #6C6C6C;
}

.DivContenu a, a
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#009EE0;
    text-decoration:none;
}

.DivContenu li
{
    font-family:Arial;
    font-weight:normal;
    font-size:12px;
    color:#6C6C6C;
    padding-left:10px;
    
    position:relative;
    background: url("../Images/PuceCarreeRouge.gif") no-repeat;
    background-position:left 6px;
    list-style:none;
    list-style-type:none;
}

/****************************/
/*  STYLE PAGE FORMULAIRE   */
/****************************/

.MXContact 
{
    position:relative;
    margin-top:25px;

}

.btnMX
{
    background: url("../Images/FondBtnAccordeonOff.gif") no-repeat;
    width:189px;
    height:34px;
    display:block;
    text-align:center;
    padding-top:20px;
    font-family:Arial;
    font-weight:bold;
    font-size:13px;
    color:#6B6B6B;
    margin-top:-1px;
}


