 

.footer {
  background-color: #314D74;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 40px;
  border-top: 1px solid #eee;
  color: #FFFFFF;
}
.beige
{background-color: #F6F5ED;}
  

.toto {
  text-align: left;

}

.cop a {
font-size: 1em;
color:#FFFFFF;
text-decoration:none; 
}
.cop a:hover {
color:#DFDFDF;
}



@media (min-width: 768px) {
  
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}
body {
    width:100%;
    height:100%;
    font-family:Arial;
    font-size:14px;
}
header {
    min-height:50px;
    position:relative;
}
[role="contents"] {
    position:relative;
}
.mega-nav {
    background:#2a8fcf;
    border-radius:0;
    margin-bottom:0;
}
.mega-nav.navbar-default .navbar-nav > li > a {
    color:#fff;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
}
.mega-nav.navbar-default .navbar-nav > li > a:hover {
    background:#0075b3;
} 
.mega-nav.navbar-default .navbar-nav > li.dropdown > a:hover,
.mega-nav.navbar-default .navbar-nav > li.dropdown > a:focus,
.mega-nav.navbar-default .navbar-nav > li.dropdown > a:active{
    background:#0075b3;
    color:#fff;
} 
#MainMenu {
    padding-left:0;
}
#MainMenu .menu-list li {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
}
#MainMenu .menu-list li + li {
    border-left:1px solid rgba(255, 255, 255, 0.5);
}

.mega-nav.navbar-default .navbar-nav > li.menu-list .list-category a {
    color:#FFF;
}
.darkness {
    background: rgba(0, 0, 0, 0.7);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
}
 .selected a {
 background:#0075b3;
    -webkit-box-shadow: #CCC 0 0 .25em;
    -moz-box-shadow: #CCC 0 0 .25em;
    box-shadow: #CCC 0 0 .25em;
}


.bxborder{
		float:right;
		width:100%;
		height: 100%;
		padding: 5px 0px 5px 0px;
		margin: 5px 0px;
		border-top:2px solid #182385;
		border-bottom:2px solid #ED462F;
		font-family: Arial, Verdana, Helvetica;
        font-size: 0.7em;
        color: #235182;
		text-align: center;
			}

.blue{color:#0068B1;}
	.red{color:#800000;}
	.navbar-toggle, .icon-bar {
    border:1px solid white;
}
