@charset "UTF-8";
/*$PoliceCaracteres: Verdana, Arial, Helvetica, sans-serif;*/
/* /!\ en px obligatoire sinon pb calculs */
/*
	Attention, si ajout couleurs ici, penser ├á ajouter les classes pour ces domaines dans echange.scss
	et de cr├®er les layouts-xxxxx.scss
*/
#ajaxLoaderImg {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 16px;
	height: 16px;
	z-index: 1000;
}

/* line 209, ../../Compass/sass/_librarySiham.scss */
#BlocMenusGlobaux {
  position: absolute;
  right: 0px;
  top: 5px;
  padding-right: 5px;
  z-index: 1;	/*#1375*/
}

/* line 215, ../../Compass/sass/_librarySiham.scss */
#BlocMenusGlobauxLogo {
  display: inline-block;
  margin-left: 20px;
}

/* line 223, ../../Compass/sass/_librarySiham.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3, ../../Compass/sass/layoutcommun.scss */
#idPopupInfos {
  display: none;
  position: fixed;
  z-index: 99;
  height: 350px;
  width: 50%;
  margin-left: 25%;
  margin-top: 150px;
  border-style: solid;
  border-width: 2px;
  border-radius: 7px;
  background-color: white;
  vertical-align: middle;
}

/* line 18, ../../Compass/sass/layoutcommun.scss */
#idEntetePopupInfos {
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  background-color: goldenrod;
  height: 50px;
  vertical-align: middle;
  text-align: center;
}

/* line 30, ../../Compass/sass/layoutcommun.scss */
#idPopupInfosTitre {
  font-weight: bold;
  vertical-align: middle;
}

/* line 35, ../../Compass/sass/layoutcommun.scss */
#idBoutonPopupInfosTitre {
  margin: 3px;
  padding: 2px;
  float: right;
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  border-color: goldenrod;
  background-color: brown;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

/* line 50, ../../Compass/sass/layoutcommun.scss */
#idBoutonPopupInfosTitre:hover {
  border-color: brown;
}

/* line 55, ../../Compass/sass/layoutcommun.scss */
#idPopupInfosHTML {
  width: 100%;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  background-color: white;
  height: 295px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}
table#cartouchenomaffiche1 td{
	text-align: left;
}
table#cartouchenomaffiche1{
	/* font-size: small; */
	font-size: 12px;
	border: 1px solid gray;
	display: block;
	float: left;
}
table#cartouchenomaffiche1 a.elementnomaffiche,
table#cartouchenomaffiche1 span.elementnomaffiche {
	color: black;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
}
table#cartouchenomaffiche1 a.elementvaleur,
table#cartouchenomaffiche1 span.elementvaleur {
	color: black;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}


