/* ---- Fonts ---- */
@font-face {
	font-family: 'Julius';
	src: url('fonts/julius.eot'),
		 url('fonts/julius.eot?#iefix') format('embedded-opentype'),
		 url('fonts/julius.woff') format('woff'),
		 url('fonts/julius.ttf') format('truetype');
}

@font-face{
	font-family: 'Cabin';
	font-weight: normal;
	src:url('fonts/Cabin-Regular-webfont.eot'),
		url('fonts/Cabin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Cabin-Regular-webfont.woff') format('woff'),
		url('fonts/Cabin-Regular-webfont.ttf') format('truetype');
}

@font-face{
	font-family: 'Cabin';
	font-weight: bold;
	src:url('fonts/Cabin-Bold-webfont.eot'),
		url('fonts/Cabin-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Cabin-Bold-webfont.woff') format('woff'),
		url('fonts/Cabin-Bold-webfont.ttf') format('truetype');
}

body {
	font-family: 'Cabin', sans-serif;
	min-width: 640px;
	width: 69%;
	min-width: 320px;
	margin: 0px auto;
	border: 1px solid #EEEEEE;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px 25px;
}

a {
	color: #999999;
	font-weight: bold;
}

ul {
	padding-left: 0px;
}

li {
	padding: 6px 0px;
}

header {
	margin-top: 8px;
	margin-bottom: 42px;
}

header h1,
header h2 {
	font-family: 'Julius';
	font-weight: bold;
	margin: 0px;
}

header h1 {
	font-size: 270%;
	padding-top: 25px;
}

header h2 {
	font-size: 142%;
}

h3 {
	font-size: 20px;
	font-family: 'Cabin';
	clear: both;
}

.explication ul {
	color: #777777;
	text-align: justify;
	margin-left: 42px;
}

.explication > ul {
	padding-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
}

.small {
	font-size: small;
}

.photo {
	float: right;
	text-align: center;
}

.photo img {
	border: 1px solid #CCCCCC;
}

@media screen and (max-width: 700px) {
	body {
		padding: 0 10px;
		border: 0;
	}

	header h1 { font-size: 200%; }

	.explication ul {
		margin: 0;
	}

	.photo {
		float: none;
	}
}
