/* TEMPLATES WITH 2 COLS */
#content .two_cols_one
{
  float: left;
  width: 270px;
}

#content .two_cols_two
{
  float: right;
  padding-right: 30px;
  width: 650px;
}

/* CONTENTS */
/* Second level menu */
#menu_second
{
  padding: 0 30px;
  text-align: center;
}

#menu_second .lvl0
{
  background: #e5e5e5 url(/integ/images/menu_second_bg.gif) repeat-x 0 bottom;
  float: left;
  padding: 10px 15px 200px 15px;
  text-align: left;
  width: 180px;
}

#menu_second .lvl0 .element
{
  clear: both;
  color: #46667b;
  display: block;
/*  float: left;*/
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  padding: 7px 0 6px 10px;
  border-bottom:1px solid #dddddd;
  background:transparent url(/images/puce.gif) no-repeat 0 11px;
}
#menu_second .lvl0 .last
{
  border-bottom:none;
  background:none;
}
#menu_second .lvl0 .element .link
{
  color: #46667b;
  text-decoration: none;
}

/* Content menu with anchors */
#menu_anchors
{
  height: 2em;
  width: 680px;
}

#menu_anchors .lvl0
{
  float: left;
  height: 2em;
}

#menu_anchors .lvl0 .element
{
  background: url(/integ/images/separator2.gif) no-repeat 0 0.8em;
  display: block;
  float: left;
  padding: 0.5em 0.8em 0.5em 1.6em;
}

#menu_anchors .lvl0 .first
{
  background-image: none;
}

/* BLOCK CONTENT */
.block_content
{
  border-top: 1px solid #d2d2d2;
  clear: both;
  color: #5a5a5a;
  float: left;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  padding: 30px 0 20px 0;
  position: relative;
  width: 650px;
}

.block_content h2
{
  color: #343635;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.block_content h2.sIFR-replaced
{
  font-size: 16px;
}

.block_content h3
{
  color: #46667b;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  padding-left: 0.2em;
}

.block_content strong
{
  font-size: 1.1em;
  font-weight: bold;
}

.block_content ol,
.block_content ul
{
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.block_content ol li,
.block_content ul li
{
  background: url(/integ/images/list_bg.gif) no-repeat 1em 0.5em;
  clear: both;
  display: block;
  float: left;
  padding-left: 1.5em;
}

.block_content ol ol li, .block_content ul ul li
{
  background: url(/integ/images/list2_bg.gif) no-repeat 1em 0.5em;
}

/* CUSTOM STYLES */
.block_content .style001
{
  color: #456d91;
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0 0 0 2em;
  text-transform: uppercase;
  width: 75%;
}

.block_content .style002
{
  float: left;
  padding: 0 0 0 2em;
  width: 50%;
}

/* BOTTOM LINKS */
.block_bottom_links
{
  clear: both;
  float: left;
  padding-bottom: 50px;
  text-align: right;
  width: 100%;
}

.block_bottom_links .top,
.block_bottom_links .print
{
  float: right;
  margin: 0.5em;
}

.block_bottom_links .link
{
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
}

.block_bottom_links .top .link
{
  background: url(/integ/images/top_link_bg.gif) no-repeat 0 center;
  color: #4a4849;
  padding-left: 1em;
}

.block_bottom_links .print .link
{
  background: url(/integ/images/picto_blue_print.gif) no-repeat 0 center;
  color: #547fa5;
  padding-left: 1em;
}