﻿body {
	background: #666666; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0px;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

h1 {
	font-size: 2.0em;
	font-weight: bold;
	letter-spacing: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
	margin: 0px;
	padding-bottom: 100px;
	padding-top: 40px;
	padding-left: 40px;
}

h2 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 1.4em;
	margin-top: 45px;
	margin-bottom: 10px;
	font-variant: small-caps;
}

h3 {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 0.6em;
	margin-top: 0px;
	margin-bottom: 15px;
	font-style: italic;
	color: #666;
}

p, ul, label {
	font-size: 0.8em;
	color: #333;
	margin-top: 5px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-left: 0px;
	padding: 0px;
}

li {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 10px;
	list-style-type: none;
}

fieldset {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	margin-top: 20;
	margin-bottom: 20px;
	margin-left: 0;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

td {
	text-align: center;	
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtr #container {
	width: 780px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background: #FFFFFF;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 25px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtr #mainContent {
	padding-top: 15px;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 50px;
	margin: 0px;
}
