﻿

#navigation 
{
    font-family: Georgia, "Times New Roman", Times, Sans-Serif;
    color: #4f4d4d;
    width: 240px;
    height: 415px;
    padding-left: 50px;
    position: relative;
}

/* accès aux autres sites */
#navigation .accesAutresSites
{
    font-family: Arial, Helvetica, Sans-Serif;
    position: absolute;
    bottom: 20px;
    left: 25px;
}
#navigation .accesAutresSites a
{
    color: #4f4d4d;
    text-decoration: none;
}
#navigation .accesAutresSites a
{
    color: #000;
}


#milieuPage 
{
    background: url(images/qualijus-milieuPage-home.jpg) no-repeat top left;
    position: relative;
    z-index: 10;
    height: 440px;
}

#contenus 
{
    width: 360px;
    margin: 0 0 0 10px;
}

/* actualités */

.actualites 
{
    position: absolute;
    top: 10px;
    right: 20px;
    width: 270px;
    height: 430px;
}
.actualites h2 
{
    font-family: Georgia, "Times New Roman", Times, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
    color: #f6f6eb;
    background: #4f4d4d;
    float: left;
    margin: 0 0 10px 0;
    padding: 3px 5px;
}
.actualites #actusSelection
{
    clear: both;
    text-align: right;
}
.actualites #actusSelection a
{
    font-family: Georgia, "Times New Roman", Times, Sans-Serif;
    font-weight: bold;
    font-size: 14px;
    background: #9a9ac8;
    color: #00007d;
    border: 1px solid #9a9ac8;
    text-decoration: none;
    padding: 3px 5px;
}
.actualites #actusSelection a:hover, .actualites #actusSelection a.actif
{
    background: #e9eae1;
    border: 1px solid #00007d;
}
.actualites .actu 
{
    background: #e8e9de;
    position: absolute;
    top: 60px;
    left: 0;
    width: 270px;
    min-height: 370px;
    _height: 370px;
    z-index: 8;
    display: none;
}
.actualites .active
{
    z-index: 10;
    display: block;
}
.actualites .last-active {
    z-index: 9;
}

.actualites .actu h3
{
    font-size: 14px;
    color: #4f4d4d;
    margin: 5px 0;
    padding: 0;
}
.actualites .actu img 
{
    text-align: center;
    display: block;
    clear: both;
    margin: 5px auto;
}
.actualites .actu .lienSuite 
{
    clear: both;
    text-align: right;
    margin: 5px 0;
}

/* bloc centre */

.homeCentre 
{
    padding-top: 10px;
}
.homeCentre h2 
{
    font-family: Georgia, "Times New Roman", Times, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
    color: #f6f6eb;
    background: #4f4d4d;
    float: left;
    margin: 0 0 17px 6px;
    padding: 3px 5px;
}
.homeCentre .bloc
{
    color: #4f4d4d;
    clear: both;
    height: 130px;
    position: relative;
}
.homeCentre .bloc h3
{
    font-family: Georgia, "Times New Roman", Times, Sans-Serif;
    font-size: 18px;
    font-weight: normal;
    color: #4f4d4d;
    margin: 0;
    padding: 4px 0 0 80px;
}
.homeCentre .bloc .accroche 
{
    position: absolute;
    top: 35px;
    left: 30px;
    width: 150px;
}
.homeCentre .bloc .texte
{
    position: absolute;
    top: 35px;
    right: 10px;
    width: 160px;
}
.homeCentre .bloc p 
{
    margin: 0 0 5px 0;
    padding: 0;
}
.homeCentre .bloc ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.homeCentre .bloc li 
{
    margin: 0;
    padding: 0 0 0 15px;
    background: url(images/fleche-home.png) no-repeat 0 4px;
}