body {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #A6DF78;
	font-size: 11px;
	color: Teal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	padding-top:10px;
}


#global {	/* sert à positionner le site au milieu de l'écran */
	position: absolute;
	left: 50%;
	top: 50%;
	width: 770px;
	height: 440px;
	margin-top: -220px; /* moitié de la hauteur */
	margin-left: -385px; /* moitié de la largeur */
	background-color: #4ECD4A;
}


.haut {
	position: absolute;
	top: 0;
	left: 0px;
	width: 770px;
	height: 45px;
	background-color: #4ECD4A;
	color: #025002;
	font-size: 25px;
}

.left_bandeau {
	width: 170px;
	height: 45px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}

.drapeau {
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	width: 100px;
	text-align: left;
}


.bandeau {
	float: left;
	margin-left: 0px;
	margin-top: 6px;
	width: 450px;
	height: 45px;
	text-align: center;
	color: #025002;
	font-size: 25px;
	font-family: "Tempus Sans ITC";
}

.right_bandeau {
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	width: 50px;
	height: 45px;
	text-align: right;
}
	
.gauche {
	position: absolute;
	top: 45px;
	left: 0;
	width: 170px;
	height: 395px;
	background-image: url(images/logo/menu.jpg);
	background-color: #4ECD4A;
	font-size: 10px;
}
 

.frame {
	position: absolute;
	left: 170px; /* on place ce bloc à droite du bloc menu de 180px de large */
	top: 45px;
	width: 600px;
	height: 355px;
	overflow: auto; /* cette propriété va permettre le scroll de ce bloc */
	font-size: 13px;
	background-color: White;
	font-family: "Tempus Sans ITC";
	color: #025002;
}

.left-frame {
	margin-top: 0px;
	margin-left: 10px;
	float: left;
	width: 270px;
	height: 195px;
	text-align: center;
}
 
.right-frame {
	margin-top: 35px;
	margin-left: 280px; /* on place ce bloc à droite du bloc left-frame */
	width: 275px;
	height: 195px;
	text-align: center;
}

.bas {
	position: absolute;
	top: 400px;
	left: 170px;
	width: 600px;
	height: 20px;
	background-color: #4ECD4B;
	color: #025002;
	font-size: 13px;
	font-family: "Tempus Sans ITC";
	font-weight: bold;
}

.sousbas {
	position: absolute;
	top: 420px;
	left: 170px;
	width: 600px;
	height: 20px;
	background-color: #4ECD4B;
	color: #025002;
	font-size: 13px;
	font-family: "Tempus Sans ITC";
	font-weight: bold;
}

.soussite {
	position: absolute;
	top: 440px;
	left: 170px;
	width: 600px;
	height: 10px;
	color: #025002;
	font-size: 13px;
	font-family: "Tempus Sans ITC";
	font-weight: bold;
}