.content_title
{
	font-family: 'Times New Roman';
	color: #517596;
	font-size: 17pt;
	letter-spacing: 0.1px;
	text-align: center;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #CEDEEC;
	margin: 10px 20px 0 20px;
}
/*
.content_title
{
	font-family: 'Times New Roman';
	color: #517596;
	font-size: 16pt;
	letter-spacing: 0.1px;
	text-align: center;
	border-top: 1px solid #CEDEEC;
	border-bottom: 1px solid #CEDEEC;
	margin: 10px 20px 0 20px;
}
*/
.content_text
{
	margin: 0 20px 20px 20px;
	padding: 20px 25px;
	text-align: justify;
	background-color: #EFF7FF;
	border-bottom: 1px solid #CEDEEC;
	color: #517596;
}

.content_text
{

}
.content_top:link,
.content_top:hover,
.content_top:active,
.content_top:visited
{
	color: #94AFC7;
	float: right;
	background-image: url(../images/commons/content_top.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 12px;
}


 
/**********************************************
 * Content Item > Contenu
 **********************************************/
.content_item_text
{

}

.content_item_title
{
	color: #517596;
	font-weight: bold;
	padding: 10px 0 5px 0;
	font-size: 11pt;
	border-bottom: 1px solid #CEDEEC;
}

.content_item_text
{
	padding: 10px;
	margin-bottom: 35px;
	text-align: justify;
	color: #517596;
}

.content_item_picture
{

}

.content_item_bloc
{

}


/**********************************************
 * Content Item > Headers
 **********************************************/
.content_item_header
{
	border-top: 1px solid #CEDEEC;
	border-bottom: 1px solid #CEDEEC;
	padding: 10px;
	margin-bottom: 30px;
}

.content_item_header ul,
.content_item_header li
{
	list-style-type: none;
}

.content_item_header li a:link,
.content_item_header li a:hover,
.content_item_header li a:active,
.content_item_header li a:visited
{
	color: #333;	
	background-image: url(../images/commons/list_puce.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}