/* GENERAL */

*
{
   margin: 0;
   padding: 0;
}
body
{
 font-family: Arial,sans-serif;
 font-size: 15px;
}
h1
{
    font-family: 'Crete Round',serif;
    font-size: 45px;
    color: #444;
}
h2
{
    color: #444;
    font-size: 55px;
}
ul
{
    list-style: none;
}
a
{
text-decoration: none;
color: #444;
}
.wrapper
{
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}
.orange
{
    color: #ff7a00;
}


/* HEADER */

header
{
    height: 120px;
}
header h1
{
    float: left;
    margin-top: 32px;
}
header nav
{
    float: right;
    margin-top: 50px;
}
header nav ul li
{
    float: left;
    display: inline-block;
}
header nav ul li a
{
text-transform: uppercase;
font-weight: bold;
margin-right: 20px;
}

/* MAIN IMAGE */

#main-image
{
    height: 580px;
    background: url('images/Projet\ \ Mise\ en\ place-main.jpg') center;
}
#main-image h2
{
font-weight: normal;
text-transform: uppercase;
text-align: center;
padding: 150px 0 40PX 0 ;
margin: 20px;
}
.button-1
{
    display: block;
    width: 120px;
    height: 50px;
    background: #ff7a00;
    color: #fff;
    font-size: 20px;
    margin: 0 auto; 
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
}





























