﻿body
{
	font-family:Sans-Serif;
	font-size:12px;
	color:#084459; /* //bleu foncé 1F447E*/
}

ul,blockquote,td 
{
	font-family:Sans-Serif;
	font-size:12px;
	color:#084459; /* //bleu foncé 1F447E*/
}

.Texte
{
	font-family:Sans-Serif;
	font-size:12px;
	color:#084459; /* //bleu foncé 1F447E*/
}

.TextePetit
{
	font-family:Sans-Serif;
	font-size:10px;
	color:#084459; /* //bleu foncé 1F447E*/
}

.Titre 
{
	 font-weight:bold;
	 font-size:14px;
	 font-family:Sans-Serif;
	 color:#E35400; /*orange plutôt foncé*/
}

.TitrePetit 
{
	 font-weight:bold;
	 font-size:13px;
	 font-family:Sans-Serif;
	 color:#E35400; /*orange plutôt foncé*/
}

.SousTitre 
{
	 font-weight:bold;
	 font-size:13px;
	 font-family:Sans-Serif;
	 color:#084459; /* //bleu foncé 1F447E*/
}

.TitreNav 
{
	 font-weight:bold;
	 font-style:italic;
	 font-size:12px;
	 font-family:Sans-Serif;
	 color:#084459; /* //bleu foncé 1F447E*/
}

.TabFormulaire
{
	background-color:#9CB4D6; /* bleu gris foncé   //bleu moyen 8FB3F2 */ 
	font-weight:bold;
}

.TitreTabFormulaire
{
	background-color:#084459; /* //bleu foncé 1F447E*/
	font-weight:bold;
	font-size:13px;
	color:White;
}

.SousTabFormulaire
{
	background-color:#D7DDFF; /*bleu clair*/
	font-weight:bold;
}

.SousTabFormulaire2
{
	background-color:#EBF0FF; /*bleu très clair*/
	font-weight:normal;
}

.TabFormulairePetit
{
	background-color:#8FB3F2; /*bleu moyen*/
	font-weight:bold;
	font-size:10px;
}

.SousTabFormulairePetit
{
	background-color:#D7DDFF; /*bleu clair*/
	font-weight:bold;
	font-size:10px;
}

.SousTabFormulaire2Petit
{
	background-color:#EBF0FF; /*bleu très clair*/
	font-weight:normal;
	font-size:10px;
}

.TitrePopup 
{
	 font-weight:bold;
	 font-size:14px;
	 font-family:Sans-Serif;
}

.TabFormulairePopup
{
	background-color:#FFCA04; /*orange plutôt saturé*/
	font-weight:bold;
}

.TitreTabFormulairePopup
{
	background-color:#E35400; /*orange plutôt foncé léger marron*/
	font-weight:bold;
	font-size:13px;
	color:White;
}

.SousTabFormulairePopup
{
	background-color:#FFE271; /*orange moyen clair*/
	font-weight:bold;
}

.SousTabFormulaire2Popup
{
	background-color:#FFEEB1; /*orange clair*/
	font-weight:normal;
}

.SousTabFormulairePetitPopup
{
	background-color:#FFE271; /*orange moyen clair*/
	font-weight:bold;
	font-size:10px;
}

.SousTabFormulaire2PetitPopup
{
	background-color:#FFEEB1; /*orange clair*/
	font-weight:normal;
	font-size:10px;
}

.TextUpper 
{
	text-transform:uppercase;
}

.Liens 
{
	background-image:url(../IMGS/fleches.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	padding-left:30px;
	font: bold italic 9pt arial;
	text-decoration:none;
	color:#E35400; /*orange plutôt foncé*/
}

.LiensTab
{
	font-style:italic;
	color:#084459; /* //bleu foncé 1F447E*/
}

.AlerteErreur 
{
	 font-weight:bold;
	 font-style:italic;
	 font-size:13px;
	 font-family:Sans-Serif;
	 color:Red;
}

.Alerte 
{
	 font-weight:bold;
	 font-style:italic;
	 font-size:13px;
	 font-family:Sans-Serif;
	 color:Red;
}

.MentionPetitBlanc 
{
	 font-weight:normal;
	 font-style:italic;
	 font-size:11px;
	 font-family:Sans-Serif;
	 color:White;
}

.MentionPetitJaune 
{
	 font-weight:normal;
	 font-style:italic;
	 font-size:11px;
	 font-family:Sans-Serif;
	 color:Yellow;
}

.MentionPetitCouleur 
{
	 font-weight:normal;
	 font-style:italic;
	 font-size:11px;
	 font-family:Sans-Serif;
	 color:Purple;
}

.Visible
{
    display: block;
    visibility: visible;
}
.Invisible
{
    display: none;
    visibility: hidden;
}