.clear{
	clear: both;
}

body {
	background: url(images/bulle.jpg) fixed;
	margin: auto;
	width: 850px;
}




/* header -----*/


#bg{
	width:795px;
	position:absolute;
	top:10px;
	background:url(images/b_img.jpg) no-repeat;
	border-radius: 25px;
}


header{
	margin-top:auto;
	margin-bottom: 20px;
}

header nav{
	margin-top:320px;
	background-color: #3E07F8;
	border-radius: 25px;
	height: 70px;
}

 header nav ul li{
	list-style-type: none;
	display: inline;
	line-height: 35px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;
	font-size: 25px;
	
}

header nav ul li a {
	text-decoration: none;
	color: white;
}

header nav ul li a:hover {
	color: red;
}


/* fin header */

/* section */

p {
	font-size:20px;
	background-color: transparent;
	
	}

h1 {
	color:black;
	text-align: left;
	font-size:24px;
}

h2 {
	color:black;
	text-align: center;
}

section{
	width:775px;
	height:855px;
	float: left;
	background-color: white;
	border-radius: 25px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right:10px;
	text-align: center;
}



/* fin section */

/* aside */
aside{
	text-decoration: none;
	width:160px;
	background-color: yellow;
	margin-left: 615px;
	margin-bottom:10px;
	border-radius: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right:10px;
	text-align: center;
}

/* fin aside */

/* footer */

footer p {
	background-color:#3E07F8;
	font-weight: bold;
	text-align:center;
	border-radius: 15px;
	margin-top: 905px;
	text-decoration: none;
	color: white;
}


/* fin footer */
