/* Start of CMSMS style sheet 'hauki-dh' */
/*#####################hauki2###########################*/

/*feel free to modify and improve; if you are using CMS Made simple, private and 
commercial use allowed*/

/*#####################hauki 2006########################*/

body {
  margin:0px;
  background:#6C0B12;
  font-family:Garamond, Helvetica;
}

#rahmen {
  width:900px;
}

/*change the logo here*/
#logo {
  background:url(uploads/hauki-dh/bandeau.gif);
  width:893px;
  height:150px;
}
/* used by horizontal menu and footer */
.menu_bg {
  background:url(uploads/hauki-dh/menu_bg.jpg);
  width:900px;
  height:30px;
  clear:both;
  font-weight:bold;
  color:#32126A;
}

/* le Breadcrumb à été supprimé par DH le 17/10/07
#breadcrumbs {
  color:#CCCCCC;
  padding-left:20px;
  font-size:0.8em;
  clear:both;
  text-align:left;
}
*/

#top_container {
  background:url(uploads/hauki-dh/top_container.jpg);
  width:900px;
  height:25px;
}
#main_container{
  background:url(uploads/hauki-dh/main_container.jpg);
  width: 900px ;
  min-height:660px;
}
#bottom_container {
  background:url(uploads/hauki-dh/bottom_container.jpg);
  width:900px;
  height:20px;
}

#left_box {
  float:left;
  width:200px;
  height:600px;
}

#left_image {
  background:url(uploads/hauki-dh/left_image.jpg);
  width:204px;
  height:395px;
  position: relative;
  top:25px;
  left:15px;
  z-index:0;
}

#right_box {
  float:right;
  width:232px;
  height:500px;
}

#top_right_box {
  background:url(uploads/hauki-dh/rightboxtop.jpg);
  width:220px;
  height:25px;

}
#main_right_box {
  background:url(uploads/hauki-dh/rightboxmain.jpg);
  width:220px;
}
#bottom_right_box {
  background:url(uploads/hauki-dh/rightboxbottom.jpg);
  width:220px;
  height:36px;
}
/*hack for ie - not valid*/
*html #bottom_right_box {
  background:url(uploads/hauki-dh/rightboxbottom.jpg);
  width:220px;
  height:36px;
  margin-right:20px;
}

#right_content {
  width:190px;
  text-align:left;
  padding:1px;
  min-height:250px;
}
/* mise en évidence du contenu central supprimé
#top_content_bckg {
  background:url(uploads/hauki-dh/contentboxtop.jpg);
  width:440px;
  height:25px;
  margin-top:-5px;
}
#main_content_bckg {
  background:url(uploads/hauki-dh/contentboxmain.jpg);
  width:440px;
}
#bottom_content_bckg {
  background:url(uploads/hauki-dh/contentboxbottom.jpg);
  width:440px;
  height:36px;
}
*html #bottom_content_bckg {
  background:url(uploads/hauki-dh/contentboxbottom.jpg);
  width:440px;
  height:36px;
  margin-right:20px;
}
*/

#content {
  width:410px;
  text-align:left;
  padding:1px;
  min-height:432px;
}


/*########################MENU###############################*/


/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper clears the floating elements of the menu */

#menuwrapper { 
margin-left:10px;
        width: 100%;
        }

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li { 
        width: 200px; 
       }


/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	}
#primary-nav ul { 
	position: absolute; 
	top: auto; 
	display: none; 
	}
#primary-nav ul ul { 
	margin-top: 0px;
 	margin-left: -1px;
	left: 100%; 
	top: 0px; 
	}
	
#primary-nav li { 
	margin-left: -1px;
	float: left; 
	}
#primary-nav li li { 
	margin-left: 0px;
	margin-top: -1px;
	float: none; 
	position: relative;
        z-index:1;
	}

/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	display: block; 
	margin: 0px; 
	padding: 5px 10px; 
	text-decoration: none; 
	}

#primary-nav li li a { 
	border: 1px solid #ffffff;
        background:#F9C813;
	}	
#primary-nav li, #primary-nav li.menuparent { 

	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
        color: #ffffff; 
	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth { 
	background-image: url(modules/MenuManager/images/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat; 
	}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { 
        text-decoration:underline;
        color:#32126A;
	}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { 
	display: none; 
	}

#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul { 
	display: block; 
        z-index: 1;
	}

/* IE Hacks */

#primary-nav li li { 
	float: left; 
	clear: both; 
	}
#primary-nav li li a { 
	height: 1%; 
	}

/*hack for ie - not valid*/
*html #primary-nav li li { 
	margin-top: -4px; 
	}

/*hack for ie - not valid*/
*html #primary-nav li li li { 
	margin-top: 0px; 
	}

/*#############################NEWS###########################*/

.NewsSummary {
width:160px;
margin-top:15px;
 }

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummarySummary {
}

#NewsPostDetailDate {
  font-size: 90%;
  font-style: italic;
  margin-bottom: 5px;
  }

#NewsPostDetailSummary {
   margin-bottom: 10px;
  line-height: 150%;
   }

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

/* to add specific style to the below div, uncomment them. */
/* 
.NewsSummaryLink {}
.NewsSummaryAuthor {}
.NewsSummaryMorelink {}
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailCategory {}
#NewsPostDetailAuthor {}
#NewsPostDetailAuthor {}
#NewsPostDetailPrintLink {}*/


#NewsPostDetailReturnLink {
margin-bottom:20px;
}

/* End of 'hauki-dh' */

