.titrePopupBox{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
  font-weight: bold;
	text-align: left;
	background-color: rgb(158,149,65);
	color: rgb(0,0,0);
}
.textePopupBox{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	background-color: rgb(220,216,173);
	color: rgb(0,0,0);
  
  scrollbar-arrow-color: 8E8262;
  scrollbar-track-color: rgb(158,149,65);
  scrollbar-face-color: rgb(220,216,173);
  scrollbar-highlight-color: BE9573;
  scrollbar-3dlight-color: 8E8262;
  scrollbar-darkshadow-color: 8E8262;
  scrollbar-shadow-color: BE9573;
}

.textePopupBoxBold{
  font-weight: bold;
  color: rgb(0,0,0);
}

.ombrageTransparentPopupBox{
	font-family: Arial;
	font-size: 1px;
}

.ombrageNoirPopupBox{
	font-family: Arial;
	font-size: 1px;
	font-style: normal;
	text-align: left;
	background-color: rgb(65,69,29);
}



