/**********************************
 * Content
 *********************************/
.content_title
{
	background-image: 		url(../images/content/content_title.png);
	background-repeat: 		no-repeat;
	background-position: 	left;
	padding:				5px 0;
	padding-left: 			40px;
	color: 					#FF9600;
	font-size: 				22pt;
	font-weight: 			bold;
	letter-spacing: 		-1px;
	margin: 				10px;
	
}

.content_text
{
	color: 				#6392B1;
	line-height: 		14pt;
	text-align: 		justify;
	
}

#zoom ul
{
	margin-left:  		20px;
}

.content_text
{
	color: 				#6392B1;
	line-height: 		14pt;
	text-align: 		justify;

}

.content_text a:link,
.content_text a:hover,
.content_text a:active,
.content_text a:visited
{
	/*color: #000;*/
	color:				#4788B3;
}

.content_text a.content_item_seemore:link,
.content_text a.content_item_seemore:hover,
.content_text a.content_item_seemore:active,
.content_text a.content_item_seemore:visited
{
	float: 				right;
	margin-top: 		10px;
	color:				#4788B3;
	font-style: 		italic;
	text-decoration: 	underline;
}
.content_text a.content_item_seemore:hover
{
}


a.content_top:link,
a.content_top:hover,
a.content_top:active,
a.content_top:visited
{
	float: 				right;
	margin-top: 		10px;
	color:				#4788B3;
	font-style: 		italic;
	text-decoration: 	underline;
}


/**********************************
 * Content Item > Sommaire
 *********************************/
.content_item_header 
{
	padding: 			20px 0 20px 15px;
	text-align: 		left;
}
.content_item_header li
{
	margin: 			3px 0;
}
.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: 					#4788B3;
	background-image: 		url(../images/content/puce_content.png);
	background-repeat: 		no-repeat;
	background-position: 	left;
	padding-left: 			9px;
}
/**********************************
 * Content Item
 *********************************/
.content_item_text
{
}

.content_item_picture
{
	float: 			left;
	margin: 		10px 10px;
	margin-bottom:  30px;
}


.content_item_title
{
	clear: 				both;
	font-weight: 		bold;
	font-size: 			12pt;
	color: 				#4788B3;
	padding: 			3px 20px;
	margin-top: 		20px;
}

.content_item_text
{
	color: 				#6392B1;
	padding: 			15px 20px;
	text-align: 		justify;
	font-size: 			9pt;
	margin-bottom: 		30px;
}

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