/*******************************************************************************/
/********************************************************************* GENERAL */
/*******************************************************************************/
body {
    font:normal normal 13px arial;
    background-color:black;
}
p {
    margin:10px;
}
div, img, span, ul, li {
    margin:0px; padding:0px; border:0px;
}
#conteneur {
    position:absolute;
    margin-left:-375px;
    margin-top:-261px;
    top:50%; left:50%;
    width:750px;
    padding:0;
}
/*******************************************************************************/
/***************************************************************** IMAGES FOND */
/*******************************************************************************/
#accueil_fond-haut {
    position:relative;
    width:750px; height:115px;
    background:url(../img/squelette/accueil_haut.jpg) no-repeat;
}
#accueil_fond-milieu {
    position:relative;
    width:750px; height:298px;
    background:url(../img/squelette/accueil_milieu.jpg) no-repeat;
}
#accueil_fond-bas {
    position:relative;
    width:750px; height:88px;
    background:url(../img/squelette/accueil_bas.jpg) no-repeat;
}
/*******************************************************************************/
/************************************************************* CONTENU, TEXTES */
/*******************************************************************************/
#texte_accueil {
    position:absolute;
    top:30px; left:200px;
    color:#CC0000;
    width:400px;
}
p {
    font:normal normal 14px arial;
}
#texte_accueil a {
    color:#CC0000;
    text-decoration:none;
}
#texte_accueil a:hover { text-decoration:underline; }
.tel {
    font:normal bold 19px arial;
}
#pied_lien {
    text-align:center;
}
#pied_lien a {
    color:#66FF33;
    font-family:arial;
    font-size:9px;
}
/*******************************************************************************/
/*********************************************************************** MENUS */
/*******************************************************************************/
#menusGauches {
    position:absolute;
    top:69px; left:7px;
    z-index:1;
    font:normal bold 13px arial;
}
.classRub{
    margin:0;
    padding: 0 0 0 60px;
    width:100px; height:40px;
    position:relative;
    background-position:left bottom;
}
.classRub img {
    position:absolute;
    bottom:0;
    left:15px;
}
.conteneurRub {
    display:block;
    position:absolute;
    bottom:0px;
    width:100px;
}
.conteneurRub a {
    color:black;
    text-decoration:none;
}
.conteneurRub a:hover {
    text-decoration:underline;
}
#menusDroites {
    position:absolute;
    bottom:32px; right:70px;
    z-index:1;
    font:normal bold 13px arial;
}
#menusDroites img {
    display:block;
}
.classRub_menuD{
    font:normal normal 13px arial;
    float:left;
    color:white;
}
