@charset "utf-8";
/* CSS Document */

Body {
background-color:#000000;
margin: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

#tab-bkg {
background:#000000;


}

P {
	margin-top: 20px;
	margin-bottom: 20px;
}
a img {

border:0;

}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #66ff66;

}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #33ff33;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}



h1 {
	background-color: #000000;
	background-image: url(img_communes/h1.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 28px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #66ff66;
	letter-spacing: 0.4em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00ff00;
	font-family:Georgia, Times, serif;
	font-size: 14px;
	color: #cc0000;
	letter-spacing: 0.2em;
	font-style: italic;
	font-weight: bold;

}

h3 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 6px;
	background-color: #cc0000;
	font-family:Georgia, Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #ffff99;
	letter-spacing: 1px;
}

h4 {
	letter-spacing: 1px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
}

h5 {
	background-image: url(img_communes/h5.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #C5D3F2;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 20px;	
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2f2f65;
	letter-spacing: 1px;
	text-indent: 23px;
}
#global {
background-color: #000000;
}
#header {
background-image:url(img/header.png);

height: 88px;
}
#main {
background-color:#000000;
font-size:12px;
}
#title {
height: 88px;
text-align:center;
background-color:#000000;

line-height: 88px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-stretch:extra-expanded;
font-variant:small-caps;
font-weight:bold;
}
#interface {
width: 333px;
float: left;
}

#content {
	height: 514px;
	display:block;
	overflow: auto;
	background-image: url(img/content.png);
	background-repeat: no-repeat;
	background-position: center 88px;
	background-attachment: fixed;
	padding-top: 15px;
	padding-left: 25px;
	padding-right:25px;
	padding-bottom: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color:#FFFFFF;
}
ul {
	list-style-position: inside;
	list-style-image: url(img/csp_puce.png);
	text-indent: 0px;
}

li {
	margin-top: 5px;
	margin-bottom: 5px;

}
/*#content-top {
margin-left: 333px;
background-image: url(img/content_top.jpg);
background-repeat: no-repeat;
}
#content-mid {
margin-left: 333px;
background-image: url(img/content.jpg);
background-repeat: no-repeat;
}
#content-bottom {
margin-left: 333px;
background-image: url(img/content.jpg);
background-repeat: no-repeat;
}
*/

#footer {
	display:block;
	overflow:visible;
height: 50px;
background: #666666;
background-image:url(img/footer.png);
background-position: bottom;

line-height: 50px;
text-align: center;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
color: #CCCCCC;

}
/*lightbox if needed */

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

#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: transparent url(./images/blank.gif) no-repeat; /* 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: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
