/* <GENERAL> */
.gray_box,
.blue_box
{ width:179px; margin:10px auto;}

.gray_box p,
.blue_box p
{ padding:0; margin:0; }

.gray_box .titlebox_head,
.blue_box .titlebox_head
{ 
	padding:10px;
	font-weight: bold;
	padding-bottom:0px;
	padding-left:15px;
	color:#fff;
	font-size: 12px;
	font-family:Arial;
}

.gray_box .titlebox_body,
.blue_box .titlebox_body { 
	padding:10px;
	padding-left:15px;
	overflow:auto; 
	color:#fff;
	font-size: 12px;
	font-family:Arial;
}
.gray_box .titlebox_body a,
.gray_box .titlebox_body a:hover,
.blue_box .titlebox_body a,
.blue_box .titlebox_body a:hover {
	color:#fff;	
}

.gray_box .titlebox_foot,
.blue_box .titlebox_foot{ 
	height:12px;
	overflow:hidden; 
}
/* </GENERAL> */

.gray_box .titlebox_head { background: url(../img/boite3-top.gif) no-repeat top center; }
.gray_box .titlebox_body { background: url(../img/boite3-mid.gif) repeat-y top center; }
.gray_box .titlebox_foot { background: url(../img/boite3-bottom.gif) no-repeat top center; }

.blue_box .titlebox_head { background: url(../img/boite1-top.gif) no-repeat top center; }
.blue_box .titlebox_body { background: url(../img/boite1-mid.gif) repeat-y top center; }
.blue_box .titlebox_foot { background: url(../img/boite1-bottom.gif) no-repeat top center; }

