/**********************************
 * Content
 *********************************/
#content 
{
	padding: 		10px 40px 10px 10px;
}
#content h1
{
	font-size: 		20pt;
	font-weight: 	bold;
	color:  		#3E3E3E;
}

#content .content_text
{
	color: 			#999;
	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: 			20px 0;
/*
	margin: 			10px 0;
	padding: 			10px;
	border: 			1px solid #333;
	background-color: 	#222;*/
}
.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
{
	margin: 			3px 0;
	padding: 			3px;
	border: 			1px solid #222;
	background-color: 	#222;
	
	display: 				block;
	color: 					#BEC2CA;
	background-image: 		url(../images/content/puce.png);
	background-repeat: 		no-repeat;
	background-position: 	5px 8px;
	padding-left: 			14px;
	text-decoration: 		none;
}
.content_item_header a:hover
{
	border: 			1px solid #444;
	background-color: 	#333;
}


/**********************************
 * Content Item
 *********************************/
.content_item_text
{
}
.content_item_text b
{
	color:				#DDD;
	text-decoration: 	underline;
}

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


.content_item_title
{
	/*background-color: 	#181818;*/
	font-weight: 		bold;
	color: 				#BB7817;
	margin:		 		0 0 10px 0;
}

.content_item_text
{
	color: 			#999;
	text-align: 	justify;
	margin-bottom:	50px;
}

.content_item_text a:link,
.content_item_text a:hover,
.content_item_text a:active,
.content_item_text a:visited
{
	color: 			#BB7817;
}

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