#preview {

    letter-spacing: 0.63333px;
    text-align: justify;
    line-height: 25px;
    padding:10px;
}

#preview p{
    color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12.8px;
}


#preview h1 {
    border-bottom: 1px solid #F8BE02;
    color: #00559A;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 16pt;
    font-weight: bold;
    margin-top: 0;
}
.message {
    background: url("images/information.png") no-repeat scroll 5px 50% #FFFFFF;
    border: 1px solid #F7CD11;
    padding: 10px 30px;
    text-align: left;
}

.message_e {
    background: url("images/recommande_us_delete.png") no-repeat scroll 5px 50% #FFFFFF;
    border: 1px solid #F7CD11;
    padding: 10px 30px;
    text-align: left;
}


form.valid fieldset {
    border: 1px solid #C1E2EA;
    margin-bottom: 1em;
    padding: 1em;
}
form.valid fieldset legend {
    color: black;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12.8px; 
}
.c_row {
    clear: both;
    margin: 0.1em;
    min-height: 1em;
    padding: 0.3em;
}
.c_row label.main {
    display: block;
    float: left;
    text-align: right;
    width: 20%;
    color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;    
}

.c_row input, .row textarea, .row select {
    background: none repeat scroll 0 0 #F3F8F9;
    border: 1px solid #00559A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12.8px;   
}
.c_row input, .row textarea, .row .texte, .row select {
    padding: 0.2em;
}
.c_row input, .row textarea, .row select, .row .texte {
    margin-left: 1em;
    width: 70%;
}

label {
    cursor: pointer;
}
label, input, select, textarea {
    font-family: Arial,Courier new,Sans;
    font-size: 1em;
}

form.valid .c_row .missing {
    background-image: url("images/recommande_us_delete.png");
    background-position: 100% 1px;
    background-repeat: no-repeat;
    color: red;
}

.f_submit {
    background: none repeat scroll 0 0 #00559A !important;
    border: 1px solid #00559A;
    color: #F6CD11;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0.3em 2.5em;
    text-transform: uppercase;
    width: auto;
}