/*---------- STYLES DES BOX ----------*/

.boxText { color:white; background-color:#000;}

/* Cadre d'entourage des box */
.testBox {
	background-color: #000;
	border-left: 2px solid #ff6600;
	border-right: 2px solid #ff6600;
}


/*---------- INTERIEUR DES BOX ----------*/
/* Interieur des box */
.testBoxContents {
	background-color: #000;
}


/*---------- ENTETE ET PIED DES BOX ----------/*
/* Entete et pied des box */
td.testBoxHeading {
	color: #ffffff;
	background-color: #000;
}

/* boxes */


#pagesbox .infoBoxHeading { background: black; color: white; }
#pagesbox .infoBox { background: #ff6600; }
#pagesbox .infoBoxContents { background: #000; color: white; }
#pagesbox a { color: white;}

.infoBoxContents {
  background: #000;
}

.infoBoxContents a:link {
  background: #000;
  color:#fff;
}

.infoBoxContents a:visited {
  background: #000;
  color:#fff;
}

.infoBoxContents a:hover {
  background: #000;
  color:#ff6600;
}

.infoBoxNotice {
  background: #ff0000;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

td.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #000;
  color: #fff;
}

td.infoBox, span.infoBox {
  font-size: 10px;
}
