body {
	margin: 0px;
	background: #000;
	/* rgb(241, 226, 190); */
	color: rgb(100,4,4)
}

a.link {
	color: rgb(100,4,4);
	text-decoration: none;
	border-bottom: solid 1px rgb(100,4,4);
}

a.link:hover {
	border-bottom: dashed 1px rgb(100,4,4);
}

a.link2 {
	color: #FFF;
	text-decoration: none;
	border-bottom: solid 1px #FFF;
	font-family: Tahoma;
	font-size: 11px;
}
a.link2:hover {
	border-bottom: dashed 1px #FFF
}

#last_line {
	width: 950px;
	text-align: right;
}
#last_line a {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	border-bottom: solid 1px #FFF;
	color: #FFF;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 998px;
	margin-left: auto;
	margin-right: auto;
}
#main {
	width: 968px;
	height: 280px;
	overflow: auto;
	font-family: Tahoma;
	font-size: 12px;
	background: rgb(241, 226, 190);
	padding-left: 10px;
	padding-right: 20px;
}
.td_bottom {
	font-family: Tahoma;
	font-size: 11px;
	color: rgb(100,4,4);
}
#diaporama {
	width: 100%;
	text-align: center;
}
#diaporama img, img.rollopac {
	border: solid 1px black
}

#diaporama img:hover {
	border: dashed 1px rgb(80, 3, 3);
}

#menubar img:active, img.rollopac:hover {
	border: dashed 1px rgb(80, 3, 3);
}

#footer {
	margin-top: 20px
}
.active_td {
	background: rgb(241, 226, 190);
	font-weight: bold;
	text-align: center;
}
.desactive_td {
	background: rgb(234,138,74);
	text-align: center;
	color: #FFF;
}
.desactive_td:hover {
	cursor: pointer;
	background: rgb(213,100,25);
}
/* LIGHTBOX */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 90%; float: left; text-align: justify; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 22px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#imageData a { border-bottom: 0px; }
#imageData a:hover { border-bottom: 0px; }

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* FORMULAIRE DE CONTACT */
input, select, textarea {
	font-family: Tahoma;
	font-size: 12px;
}
table.contact input[type="text"], table.contact textarea, table.contact select { width: 100%; border: solid 1px rgb(213,100,25) }
table.contact input[type="text"]:focus, table.contact textarea:focus, table.contact select:hover { border: dashed 1px rgb(213,100,25) }
table.contact input[type="button"], .button {
	height: 25px;
	border: 0px;
	background: rgb(213,100,25);
	color: #FFF;
	cursor: pointer;
}
table.contact td { width: 50% }
table.contact td.one { text-align: right; vertical-align: top }

/* TOOLTIP */
div#tooltip {
	position:absolute;
	visibility:hidden;
	background: white;
	border: dashed 1px rgb(80, 3, 3);
	color: rgb(100,4,4);
	font-family: Trebuchet MS;
	font-size: 12px;
	padding: 3px;
}

.slideshow { height: 232px; width: 232px; margin: auto }
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }
