body {
	text-align: center;  /* MSIE 5 doesn't center based on auto left/right margins,	but 'text-align:center' does center top-level divs: */
  	margin:0; 
	padding: 0;
	background: #005d92;
	color: #393939;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
}

H1 {color: #005d92;font-size: 24px;margin:10px 0px 10px 0px;padding:0px;} /* top right bottom left*/
H2 {color: #393939;font-size: 20px;margin:10px 0px 10px 0px;padding:0px;}
H3 {color: #E53700;font-size: 20px;margin:10px 0px 10px 0px;padding:0px;}
H4 {color: #005d92;font-size: 14px;margin:10px 0px 10px 0px;padding:0px;}
H5 {color: #393939;font-size: 16px;margin:5px 0px 5px 0px;padding:0px;}
H6 {color: #E53700;font-size: 10px;margin:0px 0px 8px 0px;padding:0px;}
 
img {border:0px; margin:0; padding:0;}
 
a{color: #005091;text-decoration: none;}

a:hover, a:focus {text-decoration: underline;}

table,td{border-collapse:collapse;font-size:12px;}

#wrapper {
	border: 0px solid yellow;
	margin:0 auto; /*Center container on page*/
	width:1000px; /*Width of main container*/
	text-align: left;/* reset text back to left due to ie5.x fix */
} 
/**************** Header ****************/
#header {
	background: url(../../images/logo.png) left no-repeat;
	height: 100px; /*Height of top section*/
	margin-top: 10px;
	margin-bottom: 10px;
	position:relative;
	z-index: 1; 
}

.margins_in_header {
	border: 0px solid red;
	margin: 0; 
	padding:50px 0px 0px 480px;	/* top right bottom left__place of menu*/
}

#shadowfotopresentation {
	background: url(../../images/image_header_shadow.jpg) bottom no-repeat;
	width:765px; /*Width of main container*/
	height: 277px;
	margin: 0;
	padding-left: 165px;
	position:relative;
	z-index: 2; 
}
#shadowfotopresentation img{
	height: 250px;
	width: 600px;
}  
/****************************************/

/**************** Menu ******************/
.headmenu ul li{
	display: inline;
	margin-right: 5px; 
}

.headmenu ul li a{
	border: 0px solid green;
	font-family: arial,verdana;
	text-decoration: none;
	font-weight: bold;
	/*font-style: italic;*/
	font-size: 16px;
	color: #ffffff;
	padding:10px 5px 10px 5px;	
	border-bottom: 2px solid red;
}

.headmenu ul li a:hover, .headmenu ul li a a:focus {
	text-decoration: none; 
	background: red;
	outline: none;
	-moz-outline-style: none;
}

.mega{
	font-size: 12px;
	text-align: left;
	width:500px; 
	padding:10px;
	
	visibility:hidden;
	border:4px solid #003071;
	border-top-width:4px;
	background:white;
	-webkit-box-shadow: 5px 5px 5px #c8c8c8; 
	-moz-box-shadow: 5px 5px 5px #c8c8c8;
	box-shadow: 5px 5px 5px #c8c8c8;
}

.mega .column{ 
	float:left;
	width:49%;
}

.mega a{
	text-decoration:none;
}
.mega a:hover{
	text-decoration:none;
}
.mega a[rel]:after{ /*add "down.png" to anchor links, or those with a rel attribute */
	content:" " url(../../images/down.png);
}

.mega .column ul{
	margin:0;
	margin-left:5px;
	padding:0;
	list-style:none;
}

.mega .column ul li{
	margin-bottom:3px;
}

.mega .ulmenu{ 
	margin:0;
	padding:0;
	list-style:none;
}

.mega .ulmenu a{
	display:block;
	padding: 0px 0px 0px 10px;	/* top right bottom left*/
	text-align: left;
}

.mega .ulmenu a:hover{
	background: #E53700;
}
/****************************************/

/**************** Content ***************/  
#contentcolumn {
	width: 100%; 
	float: left;
	background: #fff ;
	border: 0px solid yellow;
}

.margins_in_contentcolumn {
	border: 0px solid red;
	margin: 10px 10px 10px 10px; /* top right bottom left */
}

.shadow {
	background: #005d92 url(../../images/image_header_shadow.jpg) bottom no-repeat;
	border: 0px solid red;
	height: 27px;
	width: 1000px;
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
}
.shadow_below {
	background: #005d92 url(../../images/image_header_shadow.jpg) bottom no-repeat;
	border: 0px solid red;
	height: 27px;
	width: 1000px;
}
#carte {
	background: url(../../images/carte.png) no-repeat;
	width: 	737px;
	height: 370px;
	margin-top: 20px;
	margin-left: 86px;
}
img.image {	/* width of images dans programme.php */
	width: 550px;
}
td.leftspace, td.leftspace img,  td.leftspace h4, td.leftspace h2{ 
	margin: 5px;
	margin-left: 30px;
}

table.pres {
	display:inline;
	border-collapse:collapse;
	font-size:12px;  
}

td.imgpres{
	height: 116px; /*for image thumb*/
	width: 135px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

td.txtpres{
	height: 50px; 
	width: 135px;
	overflow: auto;
	text-align: center;
}

em {
	color: #E53700;
}
 
#tablecolumn {
	width: 100%;
	float: left;
	background: #fff ;
	border: 0px solid yellow;
}

#tablecolumn table {
	table-layout:fixed;
	word-wrap:break-word;
}

#tablecolumn th {
	font-family: arial,verdana;
	color: #005181;
	font-size: 9px;
}

.margins_in_tablecolumn {
	border: 0px solid red;
	margin: 10px 10px 10px 10px; /* top right bottom left */
}

.margins_in_tablecolumn a {
	text-decoration: none;
	font-weight: bold;
	color: #005091;		
} 

.margins_in_tablecolumn a:hover,p a:hover {
	text-decoration: underline;
	color: #005091;
}
															
/****************************************/	

/**************** footer ***************/	
#footer {	
	clear: left;
	width: 100%;
	height: 61px;
	color: #FFF;
	text-align: center;
}

#footer a {
	color: #FFFF80;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer li {
	display:inline;
	line-height: 40px;
	font-size:12px;
	font-weight: bold;
}

#footer_low {
	color: #fff;
	font: bold 10px Verdana, sans-serif;	
	text-align: center;
}
#footer_low a {
	color: #fff;
	font: 100%/1.33 Verdana, sans-serif;
	text-align: center;
}
/****************************************/
/**********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: 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; }
/****************************************/	
	



