@charset "UTF-8";
/* CSS Document */

body {
	background-color: #F29400;
	height: 100%;
	width: 100%;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

#centre{
	position: relative;
	top: 20px;
	width: 800px;
	height: 1000px;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
}

#image1{
	position: absolute; 
	left: 170px; 
	top: 20px; 
	width: 100px; 
	height: 67px; 
	z-index: 2; 
}
#image2{
	position: absolute; 
	left: 300px; 
	top: 20px; 
	width: 100px; 
	height: 68px; 
	z-index: 3; 
}
#image3{
	position: absolute; 
	right: 300px; 
	top: 0px; 
	width: 69px; 
	height: 100px; 
	z-index: 4; 
}
#image4{
	position: absolute; 
	right: 170px; 
	top: 20px; 
	width: 100px; 
	height: 67px; 
	z-index: 5; 
}

#menu{
	position: absolute;
	left: 100px;
	top: 108px;
	width: 600px;
	height: 20px;
	z-index: 6;
	text-align: center;
}
#bandeaucolore{
	position: absolute; 
	left: 100px; 
	top: 135px; 
	width: 600px; 
	height: 11px; 
	z-index: 7; 
}
#carre1{
	position: absolute; 
	left: 100px; 
	top: 160px; 
	width: 300px; 
	height: 300px; 
	z-index: 8;
	background-color:#7e868e;
}
#carre2{
	position: absolute; 
	right: 100px; 
	top: 160px; 
	width: 300px; 
	height: 300px; 
	z-index: 9; 
	background-color:#b44968;
}
#carre3{
	position: absolute; 
	right: 100px; 
	top: 460px; 
	width: 300px; 
	height: 300px; 
	z-index: 10; 
	background-color:#3f818c;
}
#carre4{
	position: absolute; 
	left: 100px; 
	top: 460px; 
	width: 300px; 
	height: 300px; 
	z-index: 11; 
	background-color:#738148;
}
#textecentral{
	position: absolute;
	left: 140px;
	top: 200px;
	width: 530px;
	height: 520px;
	z-index: 12;
	padding-right:30px;
	overflow:auto;
}




.policemenu{
	font-family: "Bell Gothic Std Black","Century Gothic",Verdana;
	color: #3e2b03;
	text-align: center;
	font-size:16px;
	}
	
.policetexte {
	font-family: "Century Gothic", Verdana;
	font-size:12px;
	color: #3e2b03;
	text-align: center;
}
.textejustifieit {
	font-family: "Century Gothic", "Verdana Italic";
	font-style: italic;
	font-size: 12px;
	text-align: justify;
	color:#3e2b03;
}

a.policemenu:link, a.policemenu:visited, a.policemenu:active, a.policemenu:hover {
color: #3e2b03;
text-decoration: none;
}

a.policetexte:link, a.policetexte:visited, a.policetexte:active, a.policetexte:hover {
font-family: "Century Gothic", Verdana;
	font-size:12px;
	color: #3e2b03;
	text-align:center;
}

.policeitalique {
	font-family: "Century Gothic", "Verdana Italic";
	font-style: italic;
	font-size: 12px;
	text-align: center;
	color:#3e2b03;
}
