body{
    margin:0px;
    padding:0px;
    font-family: arial;
    overflow-x:hidden;
}

header{
    height: 100px;
    background-color: #ddd;
    position:fixed;
    width: 100%;
    display: block;
    margin:0px;
    z-index:1000;
}

header #menutop, header #menubottom{
    color: #888;
}

header a{
    color: inherit;
    text-decoration:none;
    font-size:13px;
    vertical-align: 30%;
}


/*#header-left{
    width: 30%;
    float:left;
}*/

#header-center{
    float:left;
    width:30%;
    margin-left:0px;
}

#header-right{
    float:left;
    width:40%;
}

#navigation{
    /*    min-height: 30px;
        height:30px;
        width:300px;
        margin:auto;
        font-size:0.8em;
        color:#888;
        margin-top:15px;*/
    text-align: center;
}

#navigation_select{
    width:174px;
}

#navigation #previous, #navigation #next{
    padding: 5px ;
}

.header-top{
    height: 30px;
    padding-top:5px;
    padding-left:2px;
}

.header-bottom{
    border-top: 1px solid gray;
    padding-top:10px;
    padding-left:2px;
}

header .selectedmenu{
    color:black;
}

#project-title{
    float:left;
    border-left:1px solid gray;
    padding: 00px;
    margin:0px;
    height:100px;
    width:60%;
}
#project-title h2{
    width:80%;
    text-align: center;
    margin:auto;
    padding-top:30px;
}

/*#reading_options_box{
    width:50px;
}*/

#leftTableOfContents{
    width:180px;
    min-height: 200px;
    border: 1px solid #ccc;
    position:fixed;
    left:0px;
    top:150px;
    background-color:#ddd;
    display:none;
    font-size:10px;
}


#extra_content{
    float:right;
    width:15%;
    display:none;
    padding-left:5px;
}

.list  ul ul{
    list-style-type: none;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    padding-left:0px;
}

.list  ul ul ul{
    list-style-type: square;
        margin-top:20px;
    margin-bottom:20px;
    padding-left:20px;
}
#toc li{
    margin:10px;
}

.exception{

    color:red;
    border: 1px solid red;
    width: 500px;
    margin:auto;
    text-align: center;
    margin-top:50px;
    margin-bottom:50px;
}

header h1{
    text-align: center;
}

a{
    cursor: pointer;
}

.italic{
    font-style: italic;
}

.avecalinea{
    text-indent:20px;
}

#menu-right{
    width:40%;
    float:right;
    text-align:right;
    margin-top:-15px;
}

#menu-left{
    text-align:left;
    margin-left:10px;
}

nav a {
    margin-right:10px;
}

.choix_partie select{
    background-color: #ccc;
    border-color: #666666;
    color:#333;
}

#content{
    padding-top: 100px;
    margin-left:200px;
    width: 800px;
    float:left;
    background-color:white;

}


.corr, .sic{
    display:none;
}

.appel_note{
    font-size:smaller;
    line-height: 0px;
    vertical-align: super;
}

.appel_note:after{
    content: "]";

}

.appel_note:before{
    content:"[";
}

.mouseover_no{
    display:none;
}


.appel_note{
    text-decoration: none;
}

#content .pb{
    font-size:11px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
}

#content .pb:after{
    content:"}";
}

#content .pb:before{
    content:"{";
}

.corr{color: #bb0000;}


/*#levels{
    position:absolute;
    overflow:hidden;
    width:100%;
}

.level_content{position: absolute;
               width: 50%;           
               left: 150%;
               top: 100px;
               margin-left: -25%;
}


.level_content_0{left: 50%;}
*/

/*reading options*/
/*.fixed-options{
    position:fixed;
    font-size:11px;
}

.option_title{
    font-weight: bold;
}*/

/*Text*/
.texte{
    font-family: junicode,georgia,arial,helvetica;
    font-size: 16px;
    line-height: 200%;
    text-align: justify;
    width:600px;
}

.italic{
    font-style:italic;
}

.texte h2{
    font-family: georgia, arial, helvetica;
    font-size: 17px;
    font-weight: normal;
    line-height: 120%;
    margin:40px auto 30px;
    text-align: center;
}



.varLong{
    color:red;
}

.retour_texte:after {
    content: "]";
}
.retour_texte:before {
    content: "[";
}
.retour_texte{
    padding: 10px;
}

/*.manchette{
    
}*/

.clearer{
    clear:both;
    height:0px;
    margin:0px;
    padding:0px;
}

/*search engine answered text fragment*/
#p_target{
    /*background-color: #FFFFFF;
    border: 1px dashed black;*/
    padding: 5px;
    border-left: 1px solid #bbb;
}

/*witnesses*/

.details_wit{
    margin-left:20px;
    font-size:9px;
    font-style: italic;
}

#witnesses{
    padding-left:2px;
}

#witnesses #current_version{
    font-size:9px;
}

#witnesses div{
    margin-bottom: 10px;
    padding-left:10px;
}

#expand_witnesses, #collapse_witnesses{
    vertical-align:-35%;
}


/*options de lecture*/

#reading_box_wrapper{
    width:250px;
    float:left;
    display:block;
    margin-top:80px;
}

#reading_options_box{
    display:none;
    text-align:right;
}
#reading_box{
    width:250px;
    float:right;
    text-align:left;
}

/*#reading_box input[type='radio']{
    width:5px;
    height:5px;
}*/

.popbox a{
    text-align:right;
}

#reading_box .option_title{
    font-size:12px;
    font-weight: bold;
    padding-left:5px;
}

#reading_box label{
    font-size:10px;
    vertical-align:8%;
}

#home_content{
    width:50%;
    margin-left:20%;
    text-align: justify;
}

footer{
    background-color: #DDD;
    border-top:1px solid #aaa;
    border-bottom:1px solid #aaa;
    font-size:10px;
    padding-top:120px;
    text-align:center;
    color:#aaa;
}




header{
    border-bottom:1px solid #aaa;
}

#corpus_title{
    font-size:20px;
}
#corpus_subtitle{
    font-size:16px;
}


