/**
 * @part : General
 */
.container {
	clear: both;
	overflow: hidden;
}
span.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	text-indent: -9999px;
}

/**
 * @part : paragraphs & typography
 */
div.paragraphs p + p {
	text-indent: 1.5em;
}

p.outdent-cap {
	padding: 0 0 0 6em;
}
p.drop-cap:first-letter,
p.outdent-cap:first-letter {
	float: left;
	line-height: 0.75em;
	vertical-align: bottom;
}
p.drop-cap:first-letter {
	margin: 0 0.125em 0 0;
	font-size: 3em;
}
p.outdent-cap:first-letter {
	margin: 0 0 0 -1em;
	font-size: 6em;
}

/**
 * @part : Lists
 */
.list-img li {
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	line-height: 0;
}
.list-img li img {
	vertical-align: bottom;
}

/** 
 * @part : Images
 */
img.left,
img.right,
img.center {
	margin: 0.75em 0 1.5em;
}
img.left {
	float: left;
	margin-right: 1.5em;
}
img.right {
	float: right;
	margin-left: 1.5em;
}
img.center {
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

/**
 * @part : Column
 */
.col {
	float: left;
}
.cols2 .col { width: 48%; margin-right: 4%; }
.cols3 .col { width: 30%; margin-right: 5%; }
.cols4 .col { width: 22%; margin-right: 4%; }

.cols2 .c2,
.cols3 .c3,
.cols4 .c4 {
	margin-right: 0;
}

/**
 * @part : Actualities
 */
a.read-more {
	display: inline-block;
	margin: 0.75em 0 0;
}

/**
 * @part : Box centering
 */
.box-centering {
	text-align: center;
	vertical-align: middle;
}
.box-centering * {
	vertical-align: middle;
}
.box-centering span {
	display: inline-block;
	width: 0;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
}
