/*
 * Globals
 */
html {margin:0px; padding:0px; height:100%;background-image:  url("/img/cabef-ci.png"), url("/img/paper.gif");
	background-color:#ccc; opacity:1; }

body {background-image:  url("/img/cabef-ci.png"), url("/img/paper.gif");
  	background-color: #ccc; opacity:1;
  	text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
	height :100%;} 

.largeur {
  width:100%;
}
.ecart {margin:5px;}
.h-x {height:100%;}
.blancnotrans {background-color:#FFFFFF; opacity:1;}
.MonInstitution {padding-top:20px; padding-bottom:10px;}
.ArmoirieCI {text-align:center; width:100px; height:auto;}
.bordurestyle-1 {width: 100%;}

.grdtitre {
	color:#006600; font-weight:bold;
	}

/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

/*
 * Header
 */

/*header {padding-top:15px;}*/
.nav-masthead .nav-link {
  color: rgba(19, 135, 44, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(224, 165, 54, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #e0a536;
  border-bottom-color: #e0a536;
}
.espaceligne {
	margin-top:10px;
	margin-bottom:10px;
}