@charset "UTF-8";
/* CSS Document */

/* @group Content */

div.page .content {
	border-left : 1px #fff solid;
	border-right : 1px #fff solid;
	padding : 30px 25px 35px 25px;
	color : #205485;
	line-height : 18px;
}

div.page .content h2 {
	color : #12304c;
	font-weight : normal;
	background : transparent url(../img/content_title_bottom.jpg) no-repeat scroll left 42px;
	padding-bottom : 40px;
}	

div.page .content h3 {
	color : #004482;
	margin-top:15px;
	margin-bottom : 5px;
} 

div.page .content h4 {
	color : #5690c7;
	margin : 10px 0px 3px 50px;
}

div.page .content h5 {
	color : #852A70;
	margin : 10px 0px 3px 50px;
	font-size:1.1em;
}
div.page .content h6 {
	margin : 10px 0px 3px 50px;
	font-size:1.1em;
}

div.page .content ul li {
	background : url(../img/puce.gif) no-repeat center left;
	padding-left : 8px;
}

div.page .content a {
	color : #852a70;
}

div.page .content a:hover {
	text-decoration : underline;
}

div.page .content table {
	font-size : 1em;
	color : #205485;
	border-collapse : collapse;
}

div.page .content table th {
	background-color : #852A70;
	color : #fff;
	padding : 5px;	
}

div.page .content table td {
	padding : 5px;	
}

div.page .content img.floatleft {
	float:left;
	padding-right: 10px;
	padding-bottom: 5px;
}

div.page .content .struct_left_img {
	float:left;
	padding-right: 10px;
	padding-bottom: 5px;
}

div.page .content img.floatright {
	float:right;
	padding-left: 10px;
	padding-bottom: 5px;
}

/***/