/* ==============================================
_DESIGN/editor.css
============================================== */


H2.titre {
font-size: 18px;
color: #7A7B7E;
}

H2.titre-rouge {
font-size: 18px;
color: #D10019;
margin: 15px 0 20px 0;
}

H3.subtitle{
font-size: 16px;
color: #000;
}

H4.interTitle {
font-size: 14px;
color: #D10019;
}

H5.legend  {
font-size: 11px;
color: #333;
}

P.header {
color: #000;
}

/*P.list-grey {
color: #7A7B7E;
display: block;
width: 225px;
padding-left: 18px; 
margin: 4px 0px;
background: transparent url("/design/arrow-h-grey.gif") no-repeat top left; 
}*/

P.list-black {
color: #000000; 
display: block;
padding-left: 18px; 
margin: 8px 0px;
background: transparent url("/design/puce-losange.gif") no-repeat top left;
}

P.list-red {
color: #D10019; 
display: block;
padding-left: 18px; 
margin: 8px 0px;
background: transparent url("/design/puce-losange.gif") no-repeat top left;
}

