body{
    margin:0px;
    padding:0px;
    background-color: #ffffff;
    color:#000000;
}
a{  
    color:#9d1414;
    text-decoration:none;
    font-weight:bold;
}
a:hover{
    color:#9d1414;
    text-decoration:none;
    font-weight:bold;
}
#d_header{
    height:150px;
}
#d_header .sub_header1{
    background:url(./images/minibook.png) no-repeat;
    width:240px;
    height:80px;
    position:absolute;
}
#d_header .sub_header2{
    position:absolute;
    right:20px;
}
#d_panel{
    width:90%;
    margin:auto;
}

.d_fiche{
    width:550px;
    padding:10px;
    background-color: #e0e0e0;
    border-radius: 10px;
    font-size:13px; 
    border:1px solid #000000; 
    margin-bottom:10px;
}

.d_fiche .forms_field{
    width:320px;
}    

.logcomplete{
    width:450px;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    border-radius: 10px;
    font-size:13px; 
    margin:auto;
    border:1px solid #000000; 
    background:url(./images/fondl.png) repeat-x top left #e0e0e0;
}

.logcomplete .logo{
    background:url(./images/book.png) no-repeat top center;
    width:450px;
    height:150px;
}

.miniform, .minirecap{
    width:240px;
    height:130px;
    padding:10px;
    border-radius: 10px;
    font-size:14px; 
    border:1px solid #000000;
    text-align:center;
    background:url(./images/mini1.png) no-repeat bottom right #e0e0e0;
}

.miniform .forms_label{
        width:100px;float:left;
}
.miniform .forms_input input{
        width:100px;
}
.miniform .forms_input{
    width:120px;
}

.miniform .forms_submit input{
    width:216px;
}


#d_footer{
    text-align:center;
    font-size:11px; 
}

.div_denied {
    margin:auto;
    background-color: #e0e0e0;
    border-radius: 5px;
    font-size:14px; 
    font-weight:bold;
    text-align:center;
    margin-top:30px;
    margin-bottom:3px;
    border:1px solid #000000; 
    padding:4px; 
    width:600px;
    height:200px;
    color:#000000;      
}