/* <GENERAL> */
.light_box { width:465px; }

.green_box,
.dark_box { width:222px; }

.light_box p,
.green_box p,
.dark_box p { padding:0; margin:0; }

.light_box .titlebox_head { display:none; }

.green_box .titlebox_head,
.dark_box .titlebox_head 
{
	height:7px;	
}
.green_box .titlebox_head span,
.dark_box .titlebox_head span { display:none; }

.light_box .titlebox_body { 
	font-size: 12px;
	line-height: 18px;
	font-family:Arial;
	padding:10px 17px 0px 17px;
}
.green_box .titlebox_body,
.dark_box .titlebox_body 
{
	font-size: 12px;
	line-height: 18px;
	font-family:Arial;
	padding:5px 17px 5px 17px;
	color:#fff;
}
.green_box .titlebox_body a,
.dark_box .titlebox_body a 
{
	color: #fff!important;
	text-decoration: underline!important;
}
.green_box .titlebox_body a:hover,
.dark_box .titlebox_body a:hover 
{
	color: #fff!important;
	text-decoration: none!important;
}
.light_box .titlebox_body ul,
.green_box .titlebox_body ul,
.dark_box .titlebox_body ul
{
	list-style: none; 
	margin:0px;
	padding:0px;
	margin-left: 0px!important;	
}

.light_box .titlebox_body li,
.green_box .titlebox_body li,
.dark_box .titlebox_body li
{	
	padding-left: 20px;
	margin-bottom:0px!important;
	margin-top:5px!important;
}
.light_box .titlebox_body li { background: url(../img/ListBulletLight.gif) no-repeat 0 4px!important;  }
.green_box .titlebox_body li { background: url(../img/ListBulletGreen.gif) no-repeat 0 4px!important;  }
.dark_box .titlebox_body li { background: url(../img/ListBulletDark.gif) no-repeat 0 4px!important;  }

.light_box .titlebox_foot { 
	height:28px;
	overflow:hidden; 
}
.green_box .titlebox_foot,
.dark_box .titlebox_foot { height:6px; }
/* </GENERAL> */

.light_box .titlebox_body { background: url(../img/boite3-mid.gif) repeat-y top center; }
.light_box .titlebox_foot { background: url(../img/boite3-bottom.gif) repeat-y top center; }

.green_box .titlebox_head { background: url(../img/boite1-top.gif) no-repeat top center; }
.green_box .titlebox_body { background: url(../img/boite1-mid.gif) repeat-y top center; }
.green_box .titlebox_foot { background: url(../img/boite1-bottom.gif) repeat-y top center; }

.dark_box .titlebox_head { background: url(../img/boite2-top.gif) no-repeat top center; }
.dark_box .titlebox_body { background: url(../img/boite2-mid.gif) repeat-y top center; }
.dark_box .titlebox_foot { background: url(../img/boite2-bottom.gif) repeat-y top center; }