/* (c) Maison D'Herelle *//* 

xhtml + css2 layouts by Lotek,  http://lotek.info/


*/


*{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-family: "Verdana", "DejaVu-Sans", sans-serif;
}


body{
	background-color: #fdf9ec;
	min-width: 1000px;
}

#container{
width: 100%;
height: 100%;
background-color: #fdf9ec;
position: relative;
overflow: hidden;
}

#container div.top_stripes{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
	background-image: url("images/top_stripes.gif");
	background-repeat: repeat-x;
	background-position: top left;
}

#container div.content{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 500px;
	height: 100%;
	z-index: 4;
	overflow: hidden;
	background-image: url("images/left_stripes.gif");
	background-repeat: repeat-y;
	background-position: top left;
	}



#container div.top_logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 416px;
	height: 254px;
	background-image: url("images/top_logo_2.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 3;
}

#sidebar{
	position: relative;
	float: left;
	top: 0px;
	left: 16px;
	width: 188px;
	height: 457px;
	background-image: url("images/sidebar_bg.gif");
	background-repeat: no-repeat;
	background-position: top left;
	margin: 275px 0 0 0;
	z-index: 5;
}

.text{
	position: relative;
	float: left;
	width: 70%;
	margin: 90px 20px 0 65px;
	}

.text h1.title{
	font-size: 22pt;
	line-height: 22pt;
	font-family: "Century Schoolbook", "Centure Schoolbook Regular", "Century Schoolbook L", serif;
	}

.text h2{
	font-size: 20pt;
	line-height: 20pt;
	font-family: "Century Schoolbook", "Centure Schoolbook Regular", "Century Schoolbook L", serif;
}

.text h3{
	font-size: 18pt;
	line-height: 18pt;
	font-family: "Century Schoolbook", "Centure Schoolbook Regular", "Century Schoolbook L", serif;
}

.text h4{
	font-size: 16pt;
	line-height: 16pt;
	font-family: "Century Schoolbook", "Centure Schoolbook Regular", "Century Schoolbook L", serif;
}

.text h5{
	font-size: 14pt;
	line-height: 14pt;
	font-family: "Century Schoolbook", "Centure Schoolbook Regular", "Century Schoolbook L", serif;
}

.text h6{
	font-size: 13pt;
	line-height: 13pt;
	font-family: "Century Schoolbook", "Centure Schoolbook Regular", "Century Schoolbook L", serif;
}

.text h1.title{
	font-size: 22pt;
	line-height: 22pt;
	color: #660481;
	font-weight: normal;
	padding: 0 0 0 10px;
	font-family: "Century Schoolbook", "Centure Schoolbook Regular", "Century Schoolbook L", serif;
	}


.text h3.sub_title{
	font-size: 13pt;
	padding: 40px 0 0 10px;
	}

.text hr{
	text-align: left;
	height: 18px;
	width: 100%;
	background-color: #de8521;
	}

.text p.crumbs{
	font-size: 7pt;
	color: #1f14f2;
	padding: 0 0 0 10px;
}

.text p.crumbs a, .text p.crumbs a:visited{
	font-size: 7pt;
	letter-spacing: 0.5pt;
	color: #888;
}

.text p.crumbs a:hover, .text p.crumbs a:active{
	color: #eb8e1c;
	text-decoration: underline;
}

text p.logos{
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
}

div.map_float p {
	padding: 15px 0 0 0;
	font-size: 10pt;
}

div.map_float p span{
	font-size: 7pt;
	font-weight: bold;
	padding: 10px 0;
}

.text p{
	font-size: 10pt;
	padding: 3px 0 10px 10px;
}


.text img.gradient_border_left{
	float: left;
	background-image: url("images/img_bg_gradient.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #f0c898;
	margin: 20px;
	padding: 10px;
}

.text img.gradient_border_right{
	float: right;
	background-image: url("images/img_bg_gradient.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #f0c898;
	margin: 20px;
	padding: 10px;
}


.text img.no_border_left{
	float: left;
	margin: 4%;
	}

.text img.no_border_right{
	float: right;
	margin: 4%;
	}

.centered{
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
}

p.citation_left{
	float: left;
	display: block;
	font-family: "Century Schoolbook", "Centure Schoolbook Regular", "Century Schoolbook L", serif;
	width: 300px;
	margin: 25px 30px 25px 30px;
	font-size: 20pt;
	line-height: 25pt;
	letter-spacing: 0.1pt;
	color: #660481;
	padding: 0px;
	font-weight: bold;
	
}

p.citation_right{
	float: right;
	display: block;
	font-family: "Century Schoolbook", "Centure Schoolbook Regular", "Century Schoolbook L", serif;
	width: 300px;
	margin: 25px 30px 25px 45px;
	font-size: 20pt;
	line-height: 25pt;
	letter-spacing: 0.1pt;
	color: #660481;
	padding: 0px;
	font-weight: bold;
	}

p.small_citation_left{
	float: left;
	display: block;
	font-family: "Century Schoolbook", "Centure Schoolbook Regular", "Century Schoolbook L", serif;
	width: 300px;
	margin: 25px 30px 25px 30px;
	font-size: 14pt;
	line-height: 16pt;
	letter-spacing: 0.1pt;
	color: #660481;
	padding: 0px;
	font-weight: bold;
}

p.small_citation_right{
	float: right;
	display: block;
	font-family: "Century Schoolbook", "Centure Schoolbook Regular", "Century Schoolbook L", serif;
	width: 300px;
	margin: 25px 30px 25px 45px;
	font-size: 14pt;
	line-height: 16pt;
	letter-spacing: 0.1pt;
	color: #660481;
	padding: 0px;
	font-weight: bold;
	}


.citation_source{
	font-size: 15pt;
	font-weight: bold;
	color: #660481;
	}

.small_citation_source{
	font-size: 12pt;
	font-weight: bold;
	color: #660481;
	}


.text div.columns {
	float: left;
	width: 325px;
}

.text div.columns ul{
	padding: 0 0 0 40px;
	margin: 0 0 10px 0;
}

.text div.columns ul li{
	padding: 10px 0 0 0;
	list-style: none;
	}

.text div.columns ul li ul li{
	padding: 0;
	list-style: disc;
	}

.text div.columns ul li ul li ul li{
	padding: 0;
	list-style: circle;
	}


.text div.map_float{
	float: left;
	padding: 5px 20px 20px 10px;
}

.text ul, .text ul.top_index {
	font-size: 10pt;
}

.text ul li{
	list-style: disc;
	margin: 0 0 0 25px;
}

.text ul.top_index li{
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0;
}


.text ol{
	font-size: 10pt;
	padding: 10px 0 10px 0;
	}

.text ol li{
	margin: 0 0 0 30px;
}

.text a.haut{
	float: right;
	padding: 0 2px 10px 0;
	font-size: 7pt;
	color: #666;
}

.text table{
	font-size: 10pt;
	border-collapse: collapse;
	width: 80%;
	background-color: #f4eedd;
}

.text table tr.even{
	background-color: #f7e8ce;
}

.text table td {
	vertical-align: top;
	padding: 23px;
	text-align: right;
}

.text table td.left{
	width: 400px;
	text-align: left;
}

ul#menu{
   margin: 60px 0 0 0;
   padding: 0 0 0 15px;
}

ul#menu li,
ul#menu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 156px; /*For KHTML*/
  list-style: none;
}

ul#menu:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#menu li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}


/* Root Menu */
ul#menu a {
  border: 1px solid #f7eece;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 15px 0 6px;
  display: block;
  background: #f7eece;
  color: #000;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  }

ul#menu a.sub {
  	border: 1px solid #f7eece;
 	border-right-color: #CCC;
 	border-bottom-color: #CCC;
 	padding: 0 15px 0 6px;
 	display: block;
  	background: #f7eece;
  	color: #000;
  	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  	text-decoration: none;
  	height: auto !important;
  	height: 1%; /*For IE*/
  	background-image: url("images/submenu_arrow_icon.gif");
	background-repeat: no-repeat;
	background-position: top right;
  }


/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
  background: #f3da97;
  color: #000;
}

/* Root Menu Hover Persistence */
ul#menu a.sub:hover,
ul#menu li:hover a.sub,
ul#menu li.iehover a.sub {
  background: #f3da97;
  color: #000;
  background-image: url("images/submenu_hover_arrow_icon.gif");
	background-repeat: no-repeat;
	background-position: top right;
}


/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
  background:  #f7eece;
  color: #000;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
  background: #f3da97;
  color: #000;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li a.sub,
ul#menu li.iehover li a.sub
{
	background: #f7eece;
	color: #000;
	background-image: url("images/submenu_arrow_icon.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li a.sub:hover,
ul#menu li:hover li:hover a.sub,
ul#menu li.iehover li a.sub:hover,
ul#menu li.iehover li.iehover a.sub {
	background: #f3da97;
	color: #000;
	background-image: url("images/submenu_hover_arrow_icon.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

/* 3rd Menu */
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a {
  background: #f7eece;
  color: #000;
}

/* 3rd Menu Hover Persistence */
ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a {
  background: #f3da97;
  color: #000;
}

/* 4th Menu */
ul#menu li:hover li:hover li:hover li a,
ul#menu li.iehover li.iehover li.iehover li a {
  background: #f3da97;
  color: #000;
}

/* 4th Menu Hover */
ul#menu li:hover li:hover li:hover li a:hover,
ul#menu li.iehover li.iehover li.iehover li a:hover {
 background: #e6cf8f;
  color: #000;
}

ul#menu ul,
ul#menu ul ul,
ul#menu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 156px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
  display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
  display: block;
}

ul#menu a span{
	color: red;
}


.top_nav, .top_nav_IE{
	position: absolute;
	top: 18px;
	right: 0;
	width: 671px;
	height: 46px;
	background-image: url("images/top_nav_bg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 10;
	font-size: 10pt;
	line-height: 15pt;
	}

.top_nav ul.nav_links{
	position: absolute;
	top: 0;
	right: 70px;
	}

.top_nav_IE ul.nav_links{
	position: absolute;
	top: 2px;
	right: 70px;
}

.top_nav ul.nav_links li, .top_nav_IE ul.nav_links li{
	list-style: none;
	display: inline;
	padding: 0 0 0 25px;
}

ul.nav_links li a,ul.nav_links li a:visited{
	font-size: 10pt;
	color: #000;
}

ul.nav_links li a:hover, ul.nav_links li a:active{
	color: #ED7310;
	text-decoration: underline;
}

.top_nav ul.lang, .top_nav_IE ul.lang{
	position: absolute;
	top: 21px;
	right: 5px;	
}

.top_nav ul.lang li, .top_nav_IE ul.lang li{
	list-style: none;
	display: inline;
	padding: 0 0 0 3px;
}

ul.lang li a, ul.lang li a:visited{
	font-size: 7pt;
	line-height: 15pt;
	color: #455683;
	text-decoration: underline;
}

ul.lang li a:hover, ul.lang li a:active{
	color: #eb8e1c;
	text-decoration: underline;
}

#footer{
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 71px;
	background-image: url("images/left_footer_bg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

.clear{
clear: both;
}

a, a:visited{
	color: #e48412;
	/*color: #205380;*/
	text-decoration: underline;
}

a:hover, a:active{
	color: #000;
}

a.dark, a.dark:visited{
	color: #455683;
	text-decoration: none;
	}

a.dark:hover, a.dark:active{
	color: #000;
	text-decoration: underline;
}