
body {
	font-family: Georgia, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #663300;
	text-decoration: none;
	text-align: center;
	line-height: 16px;
	background-color: #ffffff;
	margin: 15px;
}
h1 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 14px;
	color: #7F5F00;
	text-align: center;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 16px;
	color: #7F5F00;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
p {
	font-size: 12px;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
}
a:link {
	font-size: 16px;
	color: #663300;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-size: 16px;
	color: #663300;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-size: 16px;
	color: #CC0000;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}
table {
	font-family: Georgia, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #663300;
	text-decoration: none;
	text-align: center;
	line-height: 16px;
}
iframe {
	border: 0px solid gray;
}
.bgtop {
	background:url("images/cadrehaut.jpg") top left no-repeat;
}
.bgcenter {
	background:url("images/cadrecentre.jpg") top left repeat-y;
}
.bgbottom {
	width:988px;
	height:104px;
	background:url("images/cadrebas.jpg") top left no-repeat;
}
.catmenu {
	width:162px;
	height:27px;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 14px;
	color: #7F5F00;
	font-weight: bold;
	text-align: center;
	margin: 25px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	background:url("images/barretitre1.jpg") top center no-repeat;
}
.title {
	width:680px;
	height:27px;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 16px;
	color: #7F5F00;
	font-weight: normal;
	text-align: left;
	margin: 25px 0px 0px 0px;
	padding: 3px 10px;
	background:url("images/barretitre2.jpg") top left no-repeat;
}
.contener {
	width:680px;
	padding: 0px 20px 0px 0px;
}
.contener p{
	text-align: justify;
	margin: 0px;
}
.righttab {
	float: right;
	width: 200px;
	height: 240px;
	margin: 0px 0px 0px 30px;
	padding: 0;
}
.imgleft {
	float: left;
	margin: 0px 30px 0px 0px;
}
.imgright {
	float: right;
	margin: 0px 0px 0px 30px;
}
.clear {
	clear: both;
}
.select {
	color: #CC6600;
}
.mini {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
	padding: 0;
}
.creat {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
	font-weight: normal;
	text-align: center;
}
.arrow {
	color: #CC6600;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
}
/* CSS for Album Photo*/
.cadre { 
	float:left;
	text-align:center;
	background-color:#F5F5F5;
	border:1px solid #C0C0C0;
	margin: 20px 20px;
}
.photo {
	display : table-cell;
	vertical-align : middle;
	text-align:center;
	width:150px;
	height:130px;
	background-color:#F5F5F5;
}
.photo img {
	border:1px solid #C0C0C0;
}
.legend { 
	width:136px;
	height:27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	line-height: 12px;
	text-align:center;
	background-color:#FFFFFF;
	border-top:1px solid #C0C0C0;
	padding-top:3px;
	margin: 0px 6px 3px 6px;
}
/* CSS for thumbnail viewer*/
#thumbBox{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	border: 1px solid #663300;
	background: #FFFFFF;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}
#thumbBox .footerbar{
	font: bold 10px Tahoma;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: red;
	padding: 5px 0;
	text-align: right;
}
#thumbBox #thumbImage{
	background-color: white;
}
#thumbLoading{
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}