/* --------------------------------------------------------------
   generic rules
-------------------------------------------------------------- */
/* xoxoxox. */
body {
  margin: 0;
  padding: 0;
  background: #ededed;
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  background: #2973bd;
  /* Old browsers */

  background: -moz-linear-gradient(top, #2973bd 0%, #ecf7fd 35%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2973bd), color-stop(35%, #ecf7fd));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #2973bd 0%, #ecf7fd 35%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #2973bd 0%, #ecf7fd 35%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #2973bd 0%, #ecf7fd 35%);
  /* IE10+ */

  background: linear-gradient(to bottom, #2973bd 0%, #ecf7fd 35%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2973bd', endColorstr='#ecf7fd', GradientType=0);
  /* IE6-9 */

}
a {
  text-decoration: none;
  color: #2973bd;
}
a:hover {
  color: #333;
}
/* xoxoxox. */
blockquote {
  font-style: italic;
  font-weight: 400;
  font-family: 'Droid Serif';
  text-indent: 0px;
  font-size: 26px;
  line-height: 37px;
  margin-bottom: 14px;
}
h1 {
  font-size: 68px;
  line-height: 75px;
  margin: 10px 0 25px 0;
  font-style: normal;
  font-weight: 400;
  font-family: 'Droid Serif';
}
h2 {
  margin: 0;
  font-size: 36px;
  line-height: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
  font-style: normal;
  font-weight: 400;
  font-family: 'Droid Serif';
}
h3 {
  margin-top: 0;
  font-size: 26px;
  line-height: 50px;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 400;
  font-family: 'Droid Serif';
}
h4 {
  margin-bottom: 25px;
  font-family: 'Droid Sans';
  font-weight: 600;
  font-style: normal;
}
h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'Droid Serif';
  font-weight: 600;
  font-style: normal;
}
.breadCrumb {
  margin: 1.5em 0 0.5em 0;
  font-size: 10px;
  color: #aaa;
}
.mainCnt {
  font-size: 16px;
}
/* lists. */
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li {
  background: url(../gui/puces/li.png) top left no-repeat;
  padding: 0 0 5px 20px;
}
ul.linkList li {
  background: url(../gui/puces/inr.png) top left no-repeat;
}
ul.linkList.pdf li {
  background-image: url(../gui/puces/pdf.png);
}
#sideNav {
  margin: 0;
  padding: 10px 0 0 0;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}
#sideNav.year {
  text-align: center;
}
#sideNav li {
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
  background: none;
}
#sideNav li a {
  display: block;
  padding: 5px 3px;
}
#sideNav li a.active {
  background: #fafafa;
  color: #aaa;
  cursor: default;
}
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after,
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.clearfix,
.container {
  display: block;
}
/* Regular clearing
   apply to column that should drop below previous ones. */
.clear {
  clear: both;
}
a {
  color: #2973bd;
}
/* --------------------------------------------------------------
   grid.css - mirror version of src/grid.css
-------------------------------------------------------------- */
/* A container should group all your columns. */
.container {
  width: 950px;
  margin: 30px auto 10px auto;
}
#pageContent {
  margin: 10px 0;
  padding: 0 10px;
  background: #fff;
}
/* Home grid, youpi!, playing with table again… */
table {
  border-collapse: collapse;
}
table td {
  position: relative;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
table td.hl {
  border-top: 1px solid #ccc;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, rgba(255, 255, 255, 0.9)), color-stop(100%, #ecf7fd));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#ecf7fd', GradientType=0);
  /* IE6-9 */

}
table td.gutter {
  width: 20px!important;
  margin: 0!important;
  padding: 0!important;
  background: url(../gui/filet.png) repeat-y top center !important;
}
table#homeGrid {
  width: 100%;
}
table#homeGrid td {
  width: 300px;
  padding: 0;
}
table#homeGrid td #slideShow {
  position: relative;
  width: 620px;
  height: 310px;
  overflow: hidden;
  color: #333;
}
table#homeGrid td #slideShow table {
  width: 620px;
}
table#homeGrid td #slideShow table td.slideItem img {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
table#homeGrid td #slideShow table td.slideItem .slideAbstract {
  position: absolute;
  top: 15px;
  left: 5px;
  width: 310px;
  height: 290px;
  /*										
							    background: #2973bd;
							    background-color: #2973bd;
							    background-repeat: repeat-x;
							    */

  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0.75) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0.75)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0.75) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0.75) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0.75) 100%);
  /* IE10+ */

  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0.75) 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#bfffffff', GradientType=1);
  /* IE6-9 */

}
table#homeGrid td #slideShow table td.slideItem .slideAbstract h4,
table#homeGrid td #slideShow table td.slideItem .slideAbstract p {
  padding: 10px 10px 0 30px;
}
table#homeGrid .eventItem {
  border-top: 1px solid #2973bd;
  margin: 0 0 10px 0;
}
table#homeGrid .eventItem td {
  padding: 5px 0;
}
table#homeGrid .eventItem td.date {
  width: 60px!important;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, rgba(255, 255, 255, 0.9)), color-stop(100%, #ecf7fd));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#ecf7fd', GradientType=0);
  /* IE6-9 */

  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
table#homeGrid .eventItem td.linkType {
  padding-top: 7px!important;
  width: 20px!important;
}
table#homeGrid .eventItem td.abstract {
  width: 220px!important;
}
table#homeGrid .newsItem {
  border-top: 1px solid #ccc;
}
table#homeGrid .newsItem .date {
  width: 60px!important;
}
table#homeGrid .newsItem .date p {
  margin: 0;
  padding: 3px;
}
table#homeGrid .newsItem .title {
  width: 220px!important;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
table#homeGrid .newsItem .title p {
  margin: 0;
  padding: 3px 0;
}
table#homeGrid .newsItem .linkType {
  padding-top: 3px!important;
  width: 20px!important;
}
table#homeGrid .newsItem .abstract p {
  margin: 0;
  padding: 5px 0 10px 0;
}
table#homeGrid #keyPartners td {
  border-left: 1px solid white;
  border-right: 1px solid white;
  margin: 20px;
  text-align: center;
  vertical-align: middle;
}
table#homeGrid #keyPartners td a {
  display: block;
  height: 100%;
}
table#pageGrid .marginCnt {
  width: 140px;
}
table#pageGrid .mainCnt {
  width: 460px;
}
table#pageGrid .sideCnt {
  width: 300px;
}
table#pageGrid .newsItem {
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
}
table#pageGrid .newsItem .date p {
  margin: 0;
  padding: 3px;
}
table#pageGrid .newsItem .linkType {
  padding-top: 7px!important;
  width: 20px!important;
}
table#pageGrid .newsItem .title {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
table#pageGrid .newsItem .title p {
  margin: 0;
  padding: 3px 0;
}
table#pageGrid .newsItem .abstract {
  border-top: 1px solid #eee;
}
table#pageGrid .newsItem .abstract p {
  margin: 0;
  padding: 5px 0;
  font-size: 12px;
}
table#pageGrid .monthItem {
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, rgba(255, 255, 255, 0.9)), color-stop(100%, #ecf7fd));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#ecf7fd', GradientType=0);
  /* IE6-9 */

}
table#pageGrid .monthItem h5 {
  background: white;
  margin: 0;
  padding: .5em 0;
}
table#pageGrid .monthItem .eventItem {
  border-top: 1px solid #2973bd;
  margin: 0 0 10px 0;
}
table#pageGrid .monthItem .eventItem td {
  padding: 5px;
}
table#pageGrid .monthItem .eventItem td.date {
  width: 60px!important;
  font-size: 12px;
}
table#pageGrid .monthItem .eventItem td.linkType {
  padding-top: 7px!important;
  width: 20px!important;
}
table#pageGrid .monthItem .eventItem td.abstract {
  width: 220px!important;
}
table#resGrid .marginCnt {
  width: 140px;
}
table#resGrid .fsCnt,
table#resGrid .lnkCnt {
  width: 220px;
}
table#resGrid .kdCnt,
table#resGrid .bgCnt {
  width: 540px;
}
table#resGrid .fsCnt h3,
table#resGrid .kdCnt h3 {
  border-bottom: 1px solid #ccc;
}
table#resGrid .fsCnt table,
table#resGrid .kdCnt table {
  width: 100%;
}
table#resGrid .fsCnt table.hl,
table#resGrid .kdCnt table.hl {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, rgba(255, 255, 255, 0.9)), color-stop(100%, #ecf7fd));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#ecf7fd', GradientType=0);
  /* IE6-9 */

}
table#resGrid .fsCnt table td,
table#resGrid .kdCnt table td {
  text-align: center;
  padding: 0 20px;
}
table#resGrid .lnkCnt h3,
table#resGrid .bgCnt h3 {
  border-bottom: 1px solid #ccc;
}
table#resGrid .lnkCnt h4,
table#resGrid .bgCnt h4 {
  margin: 0 0 1em 0;
}
table#resGrid .lnkCnt table.hl,
table#resGrid .bgCnt table.hl {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, rgba(255, 255, 255, 0.9)), color-stop(100%, #ecf7fd));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 7%, #ecf7fd 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#ecf7fd', GradientType=0);
  /* IE6-9 */

}
table#resGrid .lnkCnt table td,
table#resGrid .bgCnt table td {
  width: 260px;
}
table#resGrid .lnkCnt table td.gutter,
table#resGrid .bgCnt table td.gutter {
  width: 20px!important;
}
/* --------------------------------------------------------------
   header rules
-------------------------------------------------------------- */
/* xoxoxox. */
#header {
  position: relative;
  margin: 0;
  height: 100px;
}
#header #identity img {
  border: none;
}
#header a.lng {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}
#header #nav {
  position: absolute;
  bottom: -9px;
  right: 0;
}
#header #nav ul {
  width: 830px;
  margin: 0;
  padding: 1px 0;
  list-style-type: none;
}
#header #nav ul li {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
  background: #A7C7E6;
}
#header #nav ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
#header #nav ul li a.active {
  color: white;
}
/* --------------------------------------------------------------
   footer rules
-------------------------------------------------------------- */
/* xoxoxox. */
#footer {
  background: white;
  padding: 0 0 10px 0;
}
#footer ul {
  margin: 0;
  padding: 0 0 5px 0;
  list-style-type: none;
}
#footer ul li {
  float: left;
  margin: 0;
  padding: 5px 0;
  background-image: none;
}
#footer ul li#legal {
  border-top: 1px solid #ccc;
  width: 625px;
}
#footer ul li#contact {
  border: 1px solid #ccc;
  width: 300px;
  text-align: center;
}
