﻿/* Classes principales */

body, td
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #666666;
}

h1, h2, h3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #6373ad;
}

h1
{
    font-weight: bold;
    font-size: 16pt;
    color: #6373ad;
}


h2
{
    font-size: 11pt;
    font-weight: bold;
    letter-spacing: 1pt;
}

h3
{
    font-size: 8pt;
    font-weight: bold;
    letter-spacing: 1pt;
}

p.Petit
{
    font-size: 10px;
}

p.Justif
{
    text-align: justify;
}

strong
{
    color: #dd9900;
}

b.Bleu, strong.Bleu
{
    color: #4273AD;
}

b.Jaune
{
    color: #dd9900;
}

img
{
    border: 0px;
}

li.PuceHP, li.Puce
{
    list-style-image: url(../images/puce_liste1.gif);
}

li.PuceHP, li.Puce2
{
    list-style-image: url(../images/puce_liste2.gif);
}

li.PuceHP
{
    margin-left: -20px;
}

.DivGauche
{
    float:left;
}

table.Centre
{
    margin-left: auto;
    margin-right: auto;
}

/* Liens */
a:link.Lien
{
    color: Blue;
    cursor: pointer;
    text-decoration: underline;
}

a:hover.Lien
{
    color: #FF6900;
}

a:link /* Ne pas modifier les liens de base, rendus par les menus */
{
}

a:visited
{
}

/* Ctrl LoginStatus */
a.LoginStatus, a.LoginStatus:link, a.LoginStatus:visited, a.LoginStatus:hover
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.LoginStatus:hover
{
	text-decoration: underline;
}

/* Divers (1ère lettre Maj pour les classes et casse Chameau pour les ID */
.Centre
{
	text-align: center;
}

.Gauche
{
	text-align: left;
}

.Droite
{
	text-align: right;
}

.Haut
{
	vertical-align: top;
}

.Justif
{
	text-align: justify;
}

.Pointeur
{
	cursor: pointer;
}

.DivClear
{
	clear: both;
}

.DivGauche
{
	float: left;
}

.DivDroite
{
	float: right;
}


