@import url('../../../css/editor.css');
#headerZone{
    height:160px;
    background:url('../files/images/imgHeadTop_1.png') left center no-repeat #FCC300;
/*     border-bottom:1px solid #000; */
    cursor:pointer;
    position:relative;
}
#menuZone{
    position:absolute;
    z-index:9999;
    padding:0 6px;
    top:0px;
    right:10px;
    background-color:transparent;
}
#menuZone li{
    border-left:1px solid #000;
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    padding:0 6px;
    background-color:#b51f25;
    display:inline;
}
#menuZone li:hover{
    background-color:#eee;
}
#menuZone li:hover a{
    color:#000;
}
.currentMenu{
    background-color:#FCC300;
}
#menuZoneB .currentMenu a:link, #menuZoneC .currentMenu a:link{
    color:#000;
}
#menuZoneB .currentMenu a:visited, #menuZoneC .currentMenu a:visited{
    color:#000;
}
.currentSubMenu{
    background-color:#FCCE30;
}
.currentAMenu{
    color:#85171B;
    font-weight:bold;
    font-style:italic;
}
#menuZoneB .currentMenu .currentAMenu:link,#menuZoneB .currentMenu .currentAMenu:visited{
    color:#85171B;
}
.currentASubMenu{
    color:#961A1F;
    font-weight:bold;
    font-style:italic;
}
#menuZoneB .currentMenu .currentASubMenu:link,#menuZoneB .currentMenu .currentASubMenu:visited{
    color:#961A1F;
}
.noContent{
    margin-top:40px;
    text-align:center;
    font-size:18px;
    font-style:italic;
}
#mainZone{
/*     margin-top:10px; */
    padding:6px;
    margin:0 4%;
/*     background-color:#fff; */
/*     min-height:100px; */
/*     border:1px dashed #961A1F; */
}
#mainZone .description{
/*     float:right; */
}
#mainZone p{
    margin:10px 0;
}
#footerZone{
/*     clear:both; */
/*     background:url('../files/images/fond-repeat2.jpg') bottom repeat-x; */
    position:relative;
    font-size:14px;
    text-align:center;
    height:60px;
    background-color:#961A1F;
/*     background:url('../files/image/logo_consultante_caoch.gif') no-repeat; */
}

#footerZone #logoFooter{
    position:absolute;
    right:100px;
    bottom:0px;
}
#noscript{
    text-align:center;
    padding:10px 0;
    color:#fff;
    font-weight:bold;
    background:url('../files/images/square1.png');
}
.hidden{
    display:none;
}
.action{
    margin:10px 0;
}
.action li{
    list-style:none;
    display:inline;
    padding:0;
    margin:0;
}
.button{
    border-top:6px solid #7f0000;
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    border-left:1px solid #eee;
    padding:0 6px;
}
.button:hover{
    background-color:#eee;
}
.tb_img{
    border:1px solid #666;
}
.readMore{
    border-left:2px solid #666;
    padding-left:4px;
    margin:10px 0;
    font-weight:bold;
    cursor:pointer;
}
.readMore:hover{
    background-color:#eee;
}
/* MAIN */
#home{
    text-align:center;
}


/* AUTH FORM */
#menuZone #loginAccess{
    border:0;
    background-color:transparent;
}
#menuZone #loginAccess:hover{
    background-color:transparent;
}
#menuZone #loginAccess a{
    color:#FCC300;
}
#menuZone #loginAccess:hover a{
    color:#961A1F;
}
.crud-record-list{
    border:1px solid #cecece;
}
.crud-record-list thead{
    background-color:#eee;
}
.crud-record-list tbody tr:hover{
    background-color:#eee;
}
#auth_login_zone{
    width:300px;
    margin:0px auto;
    padding-top:80px;
}
#auth_login_zone fieldset{
    width:280px;
    padding:10px;
    background-color:#eee;
}
#auth_login_zone p{
    text-align:center;
    font-size:12px;
    font-weight:bold;
}
#auth_login_zone table{
    width:100%;
/*     padding:10px; */
}
#auth_login_zone input[type=text], #auth_login_zone input[type=password]{
    width: 100px;
}
#auth_login_zone input[type=submit]{
    float:right;
}
