@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Arial;
	font-size: 12px;
	text-align:justify;
	background: #b0a4a4;
	margin: 0;
	padding: 0;
	color: #8b748b;
}

#a img { /* ce sélecteur élimine la bordure bleue par défaut affichée dans certains navigateurs autour d'une image lorsque celle-ci est entourée d'un lien. */
	border: none;
}

#header {
	background: #FFF;
	font-family:"Arial Narrow";
	text-align:center;
	font-size:large;
}

#container {
	width: 960px;
	background: #FFF;
	text-align:justify;
	margin: 0 auto; /* la valeur automatique sur les côtés, associée à la largeur, permet de centrer la mise en page */
}

#footer {
	padding: 10px 0;
	background: #b0a4a4;
	font-size:9px;
	color: #FFF;
}

#content {
	text-align:justify;
	padding: 1px 0;
}

#h1 {
	font-family: "Arial Narrow";
	font-size: x-large;
	color: #000066;
	text-align:center;

}
#h3 {
	font-family: "Arial Narrow";
	color: #89f609;
	font-size: 12px;
}
a:link{
	text-decoration:none;
	border-top:10px;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: overline;
	color:inherit;
}

#info{
	width:300px;
	height:400px;
	margin-left:100px;
	position:fixed;
	z-index:2;
	margin-top:50px;
}

#img{
	margin:0px;
	border:none;
	float:left;
}
