body {
	padding-left: 0%;
	font-family: "Comic Sans MS";
	color: Black;
	background-color: #B0C4DE;
	padding-right: 0%;
	padding-top: 0%;
}

h1 {
	font-family: "Comic Sans MS";
		font-size: xx-large;
}
h2{
	font-size: large;
}
#centrer{
	text-align: center;
}
#jaune {
	color: #FFA500;
}
#oceane {
	color: Blue;
	font-family: "Comic Sans MS";
}
#sevrienne {
	color: green;
	font-family: "Comic Sans MS";
}

li{
	font-size: 100%;
	font-weight: bold;
	list-style: none;
	
}
p{
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
}

p.oceane{
	text-align: center;
	color: BLUE;
}
p.jaune{
	text-align: center;
	color: Yellow;
}
p.sevrienne{
	text-align: center;
	color: green;
}
a:link {
  color: blue }
a:visited {
  color: purple }
a:hover {
	text-decoration: underline;
	border: none;
	background-color: White;
}  
address {
	border-top: thin dotted;
	text-align: center;
	font-size: x-small;
	font-style: normal;
}
.logo {
  position: absolute;
  top: 18em;
  left: 4em;

}

