﻿

.pageTitle
{
    color : White;
    font-family: Century Gothic;
    font-size: 15pt;
    text-decoration: none;
}
.pageSubtitle
{
    color : White;
    font-family: Century Gothic;
    font-size: 12pt;
    text-decoration: none;
}

.standardError
{
    color: #CC9900;
    font-family : Century Gothic;
    font-size: 9pt;
}

.standardLink
{
    color: #CC9900;
    font-family : Century Gothic;
    font-size: 10pt;
    text-decoration: none;
}
.standardLink:hover
{
    color: white;
    font-family : Century Gothic;
    font-size: 10pt;
    text-decoration: none;
}
/*.standardLink:visited
{
    color: #CC9900;
    font-family : Century Gothic;
    font-size: 10pt;
    text-decoration: none;
}
.standardLink:active
{
    color: #CC9900;
    font-family : Century Gothic;
    font-size: 10pt;
    text-decoration: none;
}*/

/* txt Blanc */
.descriptionText
{
    color: White;
    font-family: Arial;
    font-size: 9pt
}

.standardText
{
    color : White;
    font-family: Century Gothic;
    font-size: 10pt;
    text-decoration: none;
}
.standardText_Small
{
    color : White;
    font-family: Century Gothic;
    font-size: 8pt;
    text-decoration: none;
}
.standardText_Big
{
    color : White;
    font-family: Century Gothic;
    font-size: 11pt;
    text-decoration: none;
}

.arialText
{
    font-family: Arial;
}

/* txt Coloré */
.standardBlackText
{
    color : Black;
    font-family: Century Gothic;
    font-size: 10pt;
}
.priceText
{
    color: #CC9900;
    font-family : Arial;
    font-size: 10pt;
    font-weight: bold;
}
.standardColorText
{
    color: #CC9900;
    font-family : Century Gothic;
    font-size: 10pt;
    text-decoration: none;
}
.standardColorText2
{
    color: #CC9900;
    font-family : Arial;
    font-size: 10pt;
    text-decoration: none;
}
.standardColorText_Small
{
    color: #CC9900;
    font-family : Century Gothic;
    font-size: 9pt;
}
.standardColorText_Big
{
    color: #CC9900;
    font-family : Century Gothic;
    font-size: 11pt;
    text-decoration: none;
}
.standardColorText_Bold
{
    color: #CC9900;
    font-family : Century Gothic;
    font-size: 10pt;
    font-weight: bold;
}





/* Txt sombre */

.txtSombre
{
    color: #303030; /*(gris-noir)*/
    font-family : Century Gothic;
    font-size: 9pt
}