/* 
    Document   : actualites.css
    Created on : 29 juil. 2010, 17:58:18
    Author     : Simon GATARD
    Description:
        feuille de style de la page actualites
*/

*{
    margin:0;
    padding:0;
}

.spacer{
    display:block;
    float:none;
    clear:both;
}

div#general{
    background:#967b6a;
    position:relative;
    height:100%;
}

/**** Bloc Exposition en cours *****/

div#exposition_en_cours{
    background: #e9d7c8;
    width:336px;
    height:464px;
    float:right;
    margin:0 120px 0 0;
    position:relative;
}

div#exposition_en_cours-current{
    width:260px;
    height:340px;
    padding:64px 38px 38px 38px;
    overflow: auto;
}

/* IE 6 */
* html div#exposition_en_cours{
    margin:0 57px 0 0;
}

div#exposition_en_cours select{
    position:absolute;
    bottom:2px;
    left:5px;
    display:block;
    width:325px;
    font-size: 10px;
    color:#000000;
}

/* titre du bloc */
div#exposition_en_cours h1{
    font-family: Arial;
    font-size:18px;
    font-weight: bold;
    color:#967b6a;
    margin:0 0 23px 0;
}

/* titre de l'exposition */
div#exposition_en_cours h2{
    font-family: Arial;
    font-size:14px;
    font-weight: bold;
    color:#ffffff;
    margin:0 0 20px 0;
}

/* texte descriptif de l'exposition */
div#exposition_en_cours p{
    font-family: Arial;
    font-size:12px;
    font-weight: normal;
    color:#967b6a;
}

/* date de l'exposition */
div#exposition_en_cours p#date_exposition{
    font-size: 14px;
    font-weight: bold;
    margin:0 0 23px 0;
}

/*** Block liste des abjets ***/
div#liste_objets{
    background: #967b6a;
    width:531px;
    height:464px;
    float:left;
}

div#liste_objets ul{
    display:block;
    width:320px;
    height:315px;
    margin:60px auto 0 auto;
    list-style: none;
}

/* IE 6 */
* html div#liste_objets ul{
    width:330px;
}

div#liste_objets ul li{
    display:block;
    float:left;
    width:135px;
    margin:10px 12px;
}

/*** Lien inscrire à la newsletter / archives exposition / FR ***/
div#bt_newsletter_archives_fr{
    margin:68px 0 0 158px;
    position:absolute;
    bottom:0;
    left:5px;
}

div#bt_newsletter_archives_fr div#newsletter_texte{
    width:195px;
    height:21px;
    float:left;
    background: url(../img_new/actualites_fond-bt-newsletter.gif) repeat-x top left;
}

div#bt_newsletter_archives_fr div#newsletter_texte a#bt_inscription_newsletter{
    display:block;
    width:185px;
    height:18px;
    background: url(../img_new/actualites_bt-newsletter.gif) no-repeat top left;
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color:#e9d7c8;
    padding:3px 0 0 15px;
    text-align:center;
}

div#bt_newsletter_archives_fr div#archives_texte{
    width:177px;
    height:21px;
    float:left;
    background: url(../img_new/actualites_fond-bt-archives.gif) repeat-x top left;
}

div#bt_newsletter_archives_fr div#archives_texte a#bt_archives_expositions{
    display:block;
    width:162px;
    height:18px;
    background: url(../img_new/actualites_bt-archives.gif) no-repeat top left;
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color:#967b6a;
    padding:3px 0 0 15px;
    text-align:center;
}

/*** Lien inscrire à la newsletter / archives exposition / ENG ***/
div#bt_newsletter_archives_us{
    margin:68px 0 0 138px;
    position:absolute;
    bottom:0;
    left:5px;
}

div#bt_newsletter_archives_us div#newsletter_texte{
    width:215px;
    height:21px;
    float:left;
    background: url(../img_new/actualites_fond-bt-newsletter.gif) repeat-x top left;
}

div#bt_newsletter_archives_us div#newsletter_texte a#bt_inscription_newsletter{
    display:block;
    width:205px;
    height:18px;
    background: url(../img_new/actualites_bt-newsletter.gif) no-repeat top left;
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color:#e9d7c8;
    padding:3px 0 0 15px;
    text-align:center;
}

div#bt_newsletter_archives_us div#archives_texte{
    width:177px;
    height:21px;
    float:left;
    background: url(../img_new/actualites_fond-bt-archives.gif) repeat-x top left;
}

div#bt_newsletter_archives_us div#archives_texte a#bt_archives_expositions{
    display:block;
    width:162px;
    height:18px;
    background: url(../img_new/actualites_bt-archives.gif) no-repeat top left;
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color:#967b6a;
    padding:3px 0 0 15px;
    text-align:center;
}

