html, body {
	margin:0px;
	padding:0px;
}

body {
	font-family: 'Oswald', sans-serif;
	background-color: #f2f2f2;
}

p, button {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.3em;
}

button {
	background-color: #e91e63;
}

td {
	padding:3px;
}

.revue {
	padding: 10px;
	background-color: white;
	margin-bottom: 15px;
	width:100%;
	float: left;
	margin:10px;
}


#head {
	text-align: center;
	background-color:#003d7d;
	color:white;
	position: fixed;
	width: 100%;
	top:0px;
	box-shadow: 0px 5px 10px grey;
	z-index:1;
}


#head img {
	margin:45px;
}


#sommaire {
	background-color: #5c6bc0;
	padding: 10px;
}

#sommaire a {
	color: white;
	transition: all 1s;
	text-decoration: none;
}

#sommaire a:hover {
	background-color:#013c7e;
}

.revue {
	text-align: center;
}

.revue h1 {
	font-size: 80px;
}

.revue h2 {
	font-size: 20px;
}

.revue img {
	margin:15px;
}

#sommaire ul {
	margin:0px;
	padding:0px;
}

#sommaire li {
	list-style-type: none;
	display: inline;
	padding-left:10px;
	padding-right: 10px;
}

.container {
	position:relative;
	z-index:0;
	margin-top: 310px;
}

.footer {
	text-align: center;
}

.sous_container {
	padding: 30px;
	background-color: white;
	margin-bottom: 15px;
	width:100%;
	float: left;
	margin:10px;
	border-radius: 4px;
}

.sous_container h2 {
	font-size: 22px;
	color: #e91e63;
}

.sous_container h3 {
	font-size: 16px;
}

li, td {
	font-weight: normal;
	font-size: 1.1em;
}
