body {
		font-family: 'Crimson Text', serif;
    	background: #FFFFFF;
    	margin: 0; /* 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: #57771c;
    }
    .oneColFixCtr #container {
    	width: 1000px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (1024 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
    	background: #57771c;
		background-image: url(img/soleil_couchant.jpg);
		background-repeat:no-repeat;
		background-position:center top;
    	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
    	text-align: center; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
    }
    .oneColFixCtr #mainContent {
    	padding: 40px 20px 20px 20px; /* ne pas oublier que le remplissage est l'espace à l'intérieur du cadre de l'élément div, alors que la marge est l'espace à l'extérieur de celui-ci */
    }
	h1 {
		font-size: 1.5em;
/*		font-weight: bold; */
	}
	.flags {
		vertical-align: bottom;
	}
	.noir {
		color: black;
	}
	.lgnoir {
		color: black;
		font-size: 0.8em;
	}
	.lgvert {
		font-size: 0.8em;
	}
    .oneColFixCtr #menu {
		text-decoration: none;
		padding: 20px 0px 20px 0px;
		font-size : 1.5em;
		font-weight : bold;
	}
	.oneColFixCtr #texte {
		padding: 10px 20px 10px 20px;
		margin: 0px 0px 0px 500px;
		background: white;
		text-align: justify;
		filter:alpha(opacity=55);
		-moz-opacity:0.55; 
		opacity: 0.55;
		font-size: 1.2em;
		font-weight: bold;
		border: 1px solid;
	}
	.oneColFixCtr #texte_gche {
		padding: 10px 20px 10px 20px;
		margin: 0px 600px 0px 0px;
		background: white;
		text-align: justify;
		filter:alpha(opacity=55);
		-moz-opacity:0.55; 
		opacity: 0.55;
		font-size: 1.2em;
		font-weight: bold;
		border: 1px solid;
	}
	.oneColFixCtr #adresse {
		padding: 10px 20px 10px 20px;
		margin: 0px 0px 20px 600px;
		background: white;
		text-align: justify;
		filter:alpha(opacity=55);
		-moz-opacity:0.55; 
		opacity: 0.55;
		font-size: 1.2em;
		font-weight: bold;
		border: 1px solid;
	}
	.oneColFixCtr #texte_large {
		padding: 10px 20px 10px 20px;
		margin: 40px 0px 0px 0px;
		background: white;
		text-align: justify;
		filter:alpha(opacity=55);
		-moz-opacity:0.55; 
		opacity: 0.55;
		font-size: 1.2em;
		font-weight: bold;
		border: 1px solid;
	}
	.oneColFixCtr #texte_merci {
		padding: 10px 20px 10px 20px;
		margin: 100px 70px 200px 70px;
		background: white;
		text-align: center;
		filter:alpha(opacity=55);
		-moz-opacity:0.55; 
		opacity: 0.55;
		font-size: 1.2em;
		font-weight: bold;
		border: 1px solid;
	}
    .oneColFixCtr #footer {
		text-decoration: none;
		background: white;
		padding: 20px 0px 20px 0px;
		font-size : 1.0em;
	}
	a:hover, a:focus {
		text-decoration: none;
		color: black;
	}
	a {
		text-decoration: none;
    	color: #57771c;
	}
	.imgfloatleft {
		float: left;
		margin: 70px 0px 0px 0px;
	}
	.imgfloatright {
		float: right;
		margin: 40px 0px 0px 0px;
	}
	.logo {
		float: left;
		margin: 60px 0px 0px 200px;
	}
	.photo {
		font-size: 0.8em;
		text-align: left;
		color: white;
	}
	.note {
		font-size: 0.8em;
	}
	table
	{
		border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
		margin: 10px auto 10px auto;
	}
	td, th
	{
		border: 1px solid black;
		text-align: center;
		padding: 10px 20px 10px 20px;
	}
	td
	{
		padding: 2px;
		font-size: 0.8em;
	}
	.contact {
		font-size: 1.0em;
	}
	