
/* GENERAL CSS BEGINS | DEBUT DU CSS GENERAL */

* html body {

	text-align: center;
	margin-top: 40px;
	
}
	
body {
    width: 970px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background-color: #cccccc
}	

hr
{
	width: 100%;
	height: 10px;
	color: #053B6f;
}

hr.calendar
{
	width: 60%;
	height: 2px;
	color: #000000;
}

div.page {
 
width: 965px;
background-color: #FFF;


 }

div.left {

	float: left;
	width: 150px;
	margin-right: 10px;
	margin-top:10 px;
    background-color: #053B6f ;
	padding-top: 25px;
	}
div.right {
	margin-top: 25px;
	padding: 5 px;
	border-style:dotted;
	float: right;
	width: 195px;
	margin-right: 20px;
	background-color:#f9e69b;
	
	
}
div.center {

	width: 800px;

	margin-left: 150px;
    padding: 0px 5px 5px 5px;
	margin-right: 10px;
    margin-top: 10px;
	background-color: #fff;
	color: #000000
	 }

}
* html div.center {

	text-align: left;
	font-size:12px;

}
* html div.page {

	text-align: left;

}

#lvl-3-nav {

  position: relative;
  float: right;
  width: 195px;
  height: auto;
  padding: 0px;
  background-color: #fff; 
  border: 1px solid  #ccc;
  margin-left: 10px;
  margin-right:0px;
  margin-top:0px;

} 

  
/*styles for the right box*/




#lvl-3-nav li
{
margin-left: -15px;
margin-right: 2px;

} 



#lvl-3-nav li a 
{
text-decoration: none;
color:#663333;
}



#lvl-3-nav li a:hover 
{

text-decoration: underline;
color:#333399;

}


#lvl-3-nav div 
{
  padding: 0px;
  line-height: 20px;
}


#lvl-3-nav div.titlebox
 {
   padding: 5px 5px 5px 5px;
    background-color:  #053B6f;
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle;
	font:Arial, Helvetica, sans-serif;
}



#lvl-3-nav div h2 
{
    font-size: 10pt;
    color: #fff;

}
/*  end of styles for the right box*/


.blue
{
 color: #337f8d;
  font-size: 16.0pt;
  font-weight: bold;
 }
 .red
{ color: #c00;
  font-size: 16.0pt;
  font-weight: bold;
  text-align: center;
 }
 
 .black
{ color: #000;
  font-size: 16.0pt;
  font-weight: bold;
 }
 
  
.floatRight {

	float: right;

}
h1
{
font-size: 15.0 pt;
}
.event
{
font-size: 30.0 px;
color:Maroon;
text-align:center;
}
.white
{
text-align: left;
font-size: 15px;
color: #fff;
}
h2
{
text-align: left;
font-size: 10.0pt;
color: #000;
}


table

{

border-color: #a63;
border-style: groove;
}	
table.photo

{

border-style: none;
}	
li.nav

{

background-color: #053B6f;
color: #FFFfff;
font-weight: bold; 
border-bottom:  thick;
list-style-type: none;
margin-left: -25px;

}
a.nav {

color: #ffffff;
font-style: bold; 
font-size: 12px;
list-style-type: none;
}


a {
text-decoration: none;
color: #0033FF;
font-weight: bold; 
}
a:hover
{
    color: #456faf;
}
 
a:visited {

	color: #00BFFF;

}

 
/* GENERAL CSS ENDS | FIN DU CSS GENERAL */
/* COMMON MENU BAR CSS BEGINS | DEBUT DU CSS DE LA BARRE DE MENU COMMUNE */
div.fp, div.fpml {

	width: 100%;

	color: #FFF;

	background-color: #000; 

	padding: 0;

	float: left;

}

* html div.fp, * html div.fpml {

	float: none;

}

*:first-child+html div.fp, *:first-child+html div.fpml {

	float: none;

}

div.fp {

	min-height: 1.57em;

}

* html div.fp {

	height: 1.4em;

}

div.fpml {

	min-height: 2.82em; 

}

* html div.fpml {

	height: 2.7em;

}

div.fp {

	min-height: 1.57em;

}

ul.commonbar {

  	margin: 0; 
	padding: 0;
	border: none;
	width: 100%;
	
}

li.fiptext
 {
list-style-type: none; 
	white-space: nowrap; 
	margin: 0;
	padding: 0;
	border: none;
	float: left; 
	min-height: 1.3em;
	min-width: 14.0em;
	font-size: 10.0pt;
	color: #FFF;
	background-color: #000;


} 

li.fiptext {

	width: 20%;

}

li.fiptext div, li.fiptexta div, li.fiptextb div, li.fiptextc div {

	margin: 0;

	padding: 2px 0px 2px 3px;

	width: 100%;

}

li.fiptext div, li.fiptextb div, li.fiptextc div {

	border-left: 1px solid #FFF;

}

li.fiptext a, li.fiptexta a, li.fiptextb a, li.fiptextc a {

	color: #FFF;

	background-color: #000;

	text-decoration: none; 

	font-weight: bold; 

	width: 100%;

	padding: 0;

	border: none;

} 





/* COMMON MENU BAR CSS ENDS | FIN DU CSS DE LA BARRE DE MENU COMMUNE */






/* ALIGNMENT UTILITY CSS BEGINS | DEBUT DU CSS D'UTILITE D'ALIGNEMENT */

.alignRight {

	text-align: right;

}
.alignCenter {

	text-align: center;

}

.alignLeft {

	text-align: left;

}

.alignTop {

	vertical-align: top;

}

.alignBottom {

	vertical-align: bottom;

}

.alignTopRight {

	text-align: right;

	vertical-align: top;

}

.alignTopCenter {

	text-align: center;

	vertical-align: top;

}

.alignTopLeft {

	text-align: left;

	vertical-align: top;

}

.alignBottomRight {

	text-align: right;

	vertical-align: bottom;

}

.alignBottomCenter {

	text-align: center;

	vertical-align: bottom;

}

.alignBottomLeft {

	text-align: left;

	vertical-align: bottom;

}

.floatRight {

	float: right;

}

.floatLeft {

	float: left;

}

.image-left { 

	float: left;

	vertical-align: text-top;

	margin-right: 10px;

}

.image-right {

	float: right;

	vertical-align: text-top;

	margin-left: 10px;

}

.indent1 {

	padding-left: 18px;

}

.indent2 {

	padding-left: 36px;

}

.indent3 {

	padding-left: 54px;

}

.indent4 {

	padding-left: 72px;

}

.indent5 {

	padding-left: 90px;

}
/* THREE COLUMN LAYOUT CSS BEGINS | DEBUT DU CSS DE LA MISE EN PAGE DE TROIS COLONNES */

div.left {

	float: left;

	width: 150px;

}

div.right {

	float: right; 

	width: 195px;

}

div.center {

	padding: 0px 5px 5px 5px;

	margin-left: 150px;

	margin-right: 195px;

}


* html div.center {

	margin-left: auto;

	margin-right: auto;

	float: left;
	

}
div.center a
{
text-decoration: none;
color: #0033FF;
font-weight: bold; 
}

/*top menu styles */


/* THREE COLUMN LAYOUT CSS ENDS | FIN DU CSS DE LA MISE EN PAGE DE TROIS COLONNES */


#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: 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

