.boite_haut_gauche {
	background-image: url(boite-haut-gauche.png);
  height: 32px;
  background-repeat: no-repeat;
  /*border: 1px solid blue;*/
}
.boite_haut_droite {
	background-image: url(boite-haut-droite.png);
	background-position: right;
  height: 32px;
  background-repeat: no-repeat;
  /*border: 1px yellow solid;*/
}
.boite_haut_centre {
	background-image: url(boite-bord-haut.png);
	background-position: top;
  height: 32px;
  margin-left: 32px;
  margin-right: 32px;
  background-repeat: repeat-x;
  text-align: center;
  font-weight: bolder;
  /*border: 1px solid green;*/
}
.boite_haut_centre div  {
  font-weight: bolder;
  padding-top: 15px;
  border-bottom: 1px solid #E6E6E6;
}
.boite_bas_gauche {
	background-image: url(boite-bas-gauche.png);
  height: 32px;
  background-repeat: no-repeat;
  /*border: 1px solid pink;
  margin-top: -15px;*/
}
.boite_bas_droite {
	background-image: url(boite-bas-droite.png);
	background-position: right;
  height: 32px;
  background-repeat: no-repeat;
  /*border: 1px solid red;*/
}
.boite_bas_centre {
	background-image: url(boite-bord-bas.png);
	background-position: bottom;
  height: 32px;
  margin-left: 32px;
  margin-right: 32px;
  background-repeat: repeat-x;
}
.boite_bord_gauche {
	background-image: url(boite-bord-gauche.png); 
	background-repeat: repeat-y;
  /*margin-left: 3px;
  margin-right: 3px;*/
  /*border: 1px solid pink;*/
  margin: 0px;
  padding: 0px;
}
.boite_bord_droite {
	background-image: url(boite-bord-droite.png); 
	background-position: right;
	background-repeat: repeat-y; 
/*  border: 1px solid red;*/
}

.boite_contenu {
	position: relative;
	/*margin: 0 16px -10px 25px; *//* Indiquer une marge basse négative pour remonter le bord bas */
	margin: 0 23px 0 23px;
	list-style-image: url(puce.gif);
  /*background-color: #1B1836;
  background-image: url(fond_boite.jpg);
  background-repeat: no-repeat;*/
  background-color: white;
  /*border: 1px solid green;*/
}
.boite_contenu a {
	text-decoration: none;
}
.boite_contenu a:hover {
	text-decoration: underline;
}
.boite_contenu a:visited {
	color: dimgray;
}
.titre_contenu_boite {
  font-weight: bolder;
  text-align: center;
}
