h1, h2, h3, h4, h5, h6
{
    font-family: Verdana; 
}

h1 
{
    font-size:20px;
}

h2
{
    font-size:18px;
    color: #0053d6;
}

h3
{
    font-size:14px;
}


h4
{
    font-size:12px;
}


body
{
    font-family: Verdana; 
    font-size: 12px;
    text-align:left;
 }

/*********************
** Liens automatiques
*/

/* si l'attribut href commence par http: */
a[href^="http:"] 
{
    background : url(Images/lien_extern.png) right top no-repeat;
    padding-right: 18px;
    white-space: nowrap;
}

/* si l'attribut target commence par _self */
a[target^="_self"]
{
    background-position: right center;
    background: url(Images/lien_intern.png) left no-repeat;
    padding-left: 22px;
    white-space: nowrap;
}

/* en suite on distingue les differents liens par leur class */

/* le lien est une simple image, sans icone*/
a[class^="lien_image"]
{
    background: none; /* suppression de l'image de lien */
    text-decoration:none;
}

a[class^="lien_image_intern"]
{
    background-position: right center;
    background: url(Images/lien_intern.png) left no-repeat;
    padding-left: 22px;
    white-space: nowrap;
    text-decoration:none;
}

a[class^="lien_mail_to"]
{
    background-position: right center;
    background: url(Images/mail_to.png) left no-repeat;
    padding-left: 22px;
    white-space: nowrap;
}

a[class^="lien_sans_icone"]
{
    background: none;
    padding: 0px;
}
 
a[class^="lien_ancre"]
{
    background-position: right center;
    background: url(Images/lien_intern.png) left no-repeat;
    padding-left: 22px;
    white-space: nowrap;
}

.TableBandeauSiteStyle
{
    border:none 10px;
    /*background:url(Images/background.gif);*/
    background:url(Images/background_live_id.png);
    width:100%;
}

.TdLoginBannerStyle
{
    padding:20px;
}

.TableMenuPanelStyle
{
    border:none 0px;
    /*border:solid Blue 1px; /* DEBUG */
    padding:0px;
    margin:0px;
    width:100%;
}

.TablePagesStyle
{
    border:none 0px;
}

.TdColonneGaucheStyle
{
    background-color:#E1F1FF;
    padding:10px;
}

.TdColonneCentreStyle
{
    text-align:left;
    /*border:solid 10px #F5F5F5;*/
    border:solid 10px #E1F1FF;
    border-top:solid 26px #E1F1FF;
    /*background-color:#E1F1FF;*/
    background-color:#FFFFFF;
}

.TdColonneDroiteStyle
{
    text-align:right;
    padding:10px;
    width:200px;
    /*background-color:#F5F5F5;*/
    background-color:#E1F1FF;
}

.TableEnpiedSiteStyle
{
    border:none 0px;
}

.TdEnpiedSiteStyle
{
    border:none 0px;
    background-color:#E1E1E1;
}

.TdLoginBannerStyle
{
    padding:20px;
}

.TableMenuPanelStyle
{
    border:none 0px;
}

.TablePagesStyle
{
    border:none 0px;
}

/****************************** MARK DE FIN DE FICHIER ************************************/
