.text_det_it {
	color: #73A0A2;
	font-style: italic;
}

.text_det {
	color: #73A0A2;
	font-style: normal;
	padding: 0;
	margin: 3px 0 5px 0;
}

.mailing_list {
	margin-top: 10px;
	padding: 3px;
	text-indent: 0px;
	margin-left: 0px;
	text-align: center;
	margin-bottom: 10px;
	width: auto;
}

/*affichage d�tails*/
ol {
	float: left;
	text-align: left;
	margin: 0 0 0 80px;
	padding: 0;
	list-style-type: lower-roman;
}

/*affichage task*/
.task_list {
	background: #F4F4F4;
	padding: 0.5em 1em;
	margin: 0.5em 0;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}

.task,.task_out {
	margin: 2em 0;
	clear: both;
	padding: 1em;
}

.task_user_profile {
	width: 130px;
	float: left;
	color: #919191;
}

.user_profile {
	width: 70px;
}

.task_date,.auth_task {
	width: 120px;
	display: block;
	margin-left: 5px;
}

.task_content {
	border: 1px solid #dcdcdc;
	padding: 1em;
	margin-left: 130px;
	background: white;
	color: #5d5d5d;
	border-radius: 8px;
}

.task_out .task_content,.task_out .task_content .task_title
	{
	background: #f2f2f2;
	color: #c5c5c5;
}

#content .task_title {
	display: block;
	font-weight: normal;
}

.task_content p {
	color: #5d5d5d;
	text-align: justify;
	padding: 0em 1em;
}

.task_date {
	color: #333;
	font-size: 0.8em;
}

.nb_display {
	text-align: center;
	padding: 1em;
}

.task_separator {
	background: #e2e2e2;
	margin: 0.5em 0;
	padding: 0.7em 0;
	width: 100%;
	clear: both;
}

.task_common {
	color:#ccc;
	height: 16px;
	display:block;
	padding-left: 0px;
	line-height: 18px;
	text-transform: uppercase;
	font-size: 0.9em;
	color:#37B044;
}
.task_common::before {
	content: "\f1e0";
	font-family: FontAwesome;
	text-decoration: none;
	padding:0 0.5em;
	color:#37B044;
}

.task_content ul {
	margin-left:1em;
}


.task_content ul li {
	list-style-type: circle ! important;
}

/*affichage date dans tableau*/
.date_table {
	font-size: 0.8em;
	color: #727272;
}

.nb_rep_table {
	font-size: 0.8em;
	color: #FF7800;
}

p.members-count {text-align: right;}

/**.box-toggle {padding:0 1em;}*/
.box-toggle h4 { font-variant:small-caps;font-weight: bold ! important;margin:0 0 0 0.5em ! important;font-style: normal ! important;}
.box-content {margin-top:1em;padding:1em 1em; border-top:1px solid #ccc;border-bottom:1px solid #ccc;background-color: #F6F6F6;}
