h1
{
    font-family: Arial; 
}

h2
{
    text-align:left;
}

h4
{
 
}

body
{
    font-family: Arial; 
}

p
{
    font-size:12px;
}

/*********************
** 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; /* suppression de l'image de lien */
    padding: 0px;
}
.TableBandeauSiteStyle
{
    border:none 0px;
    background:url(Images/background.gif);
    /*background:url(Images/background_live_id.bmp);*/
}

.TdLoginBannerStyle
{
    padding:20px;
}

.TableMenuPanelStyle
{
    border:none 0px;
    padding:0px;
    margin:0px;
    width:100%;
}

.TablePagesStyle
{
    border:none 0px;
}

.TdColonneGaucheStyle
{
    background-color:#F1F1F1;
    padding:15px;
}

.TdColonneCentreStyle
{
    text-align:center;
}

.TdColonneDroiteStyle
{
    text-align:right;
    padding:15px;
    width:200px;
    background-color:#F1F1F1;
}

.TableEnpiedSiteStyle
{
    border:none 0px;
}

.TdEnpiedSiteStyle
{
    border:none 0px;
    background-color:#A8CEF2;
}
