
/* changement de model pour le modele de boite
 *    Plus simple avec border-box
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}


/* Couleurs et Fontes */

html {
	font-size:100%;
}


body {
	background-image: url(images/upfeathers.png);
	padding-left:20%;
	padding-right:20%;
}

header {
	background-color:black;
	margin-bottom=0px;
}

header img {
	width:100%;
	margin-top=10px;
}
main {background-color:white;
padding:5px;
}

.menu {
list-style:none;
text-align:45%;
border:1px solid black;
width:auto;
	height:auto;
	margin-top:0rem;
	padding-top:1rem;
	padding-bottom:1rem;
	margin-left:30%;
	margin-right:30%;
	padding-left:5rem;


}

.menu li {padding:auto;}


h1, h2{
	padding-left:0.5rem;
}

h1 {text-align:center;
padding:1rem;}

artticle {
background-color:white;

}

ul {

padding-left:5rem;

}
p{
margin-left:3rem;
margin-right:2rem;
}

footer {
	width:100%;
	height:5rem;
	font-size: 2rem;
	color:white;
	background-color:#2DA5D1;
	text-align:center;
	
	border-bottom-left-radius:2rem;
	border-bottom-right-radius:2rem;
}