/* Général */
body {
	color: #F0E39E;
	background: #CADD95;
}
strong {
	color: #A1B55D;
}

/* Page */
#global {
	background: #CADD95;
}

/* Contenu principal */
#contenu {
	color: #363B29;
	background: #ffffff;
}
/* Pied de page */
#pied {
	color: #808080;
	text-align: center;
}


/* POSITIONNEMENT DES DIVS */

/* Page */
html, body {
	height: 100%;
}
body {
	padding: 0;
}
#global {
	min-height: 100%;
	width: 1000px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */
#entete {
	padding: 15px 20px 10px 20px;
	height: 100px;
	background: #ffffff;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 5px;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}
#entete h2 {
	font-weight:bold;
	text-align: center;
	color: #AF0208;
	font-size: 14px;
}

/* Contenu */
#contenu {
	padding: 10px 20px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

/* Pied de page */
#pied {
	padding: 15px 20px;
}
#pied p {
	margin: .5em 0;
	font-size: 1.5em;
}
#copyright {
	text-align: right;
	font-size: 0.8em;
}
#copyright a {
	text-decoration: none;
	font-size: 0.8em;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}
.listederoulante {
	height: 200px;
	overflow: auto;
	border: 2px inset #f2f2f2;
	background: transparent; 
	margin: 10px;
	padding: 2px;
}
#Boite {
  position: fixed;
	right: 2px;
	top: 0px;
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	width: 85px;
	/* height: 290px; */
}

