/* Généralités */
/***************/

* {
	font-family: "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	border: 0;
}


body {
	color: rgb(0, 0, 0);
	background-color: rgb(197, 224, 157);
	}

/* Divisions principales */

#logo {
	position: absolute;
	left: 2px;
	top: 6px;
}

#infos {
	position: absolute;
	left: 8px;
	top: 257px;
	width: 304px;
}

#france {
	position: absolute;
	left: 280px;
	top: 58px;
}

#titre {
	position: absolute;
	left: 281px;
	top: 9px;
	width: 470px;
}

.image {
	position: absolute;
	left: 300px;
	top: 100px;
}
#i1 {
	position: absolute;
	left: 52px;
	top: 34px;
}
#i2 {
	position: absolute;
	left: 152px;
	top: 34px;
}
#i3 {
	position: absolute;
	left: 452px;
	top: 34px;
}
#i4 {
	position: absolute;
	left: 52px;
	top: 134px;
}
#i5 {
	position: absolute;
	left: 152px;
	top: 134px;
}
#i6 {
	position: absolute;
	left: 452px;
	top: 134px;
}
#i7 {
	position: absolute;
	left: 52px;
	top: 434px;
}
#i8 {
	position: absolute;
	left: 152px;
	top: 434px;
}
#i9 {
	position: absolute;
	left: 452px;
	top: 434px;
}

p,h1,h3{
	padding: 10px;	
}
body p {
	text-align: center;
}

