body, td, th, p, ul, li, div {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #D2D8A4;
}

h1 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 10px;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}

ul {
	list-style: square;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 15px;
}

li {
	margin-bottom: 5px;
}

img {
	border: none;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 756px;
	margin-top: 25px;
	border: 2px solid #891A1C;
}

#haut {
	background-image: url(images/haut.gif);
	background-repeat: no-repeat;
	height: 137px;
}

#haut #imgFondation {
	margin-top: 13px;
	margin-left: 85px;
}

#haut #imgEcoute {
	margin-left: 180px;
}

#fond {
	width: 100%;
	background-color: #A5B88A;
	background-image: url(images/fond.gif);
	background-repeat: no-repeat;
}

#colonneGauche {
	border-right: 1px solid #891A1C;
}

#menu {
	width: 196px;
	vertical-align: top;
	border-right: 1px solid #891A1C;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

#menu li {
	padding-bottom: 9px;
}

#menu #imgLogo {
	margin-left: 50px;
	margin-bottom: 20px;
}

#menu a {
	color: #5F6E51;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
	color: #891A1C;
}

#contenu {
	padding-left: 20px;
	padding-right: 20px;
	color: #891A1C;
	vertical-align: top;
}

#contenu a {
	color: #891A1C;
	text-decoration: underline;
}

#contenu a:hover {
	text-decoration: none;
	background-color: #D2D8A4;
}

#contenu p.images a {
	text-decoration: none;
}

#contenu p.images a:hover {
	background-color: transparent;
}

#basDePage {
	color: #515F46;
	font-style: italic;
	text-align: center;
	height: 40px;
}

#basDePage a {
	color: #515F46;
}

#basDePage a:hover {
	color: #515F46;
	text-decoration: none;
	background-color: #D2D8A4;
}

.petit {
	font-size: 11px;
}

.bPourcent75 {
	width: 75%;
	margin-bottom: 3px;
	border: 1px solid #891A1C;
}

.bouton {
	color: #515F46;
	width: 100px;
	background-color: #D2D8A4;
	border: 1px solid #891A1C;
}