/* ===== Définition des titres ===== */

/* Titre de page */
h1:first-line
	{
	font-size: x-large;
	letter-spacing: 2px;
	}

h1
	{
	color: navy;
	font-size: medium;
	text-align: center;
	}

/* Sous-titre */
h2
	{
	color: navy;
	font-size: small;
	}

/* Légendes */
h5
	{
	color: dimgray;
	font-size: x-small;
	text-align: center;
	}

h6
	{
	font-weight: normal;
	}

/* ===== Définition des éléments HTML ===== */

img
	{
	border: 0px none white;
	vertical-align: middle;
	}

ul, li
	{
	padding-bottom: 10px;
	}

form
	{
	margin: 0px 50px;
	}

th
	{
	text-align: right;
	font-weight: normal;
	padding-right: 10px;
	}

/* ===== Personnalisation des objets inclus ===== */

.Popup
	{
	background-color: lightyellow;
	font-family: sans-serif;
	font-size: xx-small;
	border: 1px solid dimgray;
	}

.Popup td
	{
	white-space: nowrap;
	padding: 1px 4px;
	}

.Popup b
	{
	font-size: 8pt;
	}

.Form2HTML
	{
	color: black;
	background-color: ivory;
	font-size: small;
	border: 1px solid dimgray;
	}

.Form2HTML th
	{
	text-align: right;
	vertical-align: top;
	padding: 0px 10px;
	}

/* ===== Définitions des classes utilisateur ===== */

/* Page de titre */
.Titre
	{
	background-color: lightblue;
	background-repeat: no-repeat;
	}

.Titre form
	{
	width: 75%;
	height: 70px;
	text-align: right;
	}

.Titre form input
	{
	margin-top: 20px;
	}

.Titre p
	{
	margin: 0px;
	}

.Titre #Titre
	{
	height: 31px;
	color: white;
	background-color: navy;
	filter: Alpha(Opacity=100, FinishOpacity=0, Style=1);
	font-size: small;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 6px;
	padding: 5px 40px;
	}

/* Page de menu */
.Menu
	{
	color: dimgray;
	background-color: lightgrey;
	font-family: sans-serif;
	text-align: center;
	}

/* Logo de menu */
.Logo
	{
	background-color: white;
	margin: 0px;
	padding: 14px 0px;
	}

/* Boutons de menu */
.Bouton
	{
	font-size: 8pt;
	letter-spacing: 1px;
	border-bottom: 1px solid white;
	margin: 0px;
	}

.Bouton#Item
	{
	background-color: navy;
	text-align: center;
	line-height: 30px;
	}

.Bouton#Titre
	{
	background-color: steelblue;
	text-align: left;
	line-height: 30px;
	}

.Bouton#SubItem, .Bouton#SubItemX
	{
	background-color: lightblue;
	text-align: left;
	border-left: 1px solid white;
	margin-left: 20px;
	line-height: 24px;
	}

.Bouton#SubItemX
	{
	background-color: salmon;
	}

.Bouton a
	{
	width: 100%;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px;
	}

.Bouton#SubItem a
	{
	color: navy;
	}

.Bouton#Item a:hover
	{
	background-color: steelblue;
	}

.Bouton#SubItem a:hover
	{
	background-color: lightcyan;
	}

.Bouton#SubItemX a:hover
	{
	background-color: lightsalmon;
	}

.Glow:hover img
	{
	filter: Glow(Color=red, Strength=2);
	}

/* Pages de textes */
.Texte
	{
	background: URL(../images/Selek Fond.jpg) white no-repeat fixed center center;
	background-attachment: fixed;
	}

.Texte p
	{
	text-align: justify;
	text-indent: 30px;
	}

.Texte #Signature
	{
	color: navy;
	text-align: right;
	font-weight: bold;
	padding: 20px;
	}