/* CSS Document */


/**
** devis etape 0 (home)
**/

#devis_mutuelle
{
margin-left:20px;
margin-right:20px;
margin-top:20px;
margin-bottom:20px;
/*text-align:center;*/
}

#devis_mutuelle p
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
text-align:left;
margin-left:0;
margin-right:0;
margin-top:10px;
margin-bottom:10px;
}

#devis_mutuelle p.titre
{
text-align:center;
color:#c21e1e;
font-weight:bold;
margin-left:auto;
margin-right:auto;
margin-top:20px;
margin-bottom:20px;
}

#devis_mutuelle h3
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:14px;
height:18px;
font-weight:bold;
color:#c21e1e;
padding:0;
margin:20px 0 10px 0;
border-bottom-color:#c21e1e;
border-bottom-style:solid;
border-bottom-width:2px;
width:auto;
}

#devis_mutuelle label.obligatoire
{
color:#c21e1e;
}

#devis_mutuelle h3.ligne_grise
{
border-bottom-color:#999999;
border-bottom-width:1px;
color:#999999;
text-align:center;
}

#devis_mutuelle p.aide
{
background-image:url(../image/aide.gif);
background-repeat:no-repeat;
padding-top:5px;
padding-left:30px;
width:360px;
height:auto;
text-align:justify;
margin:20px 0 50px 0;
}


