body{
	
	
	padding: 0;
	border: 0;
	margin: 0;
	background: #c2d6de  ;
}


#bord{
	position:fixed;
	right:0px;
	top:0px;
	width: 30px;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #c2d6de  url(bord.jpg) repeat-y left top;
}


/* -------------------------------menu-------------------------------- */



#menu{
	position:fixed;
	left:0px;
	top:0px;
	width: 200px;
	height: 100%;
	padding-top: 50px;
	margin: 0;
	border: 0;
	background: #c2d6de  url(menu.jpg) repeat-y left top;
}

#menu p.princ{
	
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	padding: 25px 5px;
	margin: 0;
}

#menu p.sec{
	
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	padding: 8px 25px;
	margin: 0;
}

#menu a:link {
	color:black;
	text-decoration:none;
}
#menu a:visited {
	color:black;
	text-decoration:none;
}
#menu a:hover {
	color:#009fde;
	text-decoration:none;
}
/* -------------------------------contenu-------------------------------- */


#contenu{
	position: absolute;
	left: 200px;
	right: 30px;
	margin: 0;
	border: 0;
	overflow: auto;
	background: #c2d6de  url(fond.png) no-repeat  center 150px;
	padding-right: 2em;
	padding-left: 2em;
	min-height: 1000px;
}

#contenu p{
	
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
}

#contenu h1{
	
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	padding: 1.5em 0;
}

#contenu h2{
	
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
}

#contenu p.gras{
	
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
} 

#contenu p.news{
	
	margin: 0;
	border-width: 3px;
	border-color: #009fde;
	border-style: solid;
	padding: 0.5em ;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
}

#contenu p.date{
	
	border-width: 0;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 70%;
	font-style: italic;
}

#contenu a.fonction{
	
	position:absolute;
	left:13em;
}

#contenu a.programme{
	
	position:absolute;
	left:8em;
}
#contenu a.cantine{
	
	position:absolute;
	left:20em;
}
#contenu a.PDF{
	
	position:absolute;
	left:33em;
}

#contenu a.word{
	
	position:absolute;
	left:25em;
}
