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

#content .two_cols_two
{
  float: right;
  padding-bottom: 50px;
  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;
  min-height: 175px;
  padding: 10px 15px 0 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 .element .link
{
  color: #46667b;
  text-decoration: 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;
}

.two_cols_two div.first
{
  border-top: none;
  padding: 10px 0;
}

.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;
}

.block_content table
{
  border-collapse: collapse;
  border-spacing: 0;
}

/* CUSTOM STYLES */
.block_content .table_catalog
{
  margin: 0 0.5em;
  width: 100%;
}

.block_content .table_catalog .td
{
  background-color: #d5d5d5;
  border-top: 2px solid #e0e0e0;
  padding: 0.35em;
  vertical-align: middle;
}

.block_content .table_catalog .td2
{
  padding: 0.35em 1em;
  width: 100%;
}

.block_content .table_catalog .td3
{
  text-align: right;
  width: 70px;
  padding: 0.35em 1em;
  white-space: nowrap;
}
.block_content .table_catalog .td3 p
{
  white-space: nowrap;
}

.block_content .table_catalog .td4
{
  text-align: right;
}

.block_content .table_catalog .td .title
{
  color: #565656;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.block_content .table_catalog .td .download .link
{
  background: url(/integ/images/picto_blue_download.gif) no-repeat 0 bottom;
  color: #46677a;
  display: block;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  padding-left: 1.5em;
  text-decoration: none;
  white-space: nowrap;
}
