@import url('main.css');

.top-left-photo{
    background: white;
}

.lang{
    font-family: "Century Gothic", Helvetica, arial, sans-serif;
    position: absolute;
    top: 295px;
    left: 0;
    width: 175px;
    background: #eea149;
}

.lang ul{
    list-style: none;
    padding-left: 1em;
    padding-bottom: 1em;
    text-transform: uppercase;
}

.lang ul li{
    padding-top: 1em;
    letter-spacing: .3em;
}

.rectbrun,
.rectvert{
    position: absolute;
    width: 175px;
    height: 90px;

}

.rectbrun{
    left: 175px;
    top: 205px;
    background-color: #b85633;
}

.rectvert{
    background-color: #347780;
    right: 0px;
    top: 60px;
    z-index: 1;
}

.welcome,
.bienvenue{
    background: #004950 url('../images/intro/welcome.gif') no-repeat;
    height: 76px;
    width: 300px;
    position: absolute;
    right: 62px;
    top: 200px;
}

.bienvenue{
    background: #004950 url('../images/intro/bienvenue.gif') no-repeat;
    top: 450px;
    width: 395px;
    right: 30px;
}

.intro{
   /* position: absolute;*/
    padding-top: 10px;
    padding-left: 200px;
    padding-right: 70px;
    z-index: 3;
    font-size: .85em;
    line-height: 1.5em;
    text-align: justify;
}