/* GENERAL */

*
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: Arial, sans-serif;
    font-size: 15px;
}
h1
{
    font-family: serif;
    font-size: 45px;
    color: #000;
}
h2
{
    color: #000000;
    font-size: 55px;
}
h3
{
    font-size: 30px;
    color: #444;
}

h4
{
    font-size: 24px;
    color: #000;
}
p
{
    line-height: 20px;
    color: #191919;
}
ul
{
    list-style: none;
}
a
{
    text-decoration: none;
    color: #000000;
}
.wrapper
{
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}
.jaune
{
    color: #f4ce24;
}

/* 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-left: 20px;
}
/* MAIN IMAGE */

#main-image
{
    height: 500px;
    background: url(images/vacances.jpg) center;
}
#main-image h2
{
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 150px 0 40px 0;
    margin-bottom: 20px;
}
.button-1
{
    display: block;
    width: 120px;
    height: 50px;
    background-color: #f4ce24;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
}
.button-1:hover
{
    background-color: #02dd09
}

/* STEPS */

#steps ul 
{
     margin: 20px 0;
    background-color: #ffffff;
}
#steps ul li
{
    width: 300px;
    float: left;
    padding-top: 140px;
    text-align: center;
    margin-right: 10px;
}
#steps h4
{
    text-transform: uppercase;
    margin-bottom: 20px;
}
#steps p
{
    margin-bottom: 20px;
}
#step-1
{
   background: url(images/Premiere-page\ .png) no-repeat top center;
}
#step-2
{
    background: url(images/grece_2.png) no-repeat top center;
}
#step-3
{
    background: url(images/temple.png) no-repeat top center;   
}

/* CONTACT */

#contact
{
    padding: 60px 0;
    text-align: center;
    background-color: #efefef;
}
#contact h3
{
    width: 400px;
    text-transform: uppercase;
    margin:0 auto 20px auto;
    border-bottom:1px solid #0be813;
    padding-bottom: 20px;
}
form
{
    margin: 60px 0 20px 0;
    background-color: #efefef;
}
label
{
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
    color: #777;
}
input[type="text"]
{
    padding: 10px;
    font-size: 20px;
    margin-right: 20px;
    border: 2px solid #ddd;
    border-radius: 3px;
}
.button-2
{
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    padding: 11px;
    background-color: #02dd09;
    border-style: none;
    border-radius: 3px;
}
.button-2:hover
{
    color:#fff;
    background-color: #444;
}

/* FOOTER */

footer
{
    height: 260px;
    background-color: #444;
}
footer h1
{
    color: #ffffff;
    text-align:center;
    padding-top: 80px;
}
.copyright
{
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    color: #777;
}

























/*

<li> <a href="Travel Agency/index.html">Travel Agency</a></li>
            <li><a href="Site 01 super premiere page/index.html">Site 01 super premiere page</a></li>
            <li><a href="Site 02 Vallee des temples/index.html">Site 02 Vallee des temples</a></li>
            <li><a href="site 03 div/index.html">site 03 div</a></li>
    </body>*
    */