﻿
#header h1, .spacer, .spacerCont
{
    display: none;
}

#conteneurCont
{
    background: #fff none;
}
#conteneur
{
    position: relative;
}
#header
{
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 775px;
    height: auto;
}


#home
{
    background: url(images/home.png) no-repeat 0 0;
    height: 620px;
}

/* blocs */

.bloc
{
    position: absolute;
    width: 300px;
}

.bloc h2, .bloc h2 a
{
    font-family: Georgia, "Times New Roman", Times, Serif;
    color: #00aadc;
    font-size: 20px;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.bloc .date
{
    font-style: italic;
}

.bloc p
{
    margin: 0;
    padding: 0;
}

/* boutons */
.bloc .bouton
{
    background: #fc9e0e url(images/bouton-gauche.png) no-repeat top left;
    float: left;
    margin: 5px 0;
}
.bloc .bouton a
{
    background: url(images/bouton-droite.png) no-repeat top right;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 2px 10px 0 10px;
    height: 15px;
}
.bloc .bouton a:hover
{
    color: #000;
}

/* blocs spécifiques */
.programmes
{
    top: 80px;
    left: 650px;
}

.publications
{
    top: 190px;
    left: 665px;
}
.publications .publi
{
    padding-bottom: 10px;
    clear: both;
    float: left;
    width: 100%;
}

.fondationindiv
{
    top: 385px;
    left: 695px;
}

.aideprojet
{
    top: 490px;
    left: 530px;
}

/* A LA UNE */

.alaune
{
    top: 375px;
    left: 10px;
    width: 360px;
}
.alaune .bouton
{
    position: absolute;
    top: 0;
    right: 0;
}
.alaune #actusSelection
{
    clear: both;
    text-align: left;
}
.alaune #actusSelection a
{
    font-family: Georgia, "Times New Roman", Times, Sans-Serif;
    font-weight: bold;
    font-size: 14px;
    background: #fff;
    color: #00aadc;
    border: 1px solid #00aadc;
    text-decoration: none;
    padding: 3px 5px;
}
.alaune #actusSelection a:hover, .alaune #actusSelection a.actif
{
    color: #fff;
    background: #00aadc;
    border: 1px solid #00aadc;
}
.alaune .actu 
{
    background: #fff;
    position: absolute;
    top: 32px;
    left: 0;
    width: 360px;
    height: 200px;
    z-index: 8;
    display: none;
}
.alaune .active
{
    z-index: 10;
    display: block;
}
.alaune .last-active {
    z-index: 9;
}

.alaune .actu img 
{
    text-align: center;
    display: block;
    clear: both;
    margin: 5px auto;
}
.alaune .actu .lienSuite 
{
    clear: both;
    text-align: right;
    margin: 5px 0;
}
.don{display:none;}
a {
	outline:none;
	}

a:active {
  position: relative;
  top: 1px;
}

