
body{
    background:#00FCA7;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6,body,ul{
    margin:0;
    padding: 0;
}

main{
    width:960px;
    margin:0 auto;
    padding:30px;
    background: #ffffff;
}

section{
    border:10px #666 solid;
    padding: 15px;
    margin-top: 10px;
}

p{
    font-size: 16px;
    color: #ff5454;
    font-weight:bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
a{
    font-size: 22px;
    color: black;
}
a:hover{
    text-decoration: none;
    color:#fc9700;
}
.important{
    color:blanchedalmond;
}
.beau{
    color:#64c722;
}
.bouton{
    background: #ff5454;
    border-radius: 10px;
    padding: 5px;
    text-decoration: none;
}
.bouton:hover{
    background: #64c722;
}

ul{
    list-style-type: none;
    background: #fc9700;
    float:left;
    width:100%;
}
li{
    margin-right:10px;
    padding:5px;
    width: 30%;
    background:#00FCA7;
    float:left;
}
div{
    width:80px;
    height:150px;
    margin:5px 5px 5px 0;
    background:#e78ed1;
    float:left;


}
.bleu{
    width:80px;
    height:150px;
    margin-top:5px;
    background:#8ec6e7;
    float:right;
}

ul.menu{
    list-style-type: none;
    background: #fc9700;
    width:100%;
    float: none;
    margin-bottom: 50px;
}

ul.menu li{
    display: inline;
    text-align: center;
}

ul.menu li a{
  text-decoration: none;
}
