body {
  color: #333;
	margin: 0;
	padding: 0;
  background: url(images/fond3.jpg);
}

body, td, textarea, input, select, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #800000;
	font-size: 14px;
}

a img {
  border-style: none;
}

.text {
  width: 300px;
  background: #FDF4EE;
  border: 1px solid #F3BC98;
}

.button {
  width: 300px;
  color: #8E5506;
  background: url(images/fond2.jpg);
  border: 1px solid #F3BC98;
  cursor: pointer;
}

a {
	color: #925605;
}

a:hover, a:focus {
	color: #D78009;
}

a:active {
	color: #000;
}

.small {
  font-size: xx-small;
}

#content {
  vertical-align: top;
  padding-top: 2em;
}

#maintable {
  width: 770px;
  border: 2px solid #ED8643;
  background: #FFF;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-bottom-color: #AF5416;
  border-right-style: solid;
  border-right-width: 5px;
  border-right-color: #AF5416;
}

#subtable {
  border: 2px solid #F2A976;
}

#contact2 {
  /*background: url(images/contact.gif) no-repeat;*/
  height: 200px;
}

#contact {
  border: 1px solid #ED8643;
  background-image: url(images/fond.jpg);

}

/**** Liste des annonceurs ****/

.adscontent {

  float: left;
  border: 1px solid #ED8643;
  margin-bottom: 2em;
  width: 100%;
}
.adslist {
  float: left;
  padding: 2em;
  margin-top: 2em;
}
.adslistxt {
  float: left;
  padding: 2em;
}


/**** Citations ****/

#quote {
  border: 1px solid #ED8643;
  margin-top: 3em;
  background-image: url(images/background.jpg);
}

#quote #title {
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 1em;
  padding: .3em;
  background-image: url(images/fond2.jpg);
  border-bottom: 1px solid #ED8643;
  text-align: center;
}

#quote #author {
  color: #808080;
  background-color: inherit;
  display: block;
  text-align: right;
  margin-top: 1em;
  padding: 0.3em;
}

#quote #text {
  display: block;
  margin: .5em;
}

/**** Page au hasard ****/

#randompage {
  border: 1px solid #ED8643;
  margin-top: 3em;
  background: #FFF;
  text-align: center;
}

#randompage #title {
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 1em;
  padding: .3em;
  background-image: url(images/fond2.jpg);
  border-bottom: 1px solid #ED8643;
}

#randompage #image {
  display: block;
  margin: .5em;
}

#randompage #text {
  display: block;
  margin: .5em;
}

/**** Menu de navigation : http://www.alistapart.com/articles/horizdropdowns ****/

.mnu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 210px; /* taille du menu */
	border-bottom: 1px solid #ED8643;
}
	
.mnu ul li {
	position: relative;
}
	
.mnu li ul {
	position: absolute;
	left: 209px; /* 1 pixel de moins que la taille du menu */
	top: 0;
	display: none;
}

.mnu ul li a {
	display: block;
	text-decoration: none;
	color: #8E5506;
	background-color: #F8DCC7;
	background-image: url(images/background.jpg);
	border: 1px solid #ED8643;
	border-left: 8px solid #ED8643;
	border-bottom: 0;
	padding: 0.7em;
}

* html .mnu ul li { float: left; height: 1%; }
* html .mnu ul li a { height: 1%; }

.mnu ul li a:hover {
	text-decoration: none;
	color: #D78009;
	background-color: #EDB992;
	background-image: url(images/fond2.jpg);
	border: 1px solid #ED8643;
	border-left: 8px solid #ED8643;
	border-bottom: 0;
	padding: 0.7em;
}

.mnu li:hover ul, .mnu li.over ul {
  display: block;
}

.mnu li strong {
  display: block;
  color: #000;
  background-color: #EDB992;
  background-image: url(images/fond2.jpg);
  border-top: 1px solid #ED8643;
  border-left: 1px solid #ED8643;
  border-right: 1px solid #ED8643;
  padding: 0.7em;
} * html li strong { width: 100%; }

a em {
  font-style: normal;
  font-weight: bold;
}


#menu a {
  text-decoration: none;
}

#menu2 a {
  text-decoration: none;
}
