html {
	font-family: helvetica;
	font-size: 14px;
	background-color: #f0eee3;
}

body {
	position: relative;
	width: 900px;
	margin: auto;
	margin-top: 30px;
	border-radius: 15px;
	padding: 3px;
	background-color:white;
}



.image_haut{
	position: absolute;
	top:-20px;
	right:140px;
}

.ligne {
	clear: both;
}
header {
	
	padding: 10px;
	
}

nav ul {
	
	background-color: #ec48c7;
	text-align: left;
	font-weight: bold;
	list-style: none;
	padding: 5px;
}

nav ul li {
	
	display:inline;
	border-right: 1px solid white;
	margin-left: 10px;
	padding-right: 3px;

}

nav ul li a {
	color: white;
	text-decoration: none;
}

nav ul li a:hover {
	color: black;
}

aside.liens {
	float: right;
	width: 180px;
}

aside.autres {
	float: right;
	width: 180px;
	clear: both;
}

div#cloud {
	background-color: #ffffff;
	width:160px;
	font-family:helvetica;
	margin-left:5px; 
	border: 1px solid #EC48C7; 
	text-align:center;
	padding:5px;
}
div#cloud a:hover{
	color: black;
}

section {
	margin-right: 190px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	
	
}

section h3{
	padding:6px;
	background-color: #f0eee3;
	border-bottom: 2px solid #ec48c7;
	text-align:center;
	font-family: 'Kaushan Script',cursive;
	font-size: 16px;
	color: #545a56;
}

section h4{
	padding:0px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #ec48c7;
	font-weight:bold;
}

section img {
	float: left;
	padding: 0px;
	margin-right: 5px;
	vertical-align: top;
}

section a {
	color: #ff00c0;
}

section a:hover {
	color: #545a56;
}
aside h4{
	
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 0px;
	background-color: #f0eee3;


}
 aside ul {
 	list-style: none;
 	padding-left: 6px;
 }
aside ul li {
	border-bottom: 1px solid #ec48c7;
	padding-bottom: 3px;
}

aside ul li a {
	color: #545a56;
	text-decoration: none;
}

aside ul li a:hover {
	color: #ff00c0;
}

mark {
	background-color: #f7edcd;
}
footer ul {
	clear: both;
	background-color: #f0eee3;
	text-align: center;
	border-radius: 5px;
	list-style: none;
	padding: 5px;
}

footer ul li {
	
	display:inline;
	margin-left: 10px;

}

footer ul li a {
	color: white;
	text-decoration: none;
}

footer ul li a:hover {
	color: black;
}
