.content_bloc
{
	padding: 				20px 10px;
}

.content_bloc h1
{
	color: 					#B13535;
	font-size: 				14pt;
	font-weight: 			bold;
	background-image: 		url(../images/commons/title_puce.png);
	background-position: 	left;
	background-repeat: 		no-repeat;
	padding: 				0;
	margin: 				0;
	padding-left: 			20px;
}

.content_intro 
{	
	color: 					#6E6C66;
	margin: 				10px 20px;
	text-align: 			justify;
	font-size: 				8pt;
}

.content_text 
{
	margin: 				10px 20px;
}


/***********************
 * Articles de contenu
 ***********************/
.content_item_bloc
{
	margin: 				20px 0;
}

.content_bloc h2 
{
	font-size: 				9pt;
	font-weight: 			bold;
	text-transform:			uppercase;
	border-bottom: 			1px solid #791B1B;
	color: 					#5D5547;
	margin: 				0;
	padding: 				0 0 3px 0;
}

.content_item_picture
{
	margin: 				0 10px 0 20px;
}

.content_text a:link,
.content_text a:hover,
.content_text a:active,
.content_text a:visited
{
	color: 					#6E6C66;
}

.content_text a:hover
{
}

.content_item_text 
{
	padding: 				5px 0;
	text-align: 			justify;
	color: 					#6E6C66;
	font-size: 				8pt;
	/*line-height: 			14pt;*/
}
.content_item_text_bloc
{
}

.content_top:link,
.content_top:hover,
.content_top:active,
.content_top:visited
{
	display: 				block;
	float:	 				right;
	color: 					#6E6C66;
	background-image: 		url(../images/content/puce_top.png);
	background-position: 	left;
	background-repeat: 		no-repeat;
	padding-left:			12px;
	font-size: 				8pt;
	text-decoration: 		none;
	margin: 				10px 0;
}
.content_top:hover
{
	text-decoration: 		underline;
}

.content_text .content_item_seemore:link,
.content_text .content_item_seemore:hover,
.content_text .content_item_seemore:active,
.content_text .content_item_seemore:visited
{
	float: 					right;
	font-weight: 			bold;
	margin-top: 			10px;
	margin-left: 			2px;
	border: 				1px solid #292118;
}
.content_text .content_item_seemore:hover
{
	border: 				1px solid #CCC;
}
