html, body {
   /*font-family: Verdana, Helvetica, Arial,sans-serif;*/
   font-family : georgia, garamond, serif;
   height: 100%;
   color : #c8c8c8;
}

#page {
   height: 100%;
   position: relative;
}

.wrapper {
   /*background-color : #D3E4DC;*/
   background-color : #272B30;
   height: 100%;
   margin: 0;
   padding-bottom: 40px;
}

#colophon {
   bottom: 0;
   height: 40px;
   left: 0;
   position: absolute;
   right: 0;
   line-height: 40px;
   text-align : center;
   background-color: #E4E7F4;
   color : #141414;
   box-shadow:
      0px 2px 2px 0px rgba(0, 0, 0, 0.5) inset,
      0px 2px 2px 0px rgba(255, 255, 255, 0.5);
}

#content {
   /*background-color : #F9FFFD;*/
   background-color : #272B30;
   min-height: 100%;
   margin: auto;
}

#maincontent {
   /*height: 100%;
   margin-bottom: -40px;*/
}

.row {
}

#site {
}

#logo img {
   padding : 3px;
}

#blason {
   vertical-align: top;
   position: absolute;
   top: 0;
   right: 0;
}

#blason img {
   padding : 3px;
   vertical-align: top;
}

#site h1 {
   text-shadow: 2px 2px 5px #0A0A0A;
   font-size: 60px;
   margin-top: 9px;
}

#vm_header {
   height: 72px;
   /*background-image:linear-gradient(#034881, #FCFCFC);*/
   background-image:linear-gradient(#D3E4DC, #FCFCFC);
   color: #FFFFFF;
   line-height: 1;
}
