﻿body
{
    background-color: #111a2d;
    margin: 0px;
    padding: 0px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: italic;
	text-decoration: none;
    color: White;
}

h1
{
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 20pt;
    font-weight: normal;
    font-style: italic;
	text-decoration: none;
    color: White;
}

h2.SousTitre
{
    width: 100%;
    height: 50px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Default/Images/SousTitre.png', sizingMethod='crop');
    padding: 0px 0px 0px 35px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
	text-decoration: none;
    color: White;
}

h2.SousTitre[class]
{
    background: url(Images/SousTitre.png) no-repeat;
}

a
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
    font-style: italic;
	text-decoration: none;
	color: White;
}

a:hover
{
    text-decoration: underline;
}

a.Menu
{
    margin: 11px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    color: White;
}

a.Menu:hover
{
    text-decoration: none;
    color: #caa3a8; 
}

a.PiedPage
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: White;
}

a.PiedPage:hover
{
    text-decoration: none;
}

table th
{
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 18pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: Red;
}

table td
{
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    color: White;
}

table.MiseEnPage
{
    width: 100%;
    border-collapse: collapse;
}

table.MiseEnPage td
{
    padding: 0px;
    text-align: left;
    vertical-align: top;
}

table.Affichage
{
    width: 100%;
}

table.Affichage td
{
    padding: 4px 1px 4px 1px;
    text-align: justify;
    vertical-align: top;
}

.AffichagePhoto
{
    margin: 5px;
}

.Titre
{
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 14pt;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    color: White;
}

.Titre2
{
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    color: White;
}

.PremiereLettre
{
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 18pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: Red;
    text-transform: uppercase;
}

.Cellule
{
    height: 100%;
}

div.VignetteDefilante
{
    width: 176px;
    height: 100%;
    float: right;
    overflow: auto;
}

div.VignetteDefilante img
{
    margin: 1px 0px 1px 5px;
}

div.Vignette
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Default/Images/AP-Affichage.png', sizingMethod='scale');
    padding: 3px 3px 8px 3px;
    border: 1px solid #2a2a2a;
    float: right;
    margin: 0 10px 10px 8px;
}

div.Vignette[class]
{
    background-image: url(Images/AP-Affichage.png);
}

div.Vignette:hover
{
    background-color: #ffffff;
}

#VignetteDroite
{
    padding: 3px 3px 8px 3px;
    background-color: #222;
    border: 1px solid #2a2a2a;
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
}

#Equipe
{
    width: 100%;
}

#Equipe .Gauche
{
    width: 40%;
    float: left;
    padding: 5px;
    text-align: right;
}

#Equipe .Droite
{
    width: 50%;
    float: left;
    padding: 5px 5px 5px 15px;
    text-align: left;
}

.Message
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    color: Red;
}

#GaucheBoite
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Default/Images/AP-GaucheBoite.png', sizingMethod='scale');
    text-align: center;
}

#GaucheBoite[id]
{
    background: url(Images/AP-GaucheBoite.png) repeat-y;
}

a.hlPartenaireProducNet
{
    display: block;
    width: 152px;
    height: 26px;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Default/Images/ProducNet.png', sizingMethod='crop');
}

a.hlPartenaireProducNet[class]
{
    background: url(Images/ProducNet.png) no-repeat;
}

div.Ligne
{
    width: 400px;
    height: 10px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Default/Images/Ligne.png', sizingMethod='crop');
}

div.Ligne[class]
{
    background: url(Images/Ligne.png) no-repeat;
}

.Effacer
{
    clear: both;
}
