#background_top_id_inner
{
	background-color:		#FFF;
}


/**********************************
 * Content
 *********************************/
.content_title
{
	font-size: 			20pt;
	padding: 			20px 20px;
	text-align: 		center;
}


.content_text
{
	color:			#2C2C2C;
	padding: 		10px 70px;
	text-align:		justify;
	margin: 		2px;
}

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;
}

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

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

.content_item_link_container
{
	margin: 	20px 0;
	text-align: right;
}

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

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