/**********************************
 * 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_picture
{
	float: left;
	margin: 7px 7px 0 14px;
}
/**********************************
 * Content Item
 *********************************/
.content_item_text
{
}


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

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

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