html {
    font-size: 100%;
}

body {
  background: url(deco/BGquadrillage.bleu.gif) #CCC;
  margin: 0;
  padding: 0;
  text-align:center;
}

body, td {
  font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
  font-size: 10pt;
}

img {
	border: none;
	
}

h1 {font-size: 150%;}
h2 {font-size: 130%;}
h3 {font-size: 120%; margin-bottom: 10px;}
h4 {font-size: 110%;}
h5 {font-size: 100%;}

a {
	color: #595046;
	text-decoration: none;
}
a:hover {
	color: #9d104b;
}

#page {
	background-color:#FFF;
	border: solid 1px #CCC;
	border-top: none;
	background-color: #FFF;
	width: 900px;
	margin: 0 auto;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	padding: 0;
	text-align: left;
}

#admin {
	padding: 0;
	margin: 0 0 0 890px;
	position: absolute;
	visibility: visible;
	z-index: 1;
	float: right;
}

#ecu {
	padding: 0;
	margin: 10px 0 0 10px;
	position: absolute;
	visibility: visible;
	z-index: 1;
}

#top {
	width: 900px;
	height: 190px;
	background: #FFF url(deco/BGtop.jpg) no-repeat center top;
	border-bottom: none;
	margin:0;
	padding: 10px 0 0 0;
}

#top h1 {
	margin: 0;
	padding: 0 0 0 600px;
	color: #FFF;
	font-size: 24px;
	display: none;
}

#top h2 {
	margin: 0;
	padding: 30px 0 0 620px;
	color: #EEF;
	font-size: 90%;
}

#banner {}

#flag {
	width: 900px;
	height: 20px;
	margin-top: 0;
	padding: 0;
	background: url(deco/BGflag2.jpg) #8EA9D8;
	text-align: right;
}

#flag2 {
	width: 200px;
	margin: 0;
	padding: 0;
	position: absolute;
	margin-top: 195px;
	margin-left: 730px;
}

#mid {
	width: 900px;
	border-bottom: 1px solid #CCC;
	background: url(deco/BGside.jpg) repeat;
	margin:0;
	padding: 0;
}

#side {
	width: 190px;
	height: 440px;
	float: left;
	margin:0;
	padding: 5px 10px 0 10px;
	/*background: url(deco/BGside.jpg) repeat;*/
}

#main {
	width: 650px;
	height: 440px;
	float: right;
	margin:0;
	padding: 20px 20px 0 20px;
	text-align: justify;
	overflow: auto;
	/*background: url(deco/BGmain2.png);*/
	background: url(deco/BGquadrillage.transp.gif);
}

#main ul{
	margin: 5px 5px 5px 20px;
}

/* min-height propriété non reconnue par IE --> ajout d'une instruction non comprise par IE (html>body #main)  */
/* la div main fait donc mini 450 px et est extensible */
html>body #main {
	height: auto;
	min-height: 440px;
} 

#break {
	clear: both;
}

#bot {
	width: 900px;
	border-bottom: 1px solid #777;
	background: #617fb5 url(deco/BGbot.png);
	font-size: 75%;
	text-align: right;
	margin:0;
	color: #225;
}

#bot a {
	color: #867866;
}

#bot a:hover {
	color: #9d014b;
}

/*  menu en blocks  */
.zul {
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
}

.zli1,.zli2,.zli3,.zli4,.zli5 {
        border: solid 1px #cccccc;
        background: url(deco/BGblanc.alpha.png) ;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px; 
        margin: 5px; /* espace entre les onglets */     
		/*filter:alpha(opacity=1);  ATTENTION ! STYLE INCOMPATIBLE AVEC LE DERNIER INTERNET EXPLORER !*/
		opacity: 1;
		-moz-opacity:1;
}

.zli1 {
	margin-left: 0px;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
}

.zli2 {
	margin-left: 16px;
        background-color: #dddddd;
        font-size: 10pt;
}

.zli3 {
	margin-left: 32px;
        background-color: #cccccc;
        font-size: 9pt;
}

.zli4 {
	margin-left: 48px;
        background-color: #bbbbbb;
        font-size: 8pt;
}

.zli5 {
	margin-left: 64px;
        background-color: #aaaaaa;
        font-size: 7pt;
}

.zon {
        background: url(deco/BGbleu.alpha.png) ;
}

a.zli {
  color: #000000;
}

a.zli:hover {
  color: #021e53;
}

a.zon {
  color: #ffffff;
  background: none;
}

a.zon:hover {
  color: #021e53;
}

/*  ancien menu en liste simple  */
/*.zli1,.zli2,.zli3,.zli4 {
	background-image: url(deco/pge0.png);
	background-repeat: no-repeat;
	padding-left: 14px;
}

.zon {
	background-image: url(deco/pge1.png);
}
.zli1 {
	margin-left: 0px;
}

.zli2 {
	margin-left: 16px;
}
.zli3 {
	margin-left: 32px;
}

.zli4 {
	margin-left: 48px;
}*/

/* styles zite */
#zadmin {
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 0 2px;
	margin: 3px 0 0 0;
} 

.ztable {
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 0 2px;
	margin: 5px 0;
	width: 100%;
}

.zalert {
	border: 1px solid #C00;
	background-color: #FEA;
	padding: 0 2px;
}
.err{
  font-weight: bold;
  color: #ff0000;
  padding: 0 2px;
}


/* ----------------- 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(../deco/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../deco/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;  margin-right: 10px; padding-bottom: 0.7em; outline: none;}	 	

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

