.carte h4 {
	padding: 13px 14px 11px;
	background: #f1f1f1;
	color: #5f0021;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	margin:0;
}

.carte table {
	width: 100%;
}

.carte table tr {
	width: 100%;
	padding: 21px;
	border-bottom: 1px solid #f1f1f1;
}

.carte table tr td:first-child {
	width: 80%;
	text-align: left;
	font-family: Arial;
	color: #5f0021;
	font-size: 10pt;
	font-weight: bold;
	padding: 21px;
}

.carte table tr td:last-child {
	width: 20%;
	text-align: right;
	font-size: 16px;
	color: #5f0021;
	padding: 21px 14px;
}

.carte p {
	margin-top: 30px;
}

.carte a {
	color: #670029;
	line-height: 36px;
	padding: 7px;
	border-bottom: none;
}
.carte a.active {
	background-color: #670029;
	color: white;
}
.carte a:not(:last-child):after {
	content: '|';
	padding-left: 5px;
	color: #555857;
	position: absolute;
}

.two-column .intro_right_content p {
	font-size: 12pt;
	text-align: justify;
	font-weight: 500;
	color: #717171;
	line-height: 2.25;
}

.two-column h1,
.two-column h4 {
	text-align: center;
}
.two-column .intro_left blockquote {
	font-size: 12pt;
	text-align: right;
	font-weight: 500;
	color: #717171;
	line-height: 2.25;
	font-style: italic;
}
.two-column .intro_left blockquote:after {
	content: '~';
	font-size: 18pt;
	color: #800000;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}
.alert {
	border-radius: 0;
}
.alert a {
	color: #670029;
}
.alert a:hover {
	background-color: #670029;
	color: white;
}