/* CSS Document */
@import "../../../img/styles.css";

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
}
body {
  background-color: silver;
}
#page {
	width: 860px;
	background-color: White;
}
#bandeau {
  height: 44px;
  background-color: white;
  background:url(adresse.gif) right top no-repeat;
  text-align:left;
  margin:0px 20px;
}
#feuille {
  width:820px;
  margin: 20px;
  margin-top:0px;
  border: 1px gray solid;
}
#photos {
  width:444px;
  border-right:dashed 1px gray;
  text-align:center;
}
#photos #menu{
	padding: 0px;
	padding-right: 10px;
	background-color: #d0722e;
	width: 150px;
	text-align:left;
}
#photos td {
	border: 1px gray solid;
	padding:0px;
}
#photos td td {
	border: none;
}
#contenu {
  padding: 10px;
  height:500px;
  overflow:scroll;
  width: 348px;
}
#contenu p {
  text-align:justify;
}
#contenu h1 {
	text-align: center;
	background-color: #d0722e;
	color: white;
	font-size: 12pt;
	height: 20pt;
	padding-top: 4px;
	margin-top: 0px;
	width:100%;
}
.box {
}
table.box ul {
  margin:12px;
  padding:0px;
  border:none;
}
.box th {
  text-align:left;
  border:none;
}
.box td {
  border:none;
  text-align:left;
}
.box li {
	margin: 4px 16px;
	padding: 0px 4px;
	list-style-image: url(pucemenu.gif);
	list-style-position: outside;
	list-style-type: disc;
}
.box td a {
  font-size:10pt;
	text-decoration:none;
	color: white;
}
.box td a:hover {
  font-size:9.2pt;
	font-weight:bold;
}
#demo{
  margin: 8px;
}
#demo a {
  font-size:10pt;
	text-decoration:none;
	font-weight:bold;
  color: #3c1b0c;
}

.diapo {
  border: 1px dashed silver;
  padding:4px
}
