.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, .PlanSite span
{
    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:#626262;
    text-decoration:none;
}
a.bleu
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#009EE0;
    text-decoration:none;
}
.DivContenu li, .divContenu .PlanSite 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;
}
.divContenu a.aSiteMap
{
    color:#6C6C6C;
}
.divContenu a.aSiteMap:hover
{
    color:#333333;
}



/*****************************/
/*  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;
}


.FicheProduit {
    float:left;
    width:748px;
    margin-top:21px;
    text-align:justify;
    display:block;
}
.fckeditor .FicheProduit
{
    float: left;
    width: 748px;
    margin-top: 21px;
    text-align: justify;
    display: block;
    border: 1px dotted #808080;
}
.FicheProduit .VignetteProduit
{
    position:relative;
    float: left;
    display: block;
    margin-right: 30px;
    border:solid 1px red;
}
.FicheProduit h2 span {
    font-family:Verdana;
    font-size:14px;
    color:#626262;
    font-weight:bold;
}
