/**********************************
 * Content
 *********************************/
.content_title
{

}

.content_text
{
	color: #2C2C2C;
	padding: 7px 21px 28px 21px;
	text-align: justify;
}

a.content_top:link,
a.content_top:hover,
a.content_top:active,
a.content_top:visited
{
	display: block;
	color: #2C2C2C;
	text-align: right;
	margin: 14px;
	margin-bottom: 0;
}


/**********************************
 * Content Item > Sommaire
 *********************************/
.content_item_header 
{
	margin: 0 21px;
	padding: 0 0 21px 14px;
}
.content_item_header ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.content_item_header a:link,
.content_item_header a:hover,
.content_item_header a:active,
.content_item_header a:visited
{
	color: #2C2C2C;
	background-image: url(../images/commons/puce.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
}
/**********************************
 * Content Item
 *********************************/
.content_item_text
{
}

.content_item_picture
{
	float: 		left;
	margin: 	7px;
}


.content_item_title
{
	clear: 				both;
	font-weight:		bold;
	text-transform: 	uppercase;
	background-color: 	#F2F2F2;
	margin: 			0;
	padding: 			3px 21px;
	margin-top: 		20px;
}

.content_item_text
{
	color: #2C2C2C;
	padding: 7px 21px 28px 21px;
	text-align: justify;
}

.content_item_bloc
{
	/*padding: 0 7px;*/
}



a.content_item_seemore:link,
a.content_item_seemore:hover,
a.content_item_seemore:active,
a.content_item_seemore:visited
{
	float: 					right;
	font-size: 				8pt;
	color: 					#FFF;
	background-color: 		#28211A;
	-moz-border-radius: 	3px;
	padding: 				2px 8px;
	text-decoration: 		none;
}

a.content_item_seemore:hover
{
	background-color: 		#888;
}