* {
	padding: 0px;
	margin: 0px;
	border-style:none;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #336633;
	background-color: #d7c293;
	padding: 0px;
	margin: 10px;
}

p {
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 0.9em;
}

li {
  margin-top: 3px;
  margin-bottom: 1px;
  font-size: 0.9em;
  margin-left: 1em;
}

h1 {
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 2px;
	background-color: #CC9900;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 2px;
}

hr {
	color: #660000;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	height: 1px;
}

#menu {
	float: left;
	width: 150px;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 30px;
}

#menu .smallFont {
	font-size: 0.9em;
	text-align: center;
}

#menu .menu {
	display: list-item;
	list-style-type:none;
	list-style-image: url(puce_verte.gif);
	list-style-position: outside;
	padding: 0em;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 18px;
	font-weight: bolder;
	color: #336633;
	font-size: 1em;
}

#menu .menu:hover{
	text-decoration: none;
	list-style-image: url(puce_rouge.gif);
	color: #660000;
}

#menu ul {
	margin: 0em;
	padding: 0em;
}

#entete {
	float: right;
	background-image: url(entete0.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 100%;
	position: absolute;
	left: 160px;
	top: 30px;
}

#entete  h1 {
	position: relative;
	top: 60px;
	text-align: center;
}

#main {
	position: absolute;
	left: 160px;
	top: 130px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	list-style-position: inside;
	float: right;
	width: 100%;
}

table tr td {
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right: 5px;
	margin: 0px;
}

th {
	background-color: #CC9933;
}

.titrePrix {
	font-weight: bold;
}

.prix {
	font-weight: bold;
	text-align: center;
}

.indent {
	margin-left: 3em;
}

.div50 {
	text-align: center;
	float: left;
	width: 50%;
}

.div100c {
	text-align: center;
	float: none;
	width: 100%;
	clear: both;
}
.italgras {
	font-size: larger;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}

.blind {
	color: #d7c293;
}

#motsCle {
	height: 1em;
	width: 100%;
	height: 20px;
	text-align: center;
}

#motsCle h1{
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
}
.div100g {
	text-align: left;
	float: none;
	width: 100%;
	clear: both;
}
.gauche {
	text-align: left;
}

.tarifs {
	border: 1px solid #660000;
	margin-top: 10px;
	margin-left: 20px;
}
.tarifs tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9999;
}
