/**
 * src/CoreBundle/Resources/public/css/fonbail.css
 * 
 * @author David Mézière <dmeziere@free.fr>
 */

body {
}

td {  
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    line-height: 16px; 
    color: #09357B;
}

INPUT {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a {
    text-decoration: none;
}

a:link {
    color: #0099CC;
}

a:visited {
    color: #0099CC;
}

a:active {
    color: #0099CC;
}

a:hover { 
    color: #0099CC;
    text-decoration: underline;
}

.titre {
    font-size: 12px;
    font-weight: bold;
}

.chapo {
    font-size: 12px;
    font-weight: bold;
}

.small {
    font-size: 11px;
}

.date {
    color: #B0B193;
    font-size: 10px;
}

td.center {
    text-align: center;
}

td.right {
    text-align: right;
}

#contact_civilite label,
#demande_civilite label, 
#demande_transaction label, 
#demande_type label,
#soumission_civilite label
{
    padding-left: 1px;
    padding-right: 10px;
}
