/*****Styles généraux*****/
*{
    margin: 0 auto;
    padding:  0;   
}

body
{
	width: 960px;
    background: #61AAA6 url(../images/index/background.jpg) repeat-x;
}

/*****Styles des conteneurs*****/
div#header{
    background-color: #FFFFFF;
}

div#attelage{
    float: left;
    width: 460px;
    color: #725E5E;
    margin-top: 78px;
    margin-left: 10px;
}

div#accroche{
    margin-left: 460px;
    padding-top: 118px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-align: right;
    color: #3D827E;
    font-size: 20px;
    font-style: italic;
    font-family: Century Gothic;
}

div#bandeau{
    height: 19px;
    background: url(../images/index/bandeau.jpg);
}

div#contenu{
    height: 310px;
    background: #A3CCCB url(../images/index/sommaire.jpg);
}

div#footer{
    background: #725E5E url(../images/index/footer_background.jpg);
}

div#texte{
    float: left;
    width: 640px;
}

div#mentions{
    margin-left: 720px;
    padding-top: 240px;
}

div#chevrons{
    background: url(../images/index/chevrons_marron.jpg) no-repeat;
    width: 35px;
    height: 26px;
    position: absolute;
    margin-left: 20px;
    margin-top: 22px;
}

div#photos{
    float: left;
    width: 643px;
    margin-top:10px;
}

div#sommaire{
    margin-left: 730px;
    padding-top: 60px;
}

div#sommaire li{
    list-style: none;
}

div#ligne{
    background-image: url(../images/index/ligne.jpg);
    height: 11px;
    width: 100%;
    float: left;
}

/*****Styles pour les liens*****/
div#sommaire a, div#sommaire a:visited, div#sommaire a:hover{
    color: #FFFFFF;
    text-decoration: none;
    font-family: Century Gothic;
    font-weight: bold;
    line-height: 30px;
}

div#sommaire a:hover{
    /*text-decoration: underline;*/
}

/*****Styles des classes*****/
.contenu{
    font-family: Arial;
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 10px;
    margin-left: 80px;
    text-align: justify;
}

.mentions, .mentions a, .mentions a:hover, .mentions a:visited{
    font-family: Century Gothic;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

.mentions a:hover{
    text-decoration: underline;
}

table, tr, td{
    border-collapse: collapse;
}
