/**
 * Side menu
 */
#menu a {  font-weight: normal;}
#menu a:visited {  font-weight: normal; }
#menu a:active {  font-weight: normal; }
#menu a:hover {  font-weight: normal; }

#menuarea { width:10em;}
#menu {
    position: relative;
    float: left;
    width: 600px;
    padding-top: 0px;
    top:0px;
    left:0px;
    z-index: 20;
    background-color: inherit;
    font-size : 100%;
}


.conTableList{
height:16px;
margin-top:3px;
background-color:inherit;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #ffffff;
}
.conTableList .td1{
  background-color:inherit;
  width:30px;
  float:left;
}
.conTableList .td2{
  background-color:inherit;
  width:10px;
  margin-right:5px;
  float:left;
}
.conTableList .td3{
  background-color:inherit;
  width:500px;
  float:left;
}
.conTableList .td4{
background-color:inherit;
width:29px;
float:right;
text-align:right;
}

.menutitle {
        cursor:pointer;
        padding: 2px 0px;
        margin-left: 0px;
        background-image: url('https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/images/chapter.gif');
        background-repeat: no-repeat;
        background-position: center left;
        font-weight : normal;
}

#menu .conTableList .menuitemgroup {
        margin: 0px 0px 6px 8px;
        padding: 2px 0px;
        font-weight : bold; }

#menu .selectedmenuitemgroup{
        margin: 0px 0px 6px 8px;
        padding: 0px;
        font-weight : bold; }

#menu .conTableList .menuitem {
        padding: 2px 0px 2px 0px;
        background-image: url('https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/images/page.gif');
        background-repeat: no-repeat;
        background-position: center left;
        font-weight : normal;

}

#menu .menupage {
        margin: 5px 0px 5px 10px;
        padding: 0px 3px 0px 12px;
        background-image: url('https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/images/current.gif');
        background-repeat: no-repeat;
        background-position: top left;
        font-style : normal;
}
#menu .menupagetitle {
        padding: 0px 0px 0px 6px;
        font-style : normal;
        border-style: solid;
        border-width: 1px;
        margin-right: 10px;
}
#menu .menupageitemgroup {
        padding: 3px 0px 4px 6px;
        font-style : normal;
        border-bottom: 1px solid ;
        border-left: 1px solid ;
        border-right: 1px solid ;
        margin-right: 10px;
}
#menu .menupageitem {
        font-style : normal;
        font-weight : normal;
        border-width: 0px;
        font-size : 90%;
}
#menu #credit {
    text-align: center;
}
#menu #credit2 {
    text-align: center;
    padding: 3px 3px 3px 3px;
    background-color: #ffffff;
}
#menu .searchbox {
    text-align: center;
}
#menu .searchbox form {
    padding: 3px 3px;
    margin: 0;
}
#menu .searchbox input {
    font-size: 100%;
}