body { 
	background-color: lightblue; 
} 
#rcorners1 { 
	border-radius: 25px; 
	border: 2px solid #0080FF; 
	padding: 20px; 
	width: 200px; 
	height: 150px; 
} 
.rcorners2 { 
	border-radius: 25px; 
	border: 2px solid #00008B; 
	padding: 20px; 
	width: 200px; 
	height: 150px; 
	height: 150px; 
} 

/* barre de navigation */
#menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

#menu li {
  float: left;
}

#menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#menu li a:hover:not(.active) {
  background-color: #111;
}

#menu .active {
  background-color: #04AA6D;
}

h1 {
  text-decoration-line: overline;
  text-decoration-color: red;
}

.p3 {
  font-family: "Lucida Console", "Courier New", monospace;
}

.p2 {
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  text-shadow: 2px 2px;
}

h2 {
  width: 300px;
  height: 300px;
  padding: 15px;
  background-color: blue;
  box-shadow: 10px 10px;
}

.p3 {
	color: white;
}

.p2 {
	color: white;
}

.section h3 {
	text-align: center;
	font-size: 6rem;
	font-family: "Cookie";
	background: white;
	padding: 20px;
	margin: 15px;
	z-index: 1;
	opacity: 0.8;


.page_acceuil {
	background-color: black;
}