

body {
	font-family: "Lato", Georgia, serif;
	font-weight: 500;
	background: url('fabric_1.png');
	/* pour IE */
	margin: 0;
	padding: 0;
	/* fin pour IE */
}


ol,ul {
	list-style:none;
}

.icone img {
	height: 52px;
	width: 52px;
}

.icone.twitter {
	background: transparent url('iconTwitter.png') ;
}
.icone.twitter:hover, .icone.twitter:focus {
	background: transparent url('iconTwitterh.png') ;
}

.icone.IEM {
	background: transparent url('iconIEM.png') ;
}
.icone.IEM:hover, .icone.IEM:focus {
	background: transparent url('iconIEMh.png') ;
}


#logoWWW2012 {
	padding: 0;
	margin: 0;
	top: 0px;
	position: absolute;
	width: 100%;
	text-align: center;
}

#logoWWW2012 a {
	padding: 5px;
	margin: 0px 20px;
	margin-left: -85px;
	color: #00A8CB;
	text-decoration: none;
	font: 18px "Lato";
	font-weight: 300;
	height: 120px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

h1 {
	margin-top: 120px;
	text-align: center;
	color: #00A8CB;
	text-shadow: 0 2px 0 #FFF;
	font: 45px "Lato";
	font-weight: 300;
	margin-bottom: 50px;
	line-height: 50px;
}


#liensRapides {
	top: 400px;
	position: absolute;
	left: 50%;
	margin-left: 500px;
	z-index: 5;
}
	
a {
color: #00A8CB;
	font: 18px "Lato";
	font-weight: 300;
}

#infographie {
	width: 980px;
	height: auto;
	margin: 0 auto;
	border-radius: 4px;
	background: #fff;
	padding: 10px;
	z-index: 10;
}

#Copyright {
	margin-top: 20px;
	border-top: 1px solid #00A8CB;
	padding-top: 20px;
}

