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

#bandeau {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 150px;
	left: 0px;
	top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	right: 0px;
	bottom: 0px;
	visibility: inherit;
	overflow: hidden;
}
#menu {
	background-color: #FFFFFF;
	width: 15%;
	height: 75%;
	top: 150px;
	right: 0px;
	z-index: 2;
	left: 0px;
	position: absolute;
	overflow: visible;
	visibility: visible;
}
#liensutiles {
	position: absolute;
	z-index: 3;
	background-color: #FFFFFF;
	height: 80%;
	width: 15%;
	top: 150px;
	left: 85%;
	right: 0px;
	visibility: visible;
	overflow: visible;
}
#contenu {
	position: absolute;
	z-index: 4;
	top: 149px;
	left: 16%;
	height: auto;
	width: 65%;
	background-color: #FFFFFF;
	text-align: justify;
	color: #000000;
	padding: 10px;
	border-style: inset;
	border-color: #09F;
	overflow: auto;
}
#image-jpo {
	width: 74.2%;
	height: 49.6%;
	margin-right: auto;
	margin-left: auto;
}

#contenu  h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #164B6E;
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
}
.Style1 {
	font-size: 1em;
	font-weight: bold;
}
#contenu hr {
	position: static;
	height: 5px;
	width: 80%;
	background-color: #0000FF;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	background-color: #0066FF;
}
#contenu p {
	color: #F00;
}
#contenu p {
	color: #000;
}
#contenu h2 {
	color: #06C;
	font-size: 16px;
}
#academie {
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: 10;
	height: auto;
	width: 90%;
	top: 5px;
}
#region {
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: 6;
	height: auto;
	width: 90%;
	top: 10px;
}
#ent {
	overflow: visible;
	position: relative;
	z-index: 7;
	height: auto;
	width: 90%;
	left: 5%;
	top: 15px;
}
#pronote {
	overflow: visible;
	position: relative;
	z-index: 7;
	height: auto;
	width: 90%;
	left: 5%;
	top: 20px;
}
#reservation-salles {
	overflow: visible;
	position: relative;
	z-index: 8;
	height: auto;
	width: 90%;
	left: 5%;
	top: 25px;
}
#cdi {
	position: relative;
	visibility: visible;
	z-index: 9;
	height: auto;
	width: 90%;
	left: 5%;
	top: 30px;
	overflow: visible;
}
#espace-enseignant {
	position: relative;
	visibility: visible;
	z-index: 10;
	height: auto;
	width: auto;
	top: 10px;
	left: 15%;
	overflow: visible;
}

#espace-parents {
	position: relative;
	visibility: visible;
	z-index: 10;
	height: auto;
	width: auto;
	top: 20px;
	left: 15%;
	overflow: visible;
}
/*Les différents types de liens*/
.lien-interne-1:link {
	text-decoration: none;
	color: #03C;
	font-style: normal;
}
.lien-interne-1:visited {
	font-style: normal;
	text-decoration: none;
	color: #069;
}
.lien-interne-1:hover {
	font-style: normal;
	color: #06C;
}
/*Enlever la bordure pour le lien sur une image*/
a img {
	border:none;
}

