
/* --------------------------- Content -----------------------------*/

div#content p {
	margin: 0 0 9px 0;
}

div.introduction {
	font: normal 22px/26px 'OpenSans', Arial, Verdana, sans-serif;
	color: #4a5eb3;
	margin: 0 0 11px 0;
	padding: 0;
}



/* --------------------------- Headings -----------------------------*/

div#content h1,
div#content h1#page_title {
	font: normal 30px/36px 'OpenSans', Arial, Verdana, sans-serif;
	color: #1f3389;
	margin: -2px 0 11px 0;
	padding: 0;
}

h2,
div#content h2 {
	font: normal 22px/26px 'OpenSans', Arial, Verdana, sans-serif;
	color: #4a5eb3;
	margin: 0 0 11px 0;
	padding: 0;
}

div#content h3 {
	font: normal 18px/24px 'OpenSans', Arial, Verdana, sans-serif;
	color: #677acb;
	margin: 2px 0 5px 0;
	padding: 0;
}

div#content h6,
div#content h5,
div#content h4 {
	font: normal 16px/20px 'OpenSans', Arial, Verdana, sans-serif;
	color: #8798de;
	margin: 0 0 3px 0;
	padding: 0;
}


/* --------------------------- Links -----------------------------*/

a {
	color: #4a5eb3;
}

a:hover {
	color: #333;
}


/* --------------------------- Links -----------------------------*/

div#content ul {
	margin: 0 0 9px 17px;
	padding: 0;
	list-style-image: url(../img/list_style_image.png);
}

div#content ol {
	margin: 0 0 9px 20px;
	padding: 0;
}

div#content ul.sitemap {
	margin: 0;
}


/* --------------------------- Ressources -----------------------------*/

div.resource_container.documents {
	margin: 0;
	padding: 0;
	border: none;
}

div.resource_container.documents h2 {
	display: none;
}


/* --------------------------- Table -----------------------------*/

table.table {
	margin: 10px 0 20px 0;
	padding: 0;
	width: 100% !important;
	text-align: left;
	border-collapse: collapse;
	table-layout: fixed;
	border: none;
}

table.table caption {
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: bold;
}

table.table tr th {
	margin: 0;
	padding: 7px 10px;
	border-bottom: 2px solid #4a5eb3;
	color: #222;
	background: none;
}

table.table tr td {
	margin: 0;
	padding: 10px;
	border-top: 1px solid #929cca;
	border-bottom: 1px solid #929cca;
	background: #f8f9ff  none;
}

table.table tr:nth-child(odd) td {
	background: #fff none;
}

div#content table.table p {
	margin: 0;
	padding: 0;
}
