.containerMenu {
  position: fixed;
  top:20px; 
  left:50px;
  z-index:10;
}

.menuBg {
  position: fixed;
  top:0px; 
  left:0px;
  width:100%;
  height:100px;
  z-index:1;
   background-color:white;
}


.menuDashedTop {
    font-family: "Andale Mono",monospace,sans-serif;
    font-size:10px;
    text-decoration:none;
    text-transform:uppercase;
    color:black;
    padding-bottom:10px;
    line-height:14px;
    position: fixed; 
    top:20px; 
    left:50px; 
    z-index:3;
}

.menuDashedBottom {
    font-family: "Andale Mono",monospace,sans-serif;
    font-size:10px;
    text-decoration:none;
    text-transform:uppercase;
    color:black;
    padding-bottom:10px;
    line-height:14px;
    position: fixed; 
    top:38px; 
    left:50px; 
    z-index:4;
}


.containerSmall {
    padding-bottom:45px;
}


.containerBig {
    padding-bottom:45px;
}

.blocText {
position:relative;
    left:50px;
    width:484px;
}

.blocImage {
     padding-bottom:15px;
}


.headline {
    font-family: "Andale Mono", "Monaco",monospace;
    font-size:10px;
    text-decoration:none;
    text-transform:uppercase;
    color:black;
    padding-bottom:10px;
    line-height:14px;
}

.copy {
    font-family:'Georgia','Times New Roman','Times','Serif';
    font-size:16px;
    text-decoration:none;
    color:black;
    padding-bottom:12px;
    line-height:19px;
}

.paragraphe {
    /*
    background-color:white;
    padding-bottom:12px;
    line-height:19px;
    */
    width:484px;
}

a.menu {
    color:black;
    text-decoration:none;
    border-bottom:1px solid white;
}
a.menu:hover {
    background-color: #ffff00;
    border-bottom:1px solid white;
}
a.menuSelected {
    color:black;
    background-color: #ffff00;
    text-decoration:none;
    border-bottom:1px solid white;
}
a.menuSelected:hover {
    background-color: #ffff00;
    border-bottom:1px solid white;
}


a {
    color:black;
    text-decoration:underline;
}

a:hover {
    /*border-bottom:1px dotted #ffff00;*/
    background-color: #ffff00;
}

a:focus, a:active { 
outline: 0; 
-moz-outline: none; 
}
