*{
    background-repeat: no-repeat;
    outline: none;
    text-align: left;
}
body
{
    font-family: 'Lucida Grande',Verdana,Arial,Geneva,Helvetica,sans-serif;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    margin: 0 0 0 0;
    background-repeat: repeat;
    background-image: url(images/bg_body.jpg);
    color: #5a5858;
    outline: none;
}
a, a:link, a:visited{
    text-decoration: none;
    color: #5a5858;
}
#wrapper
{
    margin: auto;
    width: 762px;
    text-align: left;
    background-image: url(images/bg.png);
    margin-top: 15px;
    position: relative;
    padding: 19px;
}
#contenu
{
    clear: both;
    padding-left: 50px;
    padding-top: 100px;
}
h1
{
    position: absolute;
    top: 20px;
    left: 250px;
    width: 335px;
    height: 182px;
    float: left;
}
#contact
{
    font-size: 15px;
    line-height: 30px;
}
h2
{
    font-size: 13px;
    margin: 0 0 0 0;
    padding-bottom: 10px;
}
h3{
    padding: 25px 0 15px 0;
    margin: 0 0 0 0;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}
h3 img{
    float: left;
}
p.coords{
    text-align: left;
    font-weight: bold;
    padding: 30px 15px 0 0;
    float: right;
}
p
{
    margin: 0 0 0 0;
    padding-bottom: 10px;
}
img{
    border: none;
}
ul{
    margin-top: 0;
}
ul li
{
    line-height: 25px;
    list-style: square outside;
}
/*ul li.pair
{
    list-style-image: url(images/carre_orange.gif);
}
ul li.impair
{
    list-style-image: url(images/carre_gris.gif);

}*/
ul li p
{
    line-height: 17px;
}
span.normal
{
    font-size: 12px;
    font-weight: normal;
}
div.shuffle{
    position: absolute;
    top: 160px;
    left: 400px;
    width: 241px;
    height: 91px;
}
div.shuffle img{
    background-image: url(images/bg_pour_ie.png);
    display: none;
}
div.shuffle h2{
    display: none;
}
div.projet {
    position: relative;
    display: none;
}
div.projet a, div.projet a img{
    display: block;
    border: 2px #5a5858 solid;
    /*background-color: #EB6909;*/
}
div.dialog{
    display: none;
}
#contenu ul li h3.link{
    cursor: pointer;
}
#contenu ul li h3.link:hover{
    color: #000;
}
p.dialog-text{
    text-align: justify;

}
p.dialog-text img{
    vertical-align: top;
    float: left;
}
a.contact{
    line-height: 28px;
    text-decoration: none;
}
span.sup{
    font-size: 8px;
    vertical-align: super;
}
p.small{
    font-size: 9px;
}