/*----------------------------
 Pour les box white		  
----------------------------*/

.whiteBox {
  margin: 0 0 5px 0;
  text-align: left;
  height:300px;
}

.whiteBox-content { 
	background-color: #ffffff;
	/*font-size: 0.8em;*/
	height:100%;
}

.whiteBox-content-text { 
	font-weight: normal;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.whiteBox-round-top-left,.whiteBox-top-left, .whiteBox-header-top-left, .whiteBox-round-top-right, .whiteBox-top-right,.whiteBox-header-top-right, .whiteBox-bottom-left,.whiteBox-footer-bottom-left, .whiteBox-bottom-right,.whiteBox-footer-bottom-right {
	height: 8px;
	width: 8px;
	background-repeat: no-repeat;
	font-size: 1px; /* correction d'un bug IE */
}

.whiteBox-top-border {
	background-color: #FFFFFF;
}

.whiteBox-round-top-left {
	background: url("../images/box/white/top-left-corner-white-noheader.gif") no-repeat;
}

.whiteBox-round-top-right {
	background: url("../images/box/white/top-right-corner-white-noheader.gif") no-repeat;
}

.whiteBox-top-left {
	/*background: url("../images/box/white/top-left-corner-white-noheader.gif") no-repeat;*/
	background-color:#FFFFFF;
}

.whiteBox-top-right {
	/*float: right;*/
	background-color:#FFFFFF;
	/*background: url("../images/box/white/top-right-corner-white-noheader.gif") no-repeat;*/
}

.whiteBox-bottom-border {	
	background-color:#FFFFFF;
}

.whiteBox-bottom-left {
	background-color:#FFFFFF;
	background: url("../images/box/white/bottom-left-corner-white.gif") no-repeat; 	
}

.whiteBox-bottom-right {
	background-color:#FFFFFF;
	background: url("../images/box/white/bottom-right-corner-white.gif") no-repeat;
}

.whiteBox-bottom-border-alone {
	width: 100%;
}
