body
{
	background-image: url(../images/commons/commons_content_bg.png);
	background-repeat: repeat-x;
}

.content_text 
{
	margin-top: 	15px;
	font-size: 		12px;
	color: 			#000;
	text-align: 	justify;
	width: 			750px;
	line-height: 	16px;
}


.title
{
	font-size: 	24px;
	color: 		#000;
	margin-top: 55px;
	font-family: Arial Black;
}


.content_item_header
{
	padding: 				5px;
	color: 					#fff;
	background-repeat: 		no-repeat;
	background-position: 	left center;
	padding-left: 			14px;
}


.content_item_header li
{
	background-image: 		url(../images/commons/puce.png);
	background-repeat: 		no-repeat;
	background-position: 	0% 50%;
	color: 					#000;
	padding-left: 			20px;

}

.content_item_title
{
	background-color: 	#F2F2F2;
	color: 				#000;
	font-size: 			16px;
	margin-top: 		50px;
	margin-bottom: 		10px;
	padding: 			8px;
	padding-top: 		4px;
	padding-bottom: 	4px;
	font-weight: 		bold;
}


.content_text a:link,
.content_text a:active,
.content_text a:visited
{
	color: #000;
}


.content_text a:hover
{
	color: 				red;
	text-decoration: 	underline;
}

.content_item_text 
{
	font-size: 		14px;
	color: 			#000;
	padding-left: 	25px;
	margin-bottom:  50px;
}

.boxblue_bg
{
	margin-top: 15px;
}

