@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
}

.tete {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.tete.home {
	background-image: url('images/bandeau-site-lycee-claret.jpg')
}
section {
	margin-top: 20px;
}
section a {
	text-decoration: none;
	color: blue;
}
section a:hover {
	text-decoration: underline;
}
.ml {
	margin-left: 20px;
}
img {
	vertical-align:middle;
}
.size {
	font-size:30px;
}
