.row {
	margin-bottom: 20px;
}
.row .photo {
	float: left;
	margin-right: 20px;
	width: 205px;
}
.row .photo img {
	width: 205px;
	height: 256px;
}
.row .description {
	float: left;
	width: 680px;
}

.description h3 {
	color: blue;
	margin-bottom: 20px;
	padding-top: 10px;
	text-align: center;
	text-transform: capitalize;
}
.description p {
	color: black;
}

.presentation-invite ul li {
	list-style-type: none;
	margin-bottom: 5px;
}
.presentation-invite hr {
	border: 1px solid #ccc;
}
.presentation-invite .content {
	padding-top: 0;
}
.presentation-invite .content > h3 {
	color: red;
	margin-bottom: 20px;
	font-style: italic;
}
.presentation-invite .invite-wrapper {
	box-shadow: 8px 8px 24px #aaa;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 40px;
}

.articles-liste h3 {
	color: red;
	margin-bottom: 25px;
}
.articles-liste ul {
	margin: 0;
	padding: 0;
}

.articles-liste ul li {
	padding-right: 36px;
	position: relative;
}
.articles-liste li a {
	color: blue;
	line-height: 20px;
	text-decoration: none;
}
.articles-liste li span.badge2 {
	background-color: #e0e0e0;
	border: 1px solid #a0a0a0;
	border-radius: 6px;
	font-size: 11px;
	height: 11px;
	line-height: 13px;
	min-width: 15px;
	margin: 2px 0 0 10px;
	padding: 1px 5px 2px 5px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.link {
	position: relative;
}
.link h5 {
	color: red;
}

.sidebar-first {
	width: 180px;
	padding-top: 35px;
}
.sidebar-first ul {
	margin-top: 0;
	padding-top: 0;
}
.sidebar-first ul li:before {
	content: '- ';
}

.link .badge {
	background-color: #e0e0e0;
	border: 1px solid #a0a0a0;
	border-radius: 6px;
	display: block;
	font-weight: bold;
	height: 14px;
	line-height: 13px;
	padding: 2px 5px;
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	min-width: 15px;
}
