div#menuright
{
position:fixed;
border-left:2px solid rgb(51,51,204);
top:0px;
right:0px;
height:100%;
width:125px;
}



div#menur
{
position:fixed;
top:240px;
right:0px;
width:125px;
height:120px;
text-align:center;
font-size:70%;
color: rgb(51,51,204);
/*border-bottom:2px solid rgb(51,51,204);*/
/*border-top:2px solid rgb(51,51,204);*/
}


div#adrpost
{
color: rgb(255,128,64);
/*background:rgb(237,237,237);*/ 
}

div#nomcom
{
font-weight: bold;
}



div#vacces
{
position:fixed;
top:375px;
right:10px;
width:100px;
font-weight:bold;  
font-size:90%;
background:rgb(51,51,204); 
color:rgb(255,255,255);
}

.acces
{
text-align:center;
text-decoration: none;
margin:3px 0px 3px 0px;
}


.acces a
{
text-align:center;
color:rgb(255,255,255);
text-decoration: none;
/*padding:3px 3px 3px 3px;*/
}

.acces a:hover
{
margin:3px 3px 3px 3px;
background-color:rgb(210,210,210);
/*border:1px solid rgb(51,51,204);*/
text-decoration:none;
display:block;
color: rgb(255,128,64);
}



