﻿
/* Divers */
img
{
	border: none;
}

table.TableCentre
{
	margin-left: auto;
	margin-right: auto;
	text-align:left;	
}

strong
{
	color: #DD9900;
}

em
{
	font-weight: bold;
	color: #6373ad;
}

.Centre
{
	text-align: center;
}

.Gauche
{
	text-align: left;
}

.Droite
{
	text-align: right;
}

.Justif
{
	text-align: justify;
}


.Haut
{
	vertical-align: top;
}

.Bas
{
	vertical-align:bottom;
}

.Milieu
{
	vertical-align:middle;
}


/* Formulaires */

.TableForm
{
	 width:800px;	 
	 margin : 10px auto 10px auto;
}

.TableForm th
{
	padding-left : 5px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight: bold;
	font-size: 15px; 
	border: #DEDFDE 2px solid;
	text-align: left;
	color: #FFFFFF; /* color: #316394; #990000 ; */
	background-color: #6F96C1; /* #545680 (bleu foncé), 527DD6 (bleu ciel), 6F96C1 (Id Liens, Actus) */
}

.TableForm td, .TableForm .Etoile
{
	padding-left : 5px;
	padding-top:5px;
	padding-bottom:10px;
	vertical-align:top;
}

.TableForm .Etoile
{
	padding-right : 5px;
	text-align: right;
	font-weight: bold;
	color: red;
}
