.actucorp {
	clear: both;
}
.actucorp strong, .actucorp h2 {
	margin: 30px 0 10px 0;
}

#contenu_actu {
	text-align: left;
}

#contenu_actu em {
	font-size: 14px;
}

#contenu_actu strong, #contenu_actu h2 {
	font-size: 16px !important;
}

ul {
	font-weight: bold;
	font-size: 12px;
}

li {
	font-weight: normal;
	font-size: 11px;
}

.bilan-h {
	color: red;
}

.notes-table {
	width: 100%;
	max-width: 600px;
	margin: 20px;
	border-collapse: separate;
}

.notes-table .theader {
	background-color: #EDEDED;
}


.notes-table td {
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 30px;
}

.notes-table .theader > td:first-child {
	padding: 10px;
}

.notes-table img {
	opacity: 0.5;
	width: 15px;
	margin: 0px 5px;
}

.notes-table .theader img {
	opacity: 1;
	width: 20px;
	margin: 0px 3px;
}

.on-aime {
	clear: both;
	background-color: #e5f4ec;
	margin: 10px;
    padding: 20px;
}

.on-aime-moins {
	background-color: #fae9e9;
    margin: 20px 10px;
    padding: 20px;
}

.on-aime em, .on-aime-moins em {
	font-weight: bold;
}

a[href$=".jpg"], a[rel~="attachment"] {
	display: block;
	float: none !important;
    width: 50%;
    /**margin: 0 auto;**/
    margin-top: 40px;
    margin-bottom: 40px;
}

a[href$=".jpg"] img, a[rel~="attachment"] img {
	width: 100%;
}


.verdict {
	margin: 30px;
}

.verdict > strong {
	font-size: 18px !important;
}

.verdict > strong:before {
	content: url('../images/arrow_red.png');
	margin: 10px;
}


.groupe-liens-contenu {
	width: 100%;
	font-size: 16px !important;
	margin: 50px 0px;
}

.groupe-liens-contenu .lien-contenu {
	width: 100%;
	height: 50px;
	padding: 15px 20px;
	box-sizing: border-box;
}

.groupe-title {
	color: #ed1c24;
	font-weight: bold;
	margin: 10px;
}

.lien-contenu {
	display: block;
	background-color: #EDEDED;
	color: #333333;
	transition: all .2s ease-in-out;
}

.lien-contenu:hover {
	background-color: #DBDBDB;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.lien-contenu.active {
	background-color: #CCCCCC;
	font-weight: bold;
}

h1.red-h1 {
	color: #da1d25;
    font-size: 1.5em !important;
}

#ariane.no-margin {
	margin-left: 0px;
}

img[class^='size-'], img[class*=' size-'] {
	float: left;
	padding-right: 10px;
}
