/**********************************
 * Content
 *********************************/
.content_bloc h1
{
	display: 				none;
	margin: 				0;
	padding: 				4px 10px;
	text-decoration: 		none;
	color: 					#4F4E50;
	font-size:	 			10pt;
	font-weight: 			bold;
	background-image: 		url(../images/member/member_list_title.jpg);
	background-repeat: 		repeat-x;
	background-position: 	top;
	text-transform: 		uppercase;
	margin-bottom: 			5px;
}

.content_text
{
	padding: 				5px 15px;
	background-color: 		#EEE;
	font-style: 			italic;
	padding: 				20px;
	margin: 				10px;
	color: 					#777;
}

.content_bloc
{
	color: 			#2C2C2C;
	padding: 		1px;
	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
{
	padding: 				0;	
	text-align: 			right;
	margin-right: 			20px;
	margin-top: 			5px;
}


.content_item_title
{
	font-size: 				11pt;
	font-weight: 			bold;
	color: 					#218FDB;
	margin-bottom: 			10px;
}

.content_item_text
{
	font-size: 				8pt;
	color: 					#999;
	text-align: 			justify;
}

.content_item_item
{
	padding: 			5px;	
	margin: 			5px;
}
.content_item_bloc
{
}



a.content_item_seemore:link,
a.content_item_seemore:hover,
a.content_item_seemore:active,
a.content_item_seemore:visited
{
	float: 					right;
	color:	 				#00AAE3;
	font-size: 				8pt;
	background-image: 		url(../images/content/content_puce.png);
	background-repeat: 		no-repeat;
	background-position: 	left;
	padding-left: 			7px;
	font-weight: 			bold;
	text-decoration: 		underline;
	margin-top: 			20px;
}

a.content_item_seemore:hover
{
}