/* 
    Document   : css
    Created on : 2 août 2012, 15:03:44
    Author     : françois.garçon
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

*
{
    margin: 0px;
    padding: 0px;
}

body,html {
    margin: 0 5px;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 14px;
    height: 100%;
    line-height: 1;
    background: none repeat scroll 0 0 #EFEFEF;
    color: #000000;
}

br
{
    height: 0px;
}

h1 {
    font-size: 1.6em;
    color: #000;
    font-weight:bold;
    text-align:center;
    width:100%;
    
}


/* style form */
form dt label,form dt input[type=text]{
    width: 350px;
    display: block;
    float: left;
    color: #0077BE;
    /*margin-top : 2px;*/
}

form .notification_form .question label {

    width: 100%;
    display: block;
    color: black;
}

form .notification_form .question dd label {

    color: #0077BE;
    margin-left: 20px;
}

form .notification_form .question dd {
    
    margin-top: 10px;
}

form .notification_form .question .sous_question {
    
    margin-top: 10px;
    margin-left: 30px;
}

form dd {
    margin: 0;
    float: left;
    color: #0077BE;
/*    width: 500px;*/
}

form dd#captcha-element ul.errors {
    position:absolute;
    top:60px;
    width: 100%;
    left: 0;
    text-align: center;
}

form .notification_form dd#captcha-element ul.errors {
    top:80px;
}

form dt#numeroRecommandation-label {
/*    margin-right:10px;*/
}


form dd input, form dd ul {
    float: left;
}

.errors {
    margin:10px 0;
    padding-left:0;
    width:915px;
    text-align:center;
}

#captcha-element .errors {
    clear:both;
    width:91px;
}


form p {
    margin: 0;
    float: left;
    font-size: 11px;
    line-height: 20px;
    padding: 0 0 0 10px;
}

form ul {
    color : #FF0000;
    list-style-type: none;
    float : left;
    font-size: 12px;
    font-weight:bold;
}

form #envoyer-label {
    display:none;
    float:left;
/*    width:430px;*/
}

form #envoyer-element {
    margin:30px 0;
}

form #envoyer-element input {
    width:110px;
    height:40px;
}

form #reponseVoiePostale-label {
    width:760px;
}

/* content */
#content {
    margin: 0 auto;
    padding: 20px;
    width: 960px;
    background: #FFFFFF;
    text-align : left;
    position:relative
}

#content #introduction {
    line-height: 1.5em;
    margin:0 0 40px 0;
    
}

#content fieldset {
    padding:20px;
}

#content fieldset legend {
    color: #0077BE;
}

/*#content dt {
    margin:0 0 10px 0;
}*/

#content dt#captcha-input-label {
    line-height: 1.6em;
    margin:15px 10px 0 0;
    
}

#content dd#captcha-element img {
  float:right;  
  margin-right: 80px;
}

#content dd#captcha-element #captcha-input {
    float:left;
    margin:15px 20px 15px 0;
}

.helper 
{
    width: auto;
    float: left;
}

.helper_num_dossier 
{
      /*  width:115px;
    display: block;
    float: left;
    color: #0077BE;
    margin-top : 2px;*/
   /*width: 112px;
   display: block;
   float: left;*/
}

.helper input {
    margin:0 20px 0 0;
    
}

.helper_num_dossier input
{
   margin:0 20px 0 0; 
   float: left;
}

.helper  #reponseVoiePostale
{
    height: 40px;
}

/* header */
#header {
    margin: 0 auto;
    padding: 0 0 25px;
    width: 980px;
    text-align: center;
}

#header img {
    margin : 20px 0 0 0;
    float : left;
}


#header h1 {
    float : right;
    padding : 30px 0 0 0;
}


/*page*/
#page {
    width : 980px;
    margin : 0 auto 0 auto;
}

.clear {
    clear : both;
    display : block;
    width: 914px;
}

#observation_check{
    float : left;
}

#bas_contenu {
    text-align:center;
    border:1px solid #c0c0c0;
    padding:15px;
    float : left;
    width: 920px;
}

#telephone {
    text-align: center;
}

#numero {
    font-weight: bold;
}

/*footer*/
#footer {
     font-size: 10px;
     margin:10px 0;
     height:80px;
}

/*adresse*/
#adresse {
    font-weight: bold;
    color: #0077BE;
    line-height:1.6em;
    margin:10px 0 20px 0;
}

.description{
    margin: 0;
    float: left;
    font-size: 11px;
    line-height: 20px;
    padding: 0 0 0 10px;
/*    color: #0077BE;*/
    color:#050505;
    font-style: italic;
    text-align: left;
}

.form_text{
    color: #0077BE;
    text-align : left;
    clear: both;
    width: 914px; 
}

#message_validation {
text-align: center;
line-height: 1.5em;
}

.error_case_cocher
{
    clear:both;
    color: red;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;  
}

.error_case_cocher p
{
    text-align: center;
    width: 100%;
}


p.description_numero_recommandation
{
    margin: 0px;
    font-size: 11px;
    line-height: 20px;
    padding: 0 0 0 5px;
    color:#050505;
    font-style: italic;
    text-align: left;
    width: 323px;
}

p.description_nature_demande
{
    margin: 0px;
    font-size: 11px;
    line-height: 20px;
    padding: 0 0 0 10px;
    color:#050505;
    font-style: italic;
    text-align: left;
    width: 400px; 
}

dd#envoyer-element
{
    float:none;
    width: 100%;
    text-align: center;
}

#boutonenvoyer
{
    float: none;
}

.hadopi_observation
{
    width: 914px;
}

#reponseVoiePostale-label .optional
{
    width: 894px;
    float: none;
}

.optional
{
    width: 445px;
}
