.purple{color:#B82F88}

/**************************************************************************
                BLUE BOX
***************************************************************************/
div#blueBox {
	border:0px solid blue;
	clear:both;
	width:750px;
	margin:auto;
	/*
	position:absolute;
	margin-left:-350px;
	left:50%;
	z-index:1;
	*/
	padding:0;
}

div.blueBox_top {
	height:10px;
	font-size:1px;
	margin:0;
	padding:0;
	background: transparent url(../img/blueBox_haut.png) top left no-repeat;
}


div.blueBox_middle {
	margin:0;
	padding:0;
	background: transparent url(../img/blueBox_milieu.png) top left repeat-y;
}


div.blueBox_Bottom {
	height:15px;
	margin:0;
	padding:0;
	background: transparent url(../img/blueBox_bas.png) bottom left no-repeat;
} 
 
/**************************************************************************
                WHITE BOX 75%
***************************************************************************/
div#whiteBox75 {
	border: 0px solid pink;
	clear:both;
	width:532px;	
	margin: 0px auto 0px auto;
	padding:0;
}

div.whiteBox75_top {
	font:normal 1px arial;
	height:5px;
	margin:0;
	padding:0;
	background: transparent url(../img/whiteBox75_top.png) top left no-repeat;
}


div.whiteBox75_middle {
	margin:0;
	padding:0;
	background: transparent url(../img/whiteBox75_middle.png) top left repeat-y;
}


div.whiteBox75_bottom {
	font:normal 1px arial;
	height:5px;
	margin:0;
	padding:0;
	background: transparent url(../img/whiteBox75_bottom.png) bottom left no-repeat;
}

/**************************************************************************
                HALLO BOX
***************************************************************************/
div#halloBox {
	border: 0px solid pink;
	clear:both;
	width:180px;	
	margin: 0 auto 8px auto;
	padding:0;
}

div.halloBox_top {
	
	height:7px;	
	font:normal 1px arial;
	margin:0;
	padding:0;
	background: transparent url(../img/easyStoreHaloBoxTop.png) top left no-repeat;
}


div.halloBox_middle {

	margin:0;
	padding:0;
	background: transparent url(../img/easyStoreHaloBoxMiddle.png) top left repeat-y;
}


div.halloBox_bottom {
	height:7px;	
	font:normal 1px arial;
	margin:0;
	padding:0;
	background: transparent url(../img/easyStoreHaloBoxBottom.png) bottom left no-repeat;
}
