

*
{
    padding: 0px;
    margin: 0px;
}

/* Image de fond sur body */
body
{
    background-color: #FFF;
    background-image: url("style_FILES/background.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;

    font-size: 14px;
    font-family: "trebuchet ms", helvetica, sans-serif;
    color: #BFBFA9;
    line-height: 18px;
}

/* Limitation de la largeur du contenu à 1024px. */
#page
{
    position: relative;
    width: 1060px;
    height: 100%;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

/* La div dans laquelle le contenu du plugin est mis. Elle a un padding en
   haut pour laisser visibles les logos. */
#content
{
    position: relative;
    padding: 95px 0 0 0;
    width: 100%;
}

/* Positionnement des logos par rapport à la div #page.  */
#Logo_FWB
{
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 20px;

    width: 70px;
    height: 75px;

    background-image: url("style_FILES/Logo_FWB.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center left;

    border: 0;
}

#Logo_PEPS
{
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 630px;

    width: 410px;
    height: 70px;

    background-color: transparent;
    background-image: url("style_FILES/Logo_PEPS.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom left;

    border: 0;
}

/* Quelques styles génériques */
a
{
    color: #FF7800;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

p
{
    margin-bottom: 14px;
    text-align: justify;
}


#content .element .short, ul.top_ten li a img, .last_collection img {
    background: url("style_FILES/loading.gif") no-repeat scroll center center white;
    border: 0;
}

#content .element table {
  /* IE8 + max-width/height + table workaround... ! */
  table-layout: fixed;
  width: 164px;
  height: 168px;
}

/* cell englobant l'image, utilisée pour afficher l'icone de chargement. */
#content .element .short {
    width: 164px;
    height: 168px;
    text-align: center;
    vertical-align: middle;
}

.timeline-img-table {
    table-layout: fixed;
    width: 110px;
    height: 110px;
    margin-left: auto; margin-right: auto;
}

.timeline-img-table td {
    text-align: center;
    vertical-align: middle;
    width: 110px;
    height: 110px;
    background-color: white;
}

.timeline-img-table img {
    max-width: 100px;
    max-height: 100px;
    border:0;
}

/* .picA et .floatleft sont sur les vignettes du résultat de recherche uniquement. */
img.picA
{
    border: 7px solid white;
    padding-bottom: 4px;
    max-width: 150px;
    max-height: 150px;
}

img.floatleft
{
    /*float: left;*/
    /*margin: 0px 14px 3px 0px; */
}

/* Barre rouge d'entête. */
#top-text, .red-banner {
    color: #E7D5C7 !important;
    background-color: #AD2807 !important;

    font-family: Times New Roman, serif;
    font-size: 22px;
    letter-spacing: 0px;

    border-radius: 7px;
    padding: 20px 0px 10px 15px;
    margin-bottom: 10px;
    box-shadow: 4px 4px 6px #B2AEAB;
}

/* Barres horizontales recherche/pied grises avec ombre. */
#top-search, #bottom-welcome {

    background-color: #7B746E;
    border-radius: 7px;
    padding: 9px;
    margin-bottom: 10px;
    box-shadow: 4px 4px 6px #B2AEAB;
}

#bottom-welcome {
    position: relative;
    margin-top: 20px;
    min-height: 25px;
}

#parcours {
    background-color: #504C4B;
    border-radius: 7px;
    padding: 0px;
    height: 490px;
}

/*
    - Le titre d'un item dans la page de résultat.
*/
#content h3
{
    color: #656551;
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 22px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 4px 0 0 0;
}

/*
    Un élément d'une page de résultat (englobe image + titre).
*/
#content .element
{
  float: left;
    margin-bottom: 30px;
    padding: 0 12px;
  height: 250px;
    width: 165px;
}

/*
    img des pages de détails institution/collection/item
*/
.box{
    border: 1px solid black;
    padding: 5px;
    background-color: white;
}

/*
    Utilisé sur les pages liste d'institution et collection (non accessible directement...)
*/
#pagination{
    text-align: center;
}

/* .button utilisé dans la pagination */
a.button {
    background-color:transparent;
    background-image: url( 'images/btn_right.png' );
    background-repeat:no-repeat ;
    background-position:top right;
    color: #fff; 
    display:block; /*opera*/ 
    display:inline-block; /*ie*/ 
    display:-moz-inline-box; /*ff*/    /*font: bold 12px arial, sans-serif;*/
    font: normal 13px arial, sans-serif;
    height: 32px;
    margin-right: 0px;
    padding-right: 10px;
    text-decoration: none;
}

/* .button utilisé dans la pagination */
a.button span {
    background-color:transparent;
    background-image: url( 'images/btn.png' );
    background-repeat:no-repeat ;
    display: inline-block;
    line-height: 21px;
    padding: 3px 0 8px 10px;
}

/* .button utilisé dans la pagination */
a.button span img{
    margin-left:-5px;
    margin-top:-2px;
    padding-right:5px;
}
/* .button utilisé dans la pagination */
a.button:hover {
    background-image: url( 'images/btn_hover_right.png' );
    color: #fff;
    outline: none;
}

/* .button utilisé dans la pagination */
a.button:hover span {
    background-image:url( 'images/btn_hover.png');
}

/* .orange utilisé dans la pagination */
a.orange {
    background-image: url( 'images/btn_right.png' ); 
    display:block; /*opera*/ 
    display:inline-block; /*ie*/ 
    display:-moz-inline-box; /*ff*/}

/* .orange utilisé dans la pagination */
a.orange span {
    background-image: url( 'images/btn.png' );
}

/* .orange utilisé dans la pagination */
a.orange.current , a.orange:hover {
    background-image: url( 'images/btn_hover_right.png' );
}

/* .orange utilisé dans la pagination */
a.orange.current span, a.orange:hover span {
    background-image: url( 'images/btn_hover.png' );
}

/*
    Lien RSS sur la page d'accueil.
*/
#rss_link {
  position: absolute;
  bottom: 7px;
  left: 15px;

    font-family: serif;
    color: #ddd;
    font-size: 18px;
}

#rss_link img {
    vertical-align: -5px;
  height:25px;
  width:25px;
    box-shadow: 2px 2px 10px #59544F;
}

#newsletter_link, #facebook_link {padding-left:50px;}

/*
    TOP 10
*/

.top_ten_label {
    display:block;
    float:left;
    margin-top: 25px;
    color:#ddd;
    margin-right: 5px;
    font-style:italic;
    font-weight:bold;
}

ul.top_ten {
    height:70px;
    float:left;
}


ul.top_ten li {
    display: block;
    float: left;
    margin-right: 5px;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.top_ten table, .last_collection {
    table-layout: fixed;
    width: 70px;
    height: 70px;
    margin-left: auto; margin-right: auto;
}

.top_ten td, .last_collection td {
    text-align: center;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    background-color: white;
    overflow: hidden;
}

.top_ten a, .last_collection a {
    display: block;
    margin: 0; padding: 0; border: 0;
    line-height: 0px;
}

.top_ten img, .last_collection img {
    max-width: 70px;
    max-height: 70px;
    border:0;
}

/*
    Last collection
*/

.last_collection_label {
    display:block;
    float:right;
    margin-top: 25px;
    color:#ddd;
    margin-right: 5px;
    font-style:italic;
    font-weight:bold;
}

.last_collection {
  float: right;
}

.main-content {
    background-color: #504C4B;
    border-radius: 7px;
    padding: 15px;
}

img.details
{
    margin: 0px 14px 14px 0px;
    max-width: 150px;
}

div.video
{
    margin: 0px 14px 14px 0px;
}

h1 {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

#institution_description, h1 {
    line-height: 130%;
    margin-left: 160px;
    margin-right: 160px;
}

.institution_details_infos {
    width: 300px;
    margin: 0 0 3px 20px;
    padding: 10px;
    color: #8F8F79;
    background-color: #eee;
    border-radius: 10px;
}

.institution_details_infos h2 {
    margin-top: 1ex;
    font-weight: bold;
    text-align: center;
    font-size: 110%;
    font-style: italic;
}

.institution_details_infos dt {
    margin-top: 1ex;
    font-weight: bold;
}

.institution_details_infos dd {
    margin-left: 1em;
}

#legal {
    color: #aaa;
    text-align:center;
    font-size: small;
    margin-top: 3px;
    margin-bottom: 10px;
}

#legal a {
    color: inherit;
}

#home_button img, #legal a img {
    border: none;
    padding-left:2px;
}


