.mod-box {
    background-color: transparent;
    moz-box-shadow: none;
    webkit-box-shadow: none;
   box-shadow: none;
}

body {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    background: #0000FF; 
  background-color: transparent;
  background-image: url(../../../images/Student_Life_blue_V1.jpg);
}

.body .container {
    background: rgba(232, 232, 232, 0.62)!important;
}

.body .container .header {
  background-color: transparent;
  background: rgba(232, 232, 232, 0.62)!important;
}

.body .container .header-inner {
  background-color: transparent;
  background: rgba(232, 232, 232, 0.62)!important;
}

block {
	margin: 2px 0px 10px 0px;
	padding-bottom: 5px;
  background-color: transparent;  
  background: rgba(232, 232, 232, 0.62)!important;
}


// pour modifier la couleur de fonds du menu
.nav-collapse {
    background-color: red;
        color: #0000ff;
}


.nav-collapse .dropdown-menu a {
        color: #0000ff;
    }

/*
body .container {
  background-color: transparent; 
  background-image: url(../../../images/MountainsOfHeaven.jpg); 
}
*/