﻿
/* Contenu principal */
#contenu {
	color: #363B29;
	background: #A1B55D; /* cbd888 b9d888 A1B55D  */
	min-height: 180px;
	padding: 20px;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
#contenuF {
	color: #363B29;
	background: #A1B55D; /* cbd888 b9d888 A1B55D  */
	height: 90px;
	padding: 20px;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
#contenu a, #contenuF a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}
#contenu h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.4em;
}
#contenu h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
}
#contenu h3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	text-align: left;
}
#contenu h4 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
#contenuB {
	color: #363B29;
	background: #b4d9cf; /* 6aa0b1 95cccf 94dde2  */
}
#contenuB a {
	color: #332510;
}
#contenuB a:hover, #contenuB a:focus {
	color: #6E5122;
}
#contenuB strong {
	color: #181A12;
}
#contenu > :first-child {
	margin-top: 5px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}
/* Contenu Bleu */
#contenuB {
	padding: 2px 10px;
}
#contenuB > :first-child {
	margin-top: 10px;
}
#contenuB p, #contenu li {
	line-height: 1.5;
}

.view {
	color: #c9281c;
	font-weight: bold;
}
/* Pied de page */
#pied {
	color: #E6A948;
}


/* --- POSITIONNEMENT --- */

/* Page */
html, body {
	height: 540px; /* 100% Voir -> Note 1 ci-dessous */
}
body {
	display:block;
	background-image:none;
	background-color: #E4DDB6;
	padding: 0;
	border:none;
}
#idBackLU {
	min-height: 100%;  /* -> 1 */
	width: 800px;
	overflow: hidden;  /* -> 2 */
	margin-left: auto;
	margin-right: auto;  /* -> 3 */
	margin-top: 8px;
}
#plume {
	position: absolute;
	border: none;
	padding: 0; /* top left bottom right  */
/*	z-index: 1000;  */
	margin-top: 4px;
	margin-left: 640px;
}


/* En-tête */
#entete {
	padding: 5px 10px 20px 10px;
}
#entete h1 {
	margin: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: underline;
	color: #332510;
}
#entete h1 img {
	float: left;
	margin: 7px 10px 10px 0;
}
#entete .sous-titre {
	margin: 5px 0 10px 0;
}

/* Menu de navigation */
#navigation {
	padding: 15px 10px 5px 10px;
	color: #332510;
}
#navigation ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#navigation li {
	display: inline;
}
#navigation a {
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}
#navigation h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
}
#navigation h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	text-align: center;
}
/* Contenu */
/* Pied de page */
#pied {
	padding: 2px 10px 1px 10px;
	font-size: .85em;
}
#pied h1 {
	margin: .5em 0;
	text-align: center;
	color: #FF3300;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.2em;
}
#copyright {
	text-align: center;
	color: #332510;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
}

