/********************************************************************************************/
/* Calque de ctx
/********************************************************************************************/
#ctx	{
	width:87px;
	padding:0px;
	margin:0px;
	text-align:right;
	background:#ffffff;
	border-right:1px solid #BDD7E8;
}
#ctxheader	{
	text-align:right;
	border-right:1px solid #BDD7E8;
}
#ctx a	{
	color:#FFA000;
	text-decoration:none;
	font-weight:normal;
}
#ctx ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#ctx ul li {
	margin:5px;
	margin-bottom:15px;
	font-size: 9px;
}
#ctx ul li .titre {
	color:#666666;
	font-weight:bold;
}
#ctx ul li .txt p{
	color:#666666;
	font-size: 10px;
	line-height:12px;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:normal;
}