/* Cascading Style Sheet for HTML export */

/* style Orange */
/* All properties that are style specific are marked as "STYLE" */

/* Compatibility notes:
 * 
 * Names starting with "#" are ID selectors meaning they point to one specific single object/element
 */

/* GLOBAL SYTLE global styling, sets overall style of page */

body {
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-attachment: fixed;
	background-image: url(../images/fond_metapnl2.png);
	background-repeat: no-repeat;
}

*{
	border: 0;
	font-size: 12px;
}
li {
	margin-bottom: .3em; /* make list items more compact than default */
}

img {
	border: 0; /* by default, images should not have a border */
}

.emptyImage {						/* used for special effects */
	float:left;
	margin: 0px;			/* distance to outline */
}
	

/* all headers in boxes */
.header {
	clear: both;    /* floating element below */
}

/* link styles */ 
a 
{	text-decoration: underline; /* set to "none" to hide underlines on links */
}

a img {
	text-decoration: none; /* set to "none" to hide underlines on links */
}

/* remove link underline from some special elements: Header and Overview Map */
#mapPageHeader a, {
	text-decoration: none; /* set to "none" to hide underlines on links */
}

a:link {
	color: #000099;		/* STYLE */
}
a:visited {
	color: #00008B;		/* STYLE */
}
/* Note: hover selector should be last in order to take precedence in :visited AND :hover situation */
a:hover {
	color: #CC0000;
	/*font-style: normal;*/
	text-decoration: none;
}
/* special link styles */
a.noHover:hover {
	background-color:transparent;	/* If you don't want images wrapped in <a> to have hover effect, make it <a class="noHover"> */
}

a:active {
	color: #FF3300;		/* STYLE */
}
/***********************
menu flottant
********************************/

/* link styles */ 
#floatLayer a 
{	text-decoration: underline; /* set to "none" to hide underlines on links */
	color: #000099;
	font-family: Verdana;
	font-size: 11px;
}
#floatLayer a img {
	text-decoration: none; /* set to "none" to hide underlines on links */
}
/* Note: hover selector should be last in order to take precedence in :visited AND :hover situation */
#floatLayer a:hover 
{	color: #CC0000;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none; 
}

.tablemenu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
.tablemenu td {
	text-align: left;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF6600;
	border-left-width: thin;
	border-left-color: #00FF00;
	padding-top: 5px;
	padding-bottom: 10px;
		font-family: Verdana;
	font-size: 11px;
}
.copyright
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/***********************************************
LAyers
************************************************/
#layer-navigation
{
	position:absolute;
	width:867px;
	height:25px;
	z-index:3;
	left: 161px;
	top: 110px;
}

#layer-contenu
{
	position:absolute;
	left: 160px;
	top: 136px;
	width:867px;
	z-index:2;
	
}
#layer-footer
{
	position:absolute;
	left: 160px;
	top: 837px;
	width:867px;
	height:100px;
	z-index:2;
	background-color: #FFA927;
	
}




<div id="Layer1" style="">
/*********************************************************************************/
/*** Styles of specific modules **************************************************/
/*********************************************************************************/

/* MODULE:  HEADER --------------------------------------------*/
#pageHeader {
	width: 100%;
	border-bottom: 3px solid;		/* STYLE */
	/*background-repeat: repeat-y;	*/			/* STYLE */
	/*background-color: #0062BF; 		*/			/* STYLE */	/* same color as on right side in backgound image */
}

#pageHeader td {
	padding-left: 6px;
	padding-right: 6px;
}	

#pageHeader div {
	/*margin-bottom: .2em;	*/ 
}

/* logo image on left side of header */	
#pageHeader .left {
	width: auto;
	margin-right: 8px;
	vertical-align: middle;
}

/* header information */
#pageHeader .right {
	margin-left: 8px;
	width: 100%;					/* helps to left align text */
	color: #8A0000;					/* STYLE */
}

#pageHeader .right .utilities  {
	text-align: right;
	vertical-align: top;
}



/* link style in header */
/* note: Order is important. If ambiguous, last has precedence. */ 
#pageHeader a:link {
	color: #000099;
	text-decoration: underline;
}

#pageHeader a:visited {
	color: #3366FF;
	text-decoration: underline;
}

#pageHeader a:hover {
	color: #0033FF;
	font-style: italic;
}

#pageHeader a:active {
	color: #0066FF;						/* STYLE */
}

/* note: Order is important. If ambiguous, last has precedence. */ 
#pageHeader .right .utilities  a:link {
	text-decoration: none; /* set to "none" to hide underlines on links */
}

#pageHeader .right .utilities  a:visited {
	text-decoration: none; /* set to "none" to hide underlines on links */
}

#pageHeader .right .utilities  a:hover {
	text-decoration: none; /* set to "none" to hide underlines on links */
}
#pageHeader .right .utilities  a:active {
	text-decoration: none; /* set to "none" to hide underlines on links */
}

#pageHeader .right .contactInformation{
	text-align: right;
	vertical-align: bottom;
	/*margin-right: 4px;			*/	/* to right align with commands in utilities */
}

#pageHeader .right .pageNavig2 {
	text-align: right;
	vertical-align: middle;
}
/* MODULE:  BODY (main content) ------------------------------------------ */
.TableNiveau0 {
	width: auto;
	color: #8A0000;
	text-align: left;
	margin: 5px;
	padding: 1px;
	border: thin solid #FF9900;
	height: auto;
	background-color: #FFFFCC;
	}
.TableNiveau1 {
	width: auto;
	color: #8A0000;
	text-align: left;
	margin: 5px;
	padding: 1px;
	height: auto;
	background-color: #FFCC66;
	border: thin solid #FF6666;
	}
.TableNiveau2 {
	width: auto;
	color: #8A0000;
	text-align: left;
	margin: 5px;
	padding: 1px;
	border: medium solid #FF3300;
	height: auto;
	background-color: #FF9933;
}
#ImageTableLeft {
	border-top: 3px solid #FFCC66;
	text-align: left;
	align: left;
	vertical-align: text-top;
	padding-left: 5px;
	display: inline;
	
	}

table#pageBody {
	width: 100%;
}

.bodyColumn {
	padding: 0px;
	vertical-align: top;
	text-align: left;
	width: 100%;
}


/* width of second body column: liquid width for content */

/* some padding values for the core table in used page body */
table#pageBody tr td {
	padding-left: 0px;
	padding-right: 0px;
}

table#pageBody td.main {
	padding-left: 10px;			/* indent main topic content */
	padding-right: 20px;       /* and leave some space on the right */
}

table#pageBody td.breadcrumbs {
	vertical-align: top;
	padding-left: 10px;			/* indent main topic content */
}

table#pageBody td.pageNavigation {
	padding-right: 20px; /* and leave some space on the right */
}

.topicDivider {
	border-top: 1px dashed Silver;				/* STYLE */
	height: 0.1em;
	font-size: 2pt;				/* I need a very narrow divider */
}


/* MODULE: FOOTER  ------------------------------------------------------------*/
#pageFooter {
	width: 100%;
	/*	background-color: #0062BF;					STYLE */
	background-image: url(../images/header_background.png);			/* STYLE */
	font-size: xx-small;
	color: #666666;									/* STYLE */
	margin: 10px;
	border-top-style: none;
	border-top-color: #FFCC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#pageFooter td {
	padding-left: 6px;
	padding-right: 6px;
	width: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

#pageFooter a:link ,a:visited,  a:hover, a:active {
	color: #FFCC66;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}


.pageNavigation a:visited {
	color: #000099;					/* STYLE */	/* don't show visited colors for prev/next navigation */
}


/*----------------------------------------------------------------------------------*/	
/* MODULE: TOPIC ------------------------------------------------------------------ */
/*----------------------------------------------------------------------------------*/	


.topic .main .body {
	clear: both;
}

.topicHeader {
	vertical-align: middle;	
	clear:both;      
}

.topicImageColumn {
}

.topicImage {
	margin-right: 6px;
	vertical-align: middle;			/* distance to outline */
}

.topicTopicLineColumn {
}

.outlineNumberFirst {			/* first topic on page */
	display: visible;         	/* set to none or visible to hide/show outlineNumbers   */
	font-size:  large;
	font-weight: bold;
}

.outlineNumber {					/* other topics on page */
	display: visible;         	/* set to none or visible to hide/show outlineNumbers   */

	font-weight: bold;
}
	
.topicLineFirst {					/* first topic on page */
	font-size:  large;
	font-weight: bold;
}	
	
.topicLine {						/* other topics on page */

	font-weight: bold;
}	

/* group of icons */
.topicIcons {
	margin-left: 4px;				/* distance to topic text */
	vertical-align: middle;	   /* center icons around text (important for single line callouts) */
}

/* single icons */
.topicIcon {
	margin-right: 3px;			/* distance between icons */
}


/* <div> around whole text notes */
.topicTextNotes {
	margin-left: 0.3em;							
	margin-top: 0.5em;
}

.topicTextNotes div {
	margin-bottom: 0.8em;						/* distance between paragraphs */	
}

.topicTextNotes table {
	margin-bottom: 0.7em;						/* some space below tables and before next paragraph starts */	
}

.topicTextNotes table div {
	margin-left: 0.3em;							/* some left and right cell padding */
	margin-right: 0.3em;
}

.topicTextNotes .lastTableNotesDiv {
	margin-bottom: 0em;						  /* no bottom margin for last paragraph in Notes */		
}


/* <div> around whole text notes in callouts */
.callouts .topicTextNotes {
	margin-left: 0px;							
}

/* single link, so far used in callout section */
.topicHyperlink {
}

/* the icon behind the link */
.topicHyperlinkIcon {
	vertical-align: bottom;
}



/* commands: active buttons / hot spots or links */
.command {
	white-space: nowrap;
}

.command img {
	display: inline; /* set to none or inline to hide or show command icons */
	vertical-align: bottom;
	margin-left: 2px;
}

.command .label {
	display: inline;  /* set to none or inline to hide or show command text labels */
	vertical-align: middle;
}



/* MODULE: BOX - MAP GRAPHICS SNIPPET ---------------------------------------------------*/

.partialMapArea {
	vertical-align: top;
	margin-bottom: 10px;    /* some distance below this block */
}

table#partialMapTable tr td {
	padding: 0px; 
}


/* MODULE: CALLOUT -SECTION---------------------------------------------------------------------*/
/* all callouts */
.callouts {
	background-color: #FAFAFA;			/* STYLE */
	width: 360px;	
	margin-left: 30px;
	margin-bottom: 8px;
	border-top: 3px solid #0062BF;		/* STYLE */
	border-bottom: 3px solid #0062BF;	/* STYLE */
}


.relatedSection {
}

.oneRelatedSection {
	margin-top: 16px;
	margin-bottom: 8px;	
}

.relatedSectionHeader {
	font-size:small;
	font-weight: bold;
	padding-left: 4px;			/* align with text notes */
}

.relatedItem {
	font-size:12px;
	margin-top: 1px;
	margin-bottom: 2px;
}

.relatedItemBullet {
	padding-left: 4px;			/* align with text notes */
}

/* the icon behind the link */
.relatedItem .topicHyperlinkIcon {
	vertical-align: middle;
}


.legend {
	margin-left: 6px;
	margin-top: 6px;
	font-size:small;
	color: #000099;				/* STYLE */
	width: 200px;
}

/* set with of both divs to avoid right border if text wraps */
.legend .collapsiblebox  {
	width: 200px;
}

.legend .collapsiblebox .body {
	width: 200px;
	border: 1px solid #999999;
}
	
.legendGroup
{
	clear: both;
	font-weight: bold;
	float: left;
	margin-top:  5px;
	margin-bottom:  4px;
	margin-left: 5px;
}

.legendItem
{
	clear: both;
	margin-left: 5px;
}

.legendItem .item {
	float: left;
	margin-right: 6px;
}

.legendItem .label {
	float: left;
	margin-right: 2px;
}


.TOCContents {
	text-align: left;		
	vertical-align: top;
	width: 90%;
}

.TOCContents .body {
	margin: 15px;		
	margin-right: 5px;	
	color: #000099;				/* STYLE */
	font-size:small;
	font-weight: normal;
}

.TOCAbout {
	text-align: right;		
	vertical-align: top;
	width: 10%;
}

.TOCAbout .collapsiblebox {
	margin: 15px;			
	margin-right: 5px;	
}

.TOCAbout .property {
	margin-top: 5px;			
}

.TOCAbout .property .label {
	text-align: left;
	width: 7.5em;			
}

.TOCAbout .property .value {
	text-align: left;
	margin-left: 1.0em;				
}

.mapPreview {
	padding-top: 10px;
	padding-bottom: 16px;
	text-align: center;
	border-bottom: 1px solid #FFCC66;
}
.menuFlottant {
	margin-left: 2em;
	clear: both;
	list-style-position: inside;
	list-style-type: circle;
}

.contentItem1 {
	margin-top: 5px;
	clear: both;
}
	
.contentItem2 {
	margin-top: 3px;
	margin-left: 2em;
	clear: both;
}

.contentItem3 {
	margin-left: 4em;
	clear: both;
}

.contentItem4 {
	margin-left: 6em;
	clear: both;
}

.contentItem5 {
	margin-left: 8em;
	clear: both;
}

.contentItem6 {
	margin-left: 10em;
	clear: both;
}
.contentItem7 {
	margin-left: 12em;
	clear: both;
}

.contentItem8 {
	margin-left: 14em;
	clear: both;
}

.contentItem9 {
	margin-left: 16em;
	clear: both;
}

.contentItemX {
	margin-left: 18em;
	clear: both;
}


/* WINDOW: OVERVIEW MAP ------------------------------------------------------------- */
/*
		body overviewMapBody 
			.div overviewDiv
			   img mapOverview
				img mapDetailed
*/

body#mapPageFooter {
	font-family: Verdana;
	font-size:small;
	text-align: center;
	padding-top: 3px;
	vertical-align: middle;
	color: white;					/* STYLE */
	background-color: #0062BF; 		/* STYLE */
}
.footertextleft {
	font-size: small;
	text-align: left;
	vertical-align: top;
}
.footertextright {
	font-size: small;
	text-align: right;
	vertical-align: top;
}
.NiveauTitle {
	font-size: medium;
	font-weight: bold;
	color: #990000;
}
.questions {
	font-size: small;
	color: #003399;
}
.fixe {
	position: static;
	
}
.citation {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-left=10mm; 
	margin-right=10mm; text-indent=0mm
	
}
.MessageImportant {
	background-color: #FFFF99;
	width: 600px;
	text-align: center;
	vertical-align: top;
	padding: 8px;
}
.MessageImportant td{
	padding: 8px;
	width: 600px;
	text-align: center;
	vertical-align: top;
	border: thin solid #FF9A00;
}
.MessageImportant p{
	font-family: "Comic Sans MS", sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	margin: 2px;
	padding: 0px;
}
