html, body {
height: 100%;
margin: 0;
}
html {
background: #4C4C58 url(../fonds/html.png);
}
div#global {
min-height: 100%;
width: 710px;
padding: 0 10px;
margin: auto;
position: relative;
background: url(../fonds/bordstransparents0col738.png) center repeat-y;
}
div#header {
/*         color: #C5C4BD; */
background: #4C4C58;
height: 20px;
}
div#header h1 {
margin: 0;
}
div#center {
/* Pour éviter la superposition 
du pied de page et du contenu : */
padding-bottom: 50px; 
overflow: auto;
height: auto;
/* 	color: black; */
}
div#footer {
position: absolute;
width: 100%;
bottom: 0;
color: #C5C4BD;
}
div#footer p{
text-align: center;
}
div#content {
/* float: left; */
width: 700px;
margin-left: 7px;
}
div#sidebar {
/* float: right; */
width: 700px;
padding-top: 20px;
}
div.penseehaut {
	padding: 15px 15px 0px 15px; 
	margin: 0 130px; 
	background: none;
}
div.penseebas  {
padding: 15px 15px 0px 15px; 
margin: 0 130px; 
background: none;
}
.centrer {
text-align: center;
}
ul.menu {
/* margin: 0 10px; */
/* padding: 0; */
/* list-style: none; */
}
ul.menu li a {
/*display: block;
height: 30px;
line-height: 30px;
background: url(../fonds/boutonMenu.png) no-repeat left top;
padding-left: 35px;
margin: 2px 0;*/
}
ul.menu li a:hover {
/* background-position: left bottom; */
}
ul.liste1 {
/* margin: 0 10px; */
/* padding: 0; */
/* list-style: none; */
}
ul.liste1 li a {
/*display: block;
height: 20px;
line-height: 20px;
background: url(../fonds/boutonListe1.png) no-repeat left top;
padding-left: 35px;
margin: 2px 0;*/
}
ul.liste1 li a:hover {
/* background-position: left bottom; */
}
img {
float: left;
}
img.droite {
float: right;
}
img.normal {float: none;}

/*                                          partie relative aux polices */

h1 {
color: #990000;
font-family: "Maiandra GD", "Goudy Extra Bold", "Palatino Linotype", Verdana, Geneva, "Trebuchet MS", "Arial Black", Arial, sans-serif;
font-weight: bold;
font-size: 2.5em;
text-align: center;
}
h2, h3, h4 {
font-family: "Maiandra GD", "Goudy Extra Bold", "Palatino Linotype", Verdana, Geneva, "Trebuchet MS", "Arial Black", Arial, sans-serif;
}

.retrait {
text-indent: 30px;
}
p:first-letter { /* La première lettre de chaque paragraphe */
font-weight: bold; /* En gras */
font-size: 1.5em; /* Ecrit légèrement plus gros que la normale */
}
p.sans:first-letter {
font-weight: normal;
font-size: 1em; /* Ecrit légèrement plus gros que la normale */
}
p.note:first-letter {
font-weight: normal;
font-size: 1em; /* Ecrit légèrement plus gros que la normale */
}

p, li, a {
font-family: "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", "Century Gothic", Tahoma, Geneva, Arial, Helvetica, sans-serif;
/*  color: black; */
}
em {
font-size: 0.90em;
font-style: italic;
}
a:link {
color: #43667B;
/* text-decoration: none; */
}
a:visited {
color: #43667B;
}
a:hover {
color: #B97E68;
font-weight: bold;
/* text-decoration: none; */
font-size: 0.95em
}
.petit {
font-size: 0.5em;
}
.note {
font-size: 0.8em;
}
