.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 */

article p {
	font-size:12px;
	color:black;
	text-align:left;
	}

h1 {
	color:black;
	text-align: left;
	font-size:24px;
}

h2 {
	color:black;
	text-align: left;
}

h4 {
	color:black;
	text-align:left;
}

section{
	width:775px;
	height:675px;
	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: 735px;
	text-decoration: none;
	color: white;
	height: 25px;
}


/* fin footer */
