/* --- STYLES DE BASE --- */



/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, FreeSans, sans-serif; 
    font-size: .8em; /* À adapter pour la police choisie. (3) */
    line-height: 1.4; /* À adapter au design. (4) */
    color: black;
    background-color:#807166;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: underline;

}
a:link {
    color:#FFF;
}
a:visited {
    color:#CFCFCF;
}
a:hover, a:focus, a:active {
    color: crimson;
}
a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}

/* Positionnement */
#wrapper {
    width:980px;
    margin:30px auto 0 auto ;
    text-align: left;
    position: relative;

}

#tetiere {
  width: 980px;
  }
  
#colonne {
  float: left;
  width: 220px;
  }
  
#content {
position:relative;
background:url(assets/images/design/fd_accueil.png) no-repeat;
  float:left;
  width: 750px;
  }
  
#content-album {
position:relative;
/*background:url(assets/images/design/fd_accueil.png) no-repeat;*/
  float:left;
  width: 750px;
  }

#texte_principal {
width: 300px;
color:#FFF;
font:normal 0.89em Verdana, Helvetica, sans;
margin-top: 110px;
}
#titrealbum {
    width: 750px;
    height: 110px;
}

#principal {
width: 750px;
color:#FFF;
font:normal 0.89em Verdana, Helvetica, sans;
}

#animation {
position:absolute;
top:105px;
right:120px;
}

/* menu gauche */
/*  Menu   */
ul#sidebar {
    margin: 113px 0 0 0px;
    padding: 0;
    list-style-type: none;
}
#sidebar li {
    text-align: left;
    margin:8px 0;
    word-spacing: -0.05em;
}
#sidebar li a {
    display: block;
    text-align:center;
    width: 190px;
    height: 21px;
    color: #dedb00;
    text-decoration: none;
    background-color: #6d635f;
    padding: 4px 0 0 10px;
    font:normal 1.1em Verdana, Arial, sans;
    
}
#sidebar li a:hover, #sidebar li.active a {
    background-color: #a69285;
    text-decoration: none;

}
#sidebar li.active a {
    text-decoration: none
}

#footer {
    height: 201px;
    width: 750px;
    margin-left: 220px;
    background:url(assets/images/design/vert-anis-fd_accueil-footer.png) no-repeat;
    margin-top: -80px;
}
#footer-suite {
    /*height: 201px;*/
    width: 750px;
    margin-left: 220px;
    /*background:url(assets/images/design/vert-anis-fd_accueil-footer.png) no-repeat;*/
    margin-top: 20px;
    padding-right:0;
    font:normal 0.7em Verdana, Arial, sans;
}

.thumb {
float:left;
width:80px;
height:80px;
margin:10px;
}
