body {
background-color: paleturquoise ;
}

#en_tete {
  height: 100px;
  border: 5px dotted #f7e444;
  background: url("../images/header.png") no-repeat bottom right black;
}

#menu {
	float: left;
	width: 20%;
}

.sous_menu {
	height: 550px;
	margin-top: 20px;
	background-color: green;
	color: #f7e444;
	padding: 10px;
}

a{
	color:white;
	text-decoration:none;
}
	
a:hover{
	color:red;
	font-style:italic;
	font-size:23px;
	background-color:yellow;
}

a:visited{
	color:purple;
}

.sous_menu h3 {
	color:white;
	text-align:center;
}

#corps{
	height:550px;
	margin-left: 22%;
	margin-top:20px;
	padding: 10px;
	border: 2px , dotted #f7e444;
	color:#e3ab57;
	background-color:black;
	text-align: justify;
}

#corps h1{
	text-align: center;
	color:#0099ff;
}

#pied_de_page {
	height:100px;
	clear:left;
	margin-top:30px;
	padding:5px;
	background: url("../images/header1.png") no-repeat bottom right black;
	color:#e3ab57;
	text-align:left;
	border: 2px dotted #f7e444;
}




