@import url(http://fonts.googleapis.com/css?family=Playball);

body{
	margin: 0;
	padding: 0;
	background: #eeeeee;
	font-family: Arial;
}

a{
	text-decoration: none;
	color: #2C3E98;
}

a:hover{
	text-decoration: underline;
}

header{
	width: 980px;
	margin: 30px auto;
}

main header{
	margin: 0;
	position: relative;
}

main header aside{
	position: absolute;
	background: white;
	padding: 5px;
	width: 200px;
	top: -17px;
	right: 50px;
	font-size: 12px;
	text-align: center;
	border: solid 2px #2C3E98;
}

.logo{
	width: 300px;
	height: 110px;
}

main{
	-webkit-box-shadow: 0 0 30px -10px #000000;
	box-shadow: 0 0 30px -10px #000000;
	width: 980px;
	margin: 0 auto 50px;
	padding: 30px;
	background: white;
}

section{
	text-align:center;
}

nav{
	background: #2C3E98;
	margin-bottom: 50px;
	/*position: fixed;*/
}

nav a{
	color: white;
	padding: 10px 15px;
	display: inline-block;
}

nav a:hover{
	text-decoration: none;
}

nav a.active{
	-webkit-box-shadow:inset 0 0 10px 0 #000000;
	box-shadow:inset 0 0 10px 0 #000000;
	background: #1a2457;
}

p{
	text-align: justify;
}

footer{
	text-align: center;
	color: grey;
	font-size: 12px;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid grey;
}

h1{
	padding: 2px 0;
	border-bottom: dotted 2px grey;
	margin-bottom: 40px;
	text-align: left;
	font-family: 'Playball', cursive;
	font-size: 60px;
	color: #676a7c;
}

h3{
	font-size: 22px;
	color: #676a7c;
	padding-top: 5px;
}

.titrecritere{
	text-align: left;
}

a.mauvais, a.bon, a.neutre{
	color: white;
	padding: 5px;
	width: 18px;
	height: 18px;
	text-align: center;
	border: solid 1px white;
}

a.mauvais{
	background: darkred;
}

a.bon{
	background: green;
}

a.neutre{
	background: grey;
}


.mauvais{
	color: darkred;
}

.bon{
	color: green;
}

.neutre{
	color: grey;
}

h2{
	font-size: 24px;
	color: #676a7c;
	border-bottom: dotted 1px grey;
	text-align: left;
}

.descriptioncritere{
	padding-bottom: 20px;
}

a.bouton span{
	display: block;
}

a.bouton{
	padding: 15px;
	color: white;
	background: #2C3E98;
	display: inline-block;
	margin: 15px auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a.bouton:hover{
	text-decoration: none;
	background: #4357bf;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-shadow: 0 0 10px 0 #000000;
	box-shadow: 0 0 10px 0 #000000;
}

div.comparaison{
	display: inline-block;
	width: 283px;
	padding: 15px;
	background: rgba(0,0,0,.1);
}

div.comparaison2{
	display: inline-block;
	margin-top: 30px;
}

div.comparaison:nth-child(2n+1){
	margin: 0 15px;
}

.imageaccueil {
	margin: auto;
	display: block;
	padding: 20px 0; 
}

.PA{
	position: relative;
}

.PA a{
	position:	absolute;
}