/***** GENERAL *****/
body {padding: 0; margin: 0}
h1, h2, h3, p {padding: 0; margin: 0;}

.conteneur {
	position: absolute;
	width: 990px;
	left: 50%; margin-left: -495px;
	font-family: tahoma,sans-serif; font-size: 11px; color: black; line-height: 14px;
}


/***** PAGE D'ACCUEIL *****/
.boutons {
	height: 471px;
}
	.boutons .b_office, .boutons .b_ecole, .boutons .b_pekin, .boutons .b_centre, .boutons .b_equipements {
		position: absolute;
		text-indent: -1000px;
	}
	.boutons .b_office {
		width: 159px; height: 106px;
		top: 255px; left: 80px;
	}
	.boutons .b_ecole {
		width: 168px; height: 57px;
		top: 161px; left: 220px;
	}
	.boutons .b_pekin {
		width: 160px; height: 96px;
		top: 250px; left: 373px;
	}
	.boutons .b_centre {
		width: 134px; height: 67px;
		top: 160px; left: 484px;
	}
	.boutons .b_equipements {
		width: 227px; height: 110px;
		top: 137px; left: 750px;
	}

.edito {
	float: left;
	margin-left: 30px;
}
	.edito .titremot {
		background: url(../iso_icons/t_edito.gif) no-repeat;
		width: 169px; height: 34px;
		text-indent: -1000px;
	}
	.edito .mot {
		margin: 0 0 0 46px;
		width: 550px;
		height: 150px;
		padding: 0 10px 0 0;
		overflow: auto;
		scrollbar-face-color: #ffffff; 
		scrollbar-highlight-color: #b3b3b3; 
		scrollbar-shadow-color: #b3b3b3;
		scrollbar-3dlight-color: #ffffff; 
		scrollbar-arrow-color: #b3b3b3; 
		scrollbar-track-color: #ffffff; 
		scrollbar-darkshadow-color: #ffffff; 
		scrollbar-base-color: #ffffff;
	}

.acces {
	float: left;
	margin: 20px 0 0 30px;
}
	.acces .logoaccueil {
		background: url(../iso_icons/a_logoaccueil.gif) no-repeat;
		width: 182px; height: 53px;
		float: left;
	}
	.acces ul {
		list-style-type: none;
		padding: 0; margin: 15px 0 0 0;
	}
	.acces ul li {
		float: left;
		padding: 0 0 0 100px;
	}
	.acces ul li a, .acces ul li a:visited {
		font-size: 14px; color: #707e87; line-height: 26px; text-decoration: none;
		text-decoration: none;
	}
	.acces ul li a:hover {
		color: #707e87; text-decoration: underline;
	}
	.acces .accueil {
		background: url(../iso_icons/a_puceaccueil.gif) 0 2px no-repeat;
		padding: 0 0 0 25px;
	}
	.acces .liens {
		background: url(../iso_icons/a_puceliens.gif) 0 2px no-repeat;
		padding: 0 0 0 25px;
	}
	.acces .contact {
		background: url(../iso_icons/a_pucecontact.gif) 0 2px no-repeat;
		padding: 0 0 0 25px;
	}
	.acces .plan {
		background: url(../iso_icons/a_puceplan.gif) 0 2px no-repeat;
		padding: 0 0 0 25px;
	}


/***** BANDEAU HAUT *****/
.bandeau {
	background-repeat: no-repeat;
	width: 990px; height: 196px;
}
.titrepage {
	font-size: 24px; color: white; font-weight: normal; text-align: right; line-height: 22px;
	float: right;
	margin: 80px 28px 0 0;
}


/***** NAVIGATION GAUCHE *****/
.navigation {
	float: left;
	width: 196px;
}
	.navigation ul {
		list-style-type: none;
		padding: 0; margin: 0;
	}
	.navigation ul li {
		padding: 15px 20px 4px 0;
		border-bottom: 1px solid #a9b2b7;
		text-align: right;
	}
	.navigation ul li a, .navigation ul li a:visited {
		font-size: 14px; color: #707e87;
		text-decoration: none;
	}
	.navigation ul li a:hover {
		color: #707e87;
		text-decoration: underline;
	}
	.navigation ul li ul {
		list-style-type: none;
		padding: 0; margin: 5px 0 15px 0;
	}
	.navigation ul li ul li {
		padding: 0;
		border: 0;
	}
	.navigation ul li ul li a, .navigation ul li ul li a:visited {
		font-size: 11px; color: #4b6eb0;
		text-decoration: none;
	}
	.navigation ul li ul li a:hover {
		color: #4b6eb0;
		text-decoration: underline;
	}

.accueilint {
	background: url(../iso_icons/a_puceaccueil.gif) right 15px no-repeat;
}
.liensint {
	background: url(../iso_icons/a_puceliens.gif) right 15px no-repeat;
}
.contactint {
	background: url(../iso_icons/a_pucecontact.gif) right 15px no-repeat;
}
.planint {
	background: url(../iso_icons/a_puceplan.gif) right 14px no-repeat;
}

.logoOMS {
	background: url(../iso_icons/a_logoOMS.gif) no-repeat;
	width: 150px; height: 54px;
	margin: 50px 0 10px 15px;
}

/***** ZONE DE CONTENU *****/
.contenu {
	float: left;
	width: 754px;
	padding: 0 20px 20px 40px;
}
	.contenu .titre {
		font-size: 24px; color: #707e87; font-weight: normal;
		padding: 0; margin: 0;
	}
	.contenu .soustitre {
		font-size: 15px; color: #96a1a8; font-weight: normal;
		padding: 15px 0 0 0; margin: 0;
	}
	.contenu p {
		font-size: 11px; color: black;
		padding: 0; margin: 0;
	}