﻿body {
	background-color: rgb(14,14,14);
	color: rgb(0,0,0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
}
/* css du conteneur */
#conteneur {
	background-color: rgb(14,14,14);
	background-position: center;
	background-repeat: repeat-y;
	color: rgb(255,0,0);
	height: 500px;
	width: 100%;
}
/* css du Titre */
#jimagin {
	background-image: url(file:///C|/Documents and Settings/bllin/Local Settings/Temporary Internet Files/Content.IE5/JOIM3ZI7/pictures-index/index/jimagin.png);
	height: 160px;
	left: -266px;
	margin-left: 500px;
	position: absolute;
	top: 15px;
	width: 160px;
}
/* css de "site perso déidié à la photographie" */
#site {
	left: 10px;
	position: absolute;
	top: 145px;
	z-index: 9;
}
/* css du logo de la société */
#log {
	background-color: rgb(14,14,14);
	color: #FFFFFF;
	font-size: 0.3em;
	left: 300px;
	position: absolute;
	top: 646px;
	width: 30px;
	z-index: 12;
}
/* css n° de siret de la société J-Images-J-In Conception */
#siret {
	background-color: rgb(14,14,14);
	color: rgb(48,48,48);
	font-size: 0.3em;
	font-style: normal;
	left: 350px;
	position: absolute;
	top: 656px;
	width: 371px;
}
/* css du bloc des quatre menus bas de page */
#menu{	
	font-size: 0.6em;
	font-variant:small-caps;
	left: 83px;
	margin-top: 40px;
	position: absolute;
	top: 269px;
	z-index: 20;
}
/* css du menu1 "Photographies" du bloc des quatre menus */
#phot {
	background-color: rgb(0,0,0);
	color: rgb(75,75,75);
	font-size: 0.4em;
	left: 320px;
	position: absolute;
	top: 594px;
	width: auto;
}
/* css du menu2 "Auteurs" du bloc des quatre menus */
#auteurs {
	background-color: rgb(0,0,0);
	color: rgb(75,75,75);
	font-size: 0.4em;
	left: 421px;
	position: absolute;
	top: 594px;
	width: auto;
}
/* css du menu3 "Sites dédiés" du bloc des quatre menus */
#sites {
	background-color: rgb(0,0,0);
	color: rgb(75,75,75);
	font-size: 0.4em;
	left: 483px;
	position: absolute;
	top: 594px;
	width: auto;
}
/* css du "Contact" du bloc des quatre menus */
#courriel {
	background-color: rgb(0,0,0);
	color: rgb(75,75,75);
	font-size: 0.4em;
	left: 572px;
	position: absolute;
	top: 594px;
	width: auto;
}
/* css du "Blogue" du bloc des quatre menus */
#blog {
	background-color: rgb(0,0,0);
	color: rgb(75,75,75);
	font-size: 0.4em;
	left: 634px;
	position: absolute;
	top: 594px;
	width: auto;
}
a:link {
	background-color: rgb(14,14,14);
	color: rgb(75,75,75);
	text-decoration: none;
}
a:visited {
	background-color: rgb(14,14,14);
	color: rgb(184,160,16);
	text-decoration: none;
}
a:hover {
	background-color: rgb(14,14,14);
	color: rgb(255,255,255);
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#diapoContainer {
	position: absolute;
	left: 245px;
	top: 180px;
	width: 480px;
	height: 400px;
	background: #222;
}
.imgDC {
	position: absolute;
	cursor: pointer;
	border: #000 solid 2px;
	filter: alpha(opacity=90);
	opacity: 0.9;
	visibility: hidden;
}
.spaDC {
	position: absolute;
	filter: alpha(opacity=20);
	opacity: 0.2;
	background: #000;
	visibility: hidden;
}
.imgsrc {
	position: absolute;
	width: 100px;
	height: 80px;
	visibility: hidden;
	margin: 5%;
}
#caption {
	position: absolute;
	font-family: arial, helvetica, verdana, sans-serif;
	white-space: nowrap;
	color: rgb(102,102,102);
	top: -15px;
	width: 100%;
	right: -20000px;
	text-align: left;
	margin-left: 80px;
}
