@import "template.css";
@import "../fonts.css";
@import "../page.css";

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 990px;}

/*Header height*/
#header {height: 169px;}

/*Column's width*/
#left {width: 200px;}
#page {width: 579px; padding: 10px;}
#right {width: 191px; padding: 0;}

/*Height of the footer */
#footer {height: 27px;}
#content {padding-bottom: 28px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  background-color: #c9dcf2;
}
#container {
  background: #fff url(../../../images/misie/bg_container.gif) repeat-y;
}
#utils {
  display: block;
  height: 25px;
  line-height: 25px;
  background: #CEE2EE url(../../images/misie/bg_utils.gif) repeat-x;
}
#utils a {
  color: #1d5187;
}
#utils a:hover {
  color: #09335f;
  text-decoration: none;
}

#utils a.home {
  background: url(../../images/misie/ico_home.gif) left center no-repeat;
  float: left;
  padding-left: 18px;
  margin-left: 30px;
}
#utils a.sitemap {
  background: url(../../images/misie/ico_sitemap.gif) left center no-repeat;
  float: left;
  padding-left: 18px;
  margin-left: 20px;
}
#utils a.lang_en {
  background: url(../../images/misie/ico_en.gif) left center no-repeat;
  float: right;
  padding-left: 23px;
  margin-right: 30px;
}

#header {
  background: #fff url(../../images/misie/bg_header.jpg) no-repeat top right;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #fff;
}
#header img {
  margin: 0;
  padding: 0;
}

#header #topmenu {
  width: 790px;
  height: 34px;
  float: right;
  background: #003771 url(../../images/misie/bg_topmenu.gif) repeat-x;
  margin-top: 135px;
}
#content {
}
/* ----------- LEFT ---------- */

#page {
  color: #00264f;
}

/* ----------- RIGHT ---------- */
#right ul.blind_menu {
  margin: 0;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  list-style: none;
  font-size: 0.9em;
}
#right ul.blind_menu li {
}
#right ul.blind_menu li a.sel {
  display: none;
}

#right #fulltext {
  background-color: #a6c9e3;
  height: 36px;
  color: #fff;
  padding: 5px 10px;
  margin-left: 1px;
}
#right #fulltext form {
  padding: 0;
}
#right #fulltext form p {
  margin-bottom: 5px;
}

#right #fulltext .search {
  height: 19px;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
}
#right #fulltext .bg_input {
  height: 13px;
  width: 130px;
  display: inline;
  float: left;
  margin-right: 5px;
  color: #003771;
}

#right .banners {
  text-align: center;
  margin: 10px 0 0 0;
}
#right .banners img {
  margin: 10px 0 0 0;
}

/* ----------- FOOTER ---------- */
#footer {
  width: 100%;
  background: #9ad4f3 url(../../images/misie/bg_footer.gif) repeat-x;
}
#footer a {
  color: #194b7f;
  text-decoration: none;
}
#footer a:hover {
  color: #00172f;
  text-decoration: none;
}
#footer #foot {
  text-align: center;
  color: #194b7f;
  margin-top: 5px;
}
#footer #makedby {
  display: block;
  position: absolute;
  color: #4398c5;
  width: 200px;
  right: 8px;
  top: 1px;
}

/* --------- Top menu ---------- */
#topmenu .menu ul li a {
  color: #fff;
  background: url(../../images/misie/bg_topsepar.gif) right no-repeat;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  display: block;
  float: left;
  text-transform: uppercase;
}


/* ------- left menu --------- */
#left .menu {
  margin: 10px 0 0 10px;
}
#left .menu ul li a {
  color: #00438a;
  background: url(../../images/misie/bg_lmnu.gif) left center no-repeat;
  padding-left: 10px;
}
#left .menu ul li a:hover {
  text-decoration: underline;
  color: #00254d;
}
#left .menu ul ul li a {
  color: #00438a;
  margin-left: 10px;
  background: none;
}
#left .menu ul ul li a:hover {
  text-decoration: underline;
}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 10px 0;
  color: #00438a;
}
h2 {
  margin: 10px 0;
  color: #005BBF;
}
h3 {
  margin: 10px 0;
  color: #000;
}
h4 {
  display: block;
  color: #337AC1;
  margin: 10px 0;
}
#right h3 {
  color: #337AC1;
}
a {
  color: #002a57;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0;
}


/*developer*/
/*body {background-color: #FFF5E6;}
#container {background-color: silver;}
#header {background-color: #efa4ae;}
#footer {background-color: #bf9347;}
#content {background-color: #afdbff;}
#topmenu {background-color: #0033cc;}
#left {background-color: #811f72;}
#page {background-color: #97468b;}
#right {background-color: #bd4ec0;} */

/***************** BLIND *******************/
body.blind a {}
body.blind h4, body.blind #right h3 {color: #204E7B;}
body.blind #utils {background: #B5C8E4; border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
body.blind #utils a {color: #000;}
body.blind #utils a:hover {color: #000;}
body.blind #footer a {color: #0C2640;}
body.blind #footer a:hover {color: #000090;}
body.blind #footer #foot {color: #12365C;}
body.blind #footer #makedby {color: #12365C;}

/* ----------- Left menu ------------ */
body.blind #left .menu ul li a {}
body.blind h1 {}
body.blind h2 {}

body.blind #right #fulltext form p {color: #2E2F2A; font-weight: bold;}
