@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700);

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body {	
    font-family: 'Acme', sans-serif;
	color: #333a42;
	background: #f7f7f7;
}

a {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration:underline;
}

.container > header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
	background: #9515ae;
}

.container > header h1 {
	margin: 0;
	font-weight: 700;
	color: #FCC8FF;
	text-transform: uppercase;
	font-family: 'Chicle', cursive;
	font-size: 4em;
	text-shadow: 3px 3px #660000;
}

.container > header span {
	display: block;
	font-size: 60%;
	opacity: 0.7;
	padding: 0 0 0.6em 0.1em;
}
        </style>
		
.header-top {
	background: #323e4e;
	text-transform: uppercase;
	width: 100%;
	font-size: 1em;
	line-height: 2.2;
	min-height: 40px;
	padding-top: 7px;
	padding-right: 2em;
}

.header-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	display: inline-block;
	color: rgba(255, 255, 255, .7);
}

.header-top a:hover {
	color: white;
}

.header-top span.right {
	float: right;
}

.header-top span.right a {
	float: left;
	display: block;
}

.content {
	line-height: 4em;
	width: 90%;
	max-width: 1100px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
}

.zone {
	background: white;
	border-top: 2px solid #e2e2e2;
	margin-bottom: 20px;
	float: left;
	font-size: 3em;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#progression {
	position: fixed;
	top: 0;
	height: 3px;
	width: 100%;
	background: #600172;
	z-index: 900;
	-moz-transition: all 0.3s ease;
	-ms-transition: all  0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 2em;
}

#barre {
	background-color: #9900CC;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.progression-titre {
	position: absolute;
	top: 0;
	z-index: 100;
	padding: 5px 5px;
	color: white;
	width: 100%;
	text-align: center;
	opacity: 0;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.container .content .zone center p {
	font-style: italic;
	color: #009900;
}
