/* 
================================
Fichier de skin pour les espaces accueils, admin et autres
================================
*/

.CentralPanel
{
    padding-left:19px;
    width:774px;
}

/* pagemaster correspond au tableau de la page*/
.pagemaster
{
    width: 100%;
    height: 100%;
    background-color: #9A0000;
    margin: 0px 0px 0px 0px;
}

.skinmaster
{
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
}

/* Definition des classes pour le menu */
.logo_menu
{
    width: 1020px;
    height: 110px;
    vertical-align: bottom;
    text-align: center;
    background: #820000 url(./images/bandeau.png) no-repeat;
}

.UpperLeftLogoNext
{
    background-color: #FF6666;
}

.UpperRightLogoNext
{
    background-color: #CC0000;
}

.BasMenuLogo
{
    background-color: #820000;
    height: 10px;
}

/* classe pour les conteneurs */
.contentpane
{
    background-color: #FFFFFF;
}
.controlpanel
{
    width: 100%;
    background-color: #FFFFFF;
}

/* classes pour le fond */
.leftgradientpane
{
    background: url(./images/transition-gauche.gif) repeat-y;
}

.rightgradientpane
{
    background: url(./images/transition-droit.gif) repeat-y;
}

.leftouterpane, .rightouterpane
{
    background-image: url(./images/fond.gif);
}


/* autres classes */
.StandardButton
{
    background: #7994cb none;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
}

.Head
{
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}

/** Bendaeau Actualité ***/
.TableActualityMenuLink
{
    width:120;
    height:30;
}
.actualityMenuLink_UL
{
    background: url(./images/actualite_haut_gauche.gif) no-repeat;
    background-position : top right;
    height: 20px;
    width: 21px;
}

.actualityMenuLink_UM
{
    background: url(./images/actualite_haut_milieu.gif);
    background-position : top left;
    height: 20px;
    vertical-align:middle;
    letter-spacing:90%;
    padding-left:5px;
}

.actualityMenuLink_UR
{
    background: url(./images/actualite_haut_droit.gif) no-repeat;
    background-position : top left;
    height: 20px;
    width: 14px;
}

.actualityMenuLink_BL
{
    background: url(./images/actualite_bas_gauche.gif) no-repeat;
    background-position : top right;
    height: 10px;
    width: 10px;
}

.actualityMenuLink_BM
{
    background: url(./images/actualite_bas_milieu.gif);
    background-position : top left;
    height: 10px;
}

/** Classes pour les sous-rubriques **/

.SousRubriquesLeft
{
    background: #C80000 url(./images/sous_pages_bas_gauche.gif) no-repeat bottom left;
}

.SousRubriquesLeft_Selected
{
    background: #320000 url(./images/sous_pages_bas_gauche_selected.gif) no-repeat bottom left;
}

.SousRubriquesInner
{
    background: #320000 url(./images/sous_pages_haut_droit.gif) no-repeat top right;    
    padding:2px 4px 2px 4px;
    border-right:5px;
}

.SousRubriquesInner_Selected
{
    background: #C80000 url(./images/sous_pages_haut_droit_selected.gif) no-repeat top right;    
    padding:2px 4px 2px 4px;
    border-right:5px;
}

/** Css pour les puces **/
.PucesC ul li
{
    list-style-type: none;
     background: url(./images/puce.gif) center left no-repeat;    
}

.CssClassSousPagesTable
{
    width: 150px;
    color: White;
    text-decoration: none;
    font-size: 7pt;
    font-weight: bold;
    margin: 0;
    padding: 0;    
}