/*

Guillaume Schaeffer
2013

*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: arvo, Kreon, "Cabin", Arial, Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: #2d2d2d;
	color: #fafafa;
}

a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	top: 0;
	transition: text-shadow .4s, top .3s, color .3s;
}

a:hover,
a:focus,
a:active {
	/*text-decoration: underline;*/
	text-shadow : 0 3px 6px #000;
	top: -.06em;
	color: #fff;
}

h1 {
	font-size: 14px;
	display: block;
	background: url(img/cartouche-blanc.png) no-repeat top left;
	height: 120px;
	margin: 4em auto 2em 2em;
	text-decoration: none;
}

h1 span, p#baseline span {
	display: none;
}


#main {
	margin : 2em auto 2em 2em;
}

p {
	font-size: 1.5em;
	margin-top: 120px;
	line-height: 150%;
	text-align: left;
}

p#accroche {
	font-size: 3em;
	margin: .3em 0 0 0; 
}

em {
	color: #d84b0d;
}

/* -- footer -- */

footer {
	text-align: center;
	margin : 2em auto 2em 2em;
}

footer p {
	font-size: .9em;
	margin: 1em 0; 
	color: #777;
}

footer a {
	color: #777;
}

p.maxlist-more a {
	text-decoration: underline;
}

#mentions p {
	margin-top: 1em;
	color: #555;
}

