/* stylesheet by SophieWeb - http://sophieweb.com and Kerlabs - http://kerlabs.com - 2006-08 */

body {
    background:#000;
    color:#0D213A;
    font-family:"bitstream vera sans", arial, sans-serif;
    font-size:80%;
    margin:0;
    padding:0;
    text-align:center;
}

#wrapper {
    background:#F2F7FB url("/images/backgrounds/wrapperLeft.gif") repeat-y 0 0;
    margin:0 auto;
    min-width:780px;
    max-width:1000px;
    position:relative;
    text-align:left;
    width:90%;
}

#header {
    background:#0862A9 url("/images/backgrounds/headerLeft.gif") repeat-y 0 0;
    height:80px;
}

#header h1 {
    background: url("/images/kerlabs.gif") no-repeat;
    float:left;
    margin:0 0 0 20px;
    padding:0;
}

#header h2 {
    background: url("/images/baseline.jpg") no-repeat;
    position:absolute;
    margin:0;
    padding:0;
    right:0;
    top:0;
}

#header h1 span, #header h2 span {
    display:block;
    height:80px;
    text-indent:-2000px;
    width:370px;
}

#header h2 span {
    width:320px;
}

#rightContentWrapper {
    background: url("/images/backgrounds/wrapperRight.gif") repeat-y 100% 0;
}

#contentTop {
    background: url("/images/backgrounds/contentTop.gif") repeat-x;
}

#shadowLeft {
    background: url("/images/backgrounds/contentTopLeft.gif") no-repeat ;
}

#shadowRight {
    background: url("/images/backgrounds/contentTopRight.gif") no-repeat 100% 0;
}

#contentBackground {
    background: url("/images/backgrounds/menu.gif") repeat-y 20px 0;
}

#mainNav {
    background: url("/images/backgrounds/menuTop.gif") repeat-x 0 0;
    left:21px;
    min-height:450px;
    position:absolute;
    top:80px;
    width:148px;
}

#mainNav ul {
    list-style-type:none;
    margin:0;
    padding:40px 0 0 0;
}

#mainNav li {
    display:inline;
}

#mainNav .level1 a,
#mainNav .level1 span {
    background:url("/images/backgrounds/menuDot.png") no-repeat;
    padding: 6px 2px 4px 20px;
}

#mainNav .level2 a,
#mainNav .level2 span {
    background:url("/images/backgrounds/menuDotSub.png") no-repeat;
    padding: 6px 2px 4px 30px;
}

#mainNav .level1 span,
#mainNav .level2 span {
    background-color:#fff;
    background-position:0 -100px;
    display:block;
    margin:0 0 1px;
    text-decoration:none;
    color:#FF9200;
    font-weight:bold;
}

#mainNav a {
    color:#000;
    display:block;
    margin:0 0 1px;
    text-decoration:none;
}

#mainNav a:link {
    background-position:0 0;
}

#mainNav a:visited {
    background-position:0 0;
    color:#666;
}

#mainNav a.open {
    color:#FF9200;
    font-weight:bold;
}

#mainNav a:hover, #mainNav a:active {
    background-color:#FF9200;
    background-position:0 -200px;
    color:#fff;
}

#languageLink {
    background:url("/images/backgrounds/menuDot.png") no-repeat -30px 0;
    margin:0 0 10px 21px;
    width:148px;
}

#languageLink p {
    margin:4px;
}

#languageLink span {
    display:none;
}

#languageLink ul {
    list-style-type:none;
    padding:0;
    margin:0;
}

#languageLink a {
    color:#000;
    display:block;
    padding:6px 2px 4px 20px;
    text-decoration:none;
}

#languageLink .fr a {
    background: url("/images/fr.gif") no-repeat 4px 50%;
}

#languageLink .en a {
    background: url("/images/en.gif") no-repeat 4px 50%;
}

#languageLink a:hover, #languageLink a:active {
    background-color:#FF9200;
    color:#FFF;
    font-weight:bold;
}

#content {
    margin:0 40px 0 210px;
    min-height:560px;
}

#content h3 {
    color:#7AAAD1;
    font-size:1.2em;
    height:40px;
    line-height:60px;
    margin:0;
    overflow:hidden;
    padding:0;
}

#content h4 {
    border-bottom:1px solid #4D8EC1;
    clear:left;
    color:#0D213A;
    font-size:1.2em;
    margin:10px 0 15px;
    padding:0;
}

#content h5 {
    border-bottom:1px solid #4D8EC1;
    color:#0D213A;
    font-size:1em;
    margin:30px 0 5px 200px;
    padding:0;
}

#contentWrapper {
    background:#E7F1F9 url("/images/backgrounds/contentBackground.gif") repeat-x;
    border-bottom:1px solid #C3D9EB;
    border-top:1px solid #4D8EC1;
    padding-bottom:20px;
}

#graphicBackground {
    background: url("/images/backgrounds/graphicContentBackground.jpg") no-repeat;
    padding:50px 30px 10px;
    position:relative;
}

#textContent {
    min-height:450px;
}

#textContent img {
    clear:left;
    float:left;
    margin:0 0 30px 0;
}

a img {
border-top: none;
border-right: none;
border-left: none;
border-bottom: .5em solid transparent;
}

a:hover img {
border-bottom: .5em solid #ccc;
}

#textContent img.inline {
   clear: none;
   float: none;
   display: inline;
   padding: 0 1em 0 1em;
}

#home #textContent img {
    margin:0 0 30px 0;
}

#textContent img#visual {
    border:1px solid #FFF;
    float:none;
    height:auto;
    margin:0 0 30px 0;
    width:100%;
}

#map {
    margin: 0 0 0 200px;
}

#content p {
    line-height:1.4em;
    margin:0 0 0 200px;
    padding:0 0 10px 0;
    text-align:justify;
}

#content .fullwidth {
  margin: 0;
  text-align: center;
}

#content ul {
    list-style-type:none;
    list-style-image:url("/images/backgrounds/dotText.gif") !important;
    list-style-position:outside;
    margin:5px 0 15px 200px;
    padding:0;
    text-align:justify;
}

#content li {
    margin:5px 0;
    padding:5px 0;
    text-align:justify;
}

#content table {
    line-height:1.4em;
    margin:0 0 25px 200px;
    padding:0;
}

#content table td.date {
    font-style:italic;
    width:30%;
}

#content ul.degrade {
    list-style-image:url("/images/backgrounds/dotText.gif");
    list-style-position:inside;
    padding:0;
    text-align:left;
}

#content ul.degrade li, #content div.degrade {
    background:#ECF4FA url("/images/backgrounds/listItemBackground.jpg") repeat-y;
    border-bottom:1px solid #FFF;
    border-top:1px solid #FFF;
    margin:10px 0;
    padding:5px;
}

#content div.degrade {
    margin:30px 0 50px 200px;
    padding:10px;
}

#content div.degrade p {
    margin:0;
    padding:0;
}

#content div.degrade ul {
    list-style-type:square !important;
    list-style-image:none !important;
    margin:0 0 0 20px;
    padding:0;
}

#content div.degrade li {
    margin:0;
}

#content ul.degrade strong {
    color:#0862A9;
    font-size:1.1em;
}

#content .presentation {
    background:#619BCA url("/images/backgrounds/homePresentationBackground.gif") repeat-x 0;
    margin:0 0 0 150px;
    position: relative;
}

#content .presentation div {
    height:120px;
    display: table-row;
}

#content .presentation p {
    /*background:url("/images/backgrounds/homePresentationText-fr.gif") no-repeat 50% 50%;*/
    display: table-cell;
    vertical-align: middle;
    color:#FFF;
    font-size:1.25em;
    margin:0;
    text-indent:0px;
    text-align: center;
    padding: 1em;
}

.en #content .presentation p {
/*background-image:url("/images/backgrounds/homePresentationText-en.gif");*/
}

a:link {
    color:#0862A9;
}

a:visited {
    color:#3D4D61;
}

a:hover, a:active {
    color:#FF9600;
    text-decoration:none;
}

#partners {
    background:#FFF;
    border:1px solid #FFF;
    float:left;
    height:118px;
    margin-bottom:20px;
    text-align:center;
    width:118px;
}

#partners h4 {
    border-bottom:1px solid #DBE9F4;
    color:#0862A9;
    font-size:1em;
    font-weight:normal;
    line-height:1.6em;
    margin:0;
    padding:0;
}

#partnerLogo {
    background-position:50% 50%;
    background-repeat:no-repeat;
    margin:auto;
    height:100px;
    width:100px;
} 

.inria {
    background-image: url("/images/partners/inria.gif");
} 

#points {
    margin:30px 0 30px 150px;
    position:relative;
}

#points div {
    font-size:1.1em;
    height:120px;
    margin-bottom:30px;
    padding:0;
    position:relative;
}

#points p.point {
    background:url("/images/backgrounds/homeQuestion.gif") no-repeat 10px 1.4em;
    line-height:1.5em;
    margin:0 0 5px 0;
    padding:20px 10px 0;
    text-align:justify;
    text-indent:40px;
}

#points p.answer {
    line-height:1.5em;
    margin:-1.8em 0 0;
    padding:0 5px;
    text-align:right;
}

#points p.answer a {
    font-style:italic;
    font-size:.9em;
    font-weight:bold;
    margin:0;
    padding:5px 0;
}

#news {
    background:#F3F8FC;
    height:120px;
    line-height:1.4em;
    margin:0 -120px 0 150px;
    overflow:hidden;
    text-align: left;
}

#news h4 {
    background:#FFCB7F url("/images/backgrounds/newsTitle.gif") repeat-y;
    border-bottom:0 none;
    color:#FFF;
    font-size:1em;
    line-height:1.6em;
    margin:0;
    padding:0 5px;
    position:relative;
}

#news h4 a {
    color:#FFF;
    font-size:.8em;
    position:absolute;
    right:5px;
}

#news #newsScroll {
    height:100px;
    overflow-x:hidden;
    overflow-y:auto;
}

#news .newsItem {
    margin:7px 5px;
}

#news h5 {
    border-bottom:0 none;
    float:left;
    font-style:italic;
    max-height:1.6em;
    margin:0;
    overflow:hidden;
    text-align:right;
    width:30%;
}

#news p {
    margin:0;
    padding:0;
}

#news p.description {
    background: url("/images/backgrounds/dotText.gif") no-repeat 0 -.2em;
    display:block;
    height:1.6em;
    margin-right:60px;
    padding-left:20px;
}

#news p.date {
    clear:left;
    color:#ACB4BB;
    font-size:.7em;
    line-height:.5em;
    margin:-1.6em 0 0;
    text-align:right;
}

#footer {
    background: url("/images/backgrounds/footer.gif") repeat-x 0 100%;
}

#footer p {
    font-size:.8em;
    line-height:2em;
    margin:0;
}

#footer p.copyright {
    background: url("/images/backgrounds/footerLeft.gif") no-repeat 0 100%;
    color:#FFF;
    float:left;
    text-align:center;
    width:180px;
}

#footer p.info {
    background: url("/images/backgrounds/footerRight.gif") no-repeat 100% 100%;
    color:#535353;
    margin-left: 200px;
    text-align: center;
}

#footer a:link {
}
#footer a:visited {
}
#footer a:hover, #footer a:active {
}

.formLabel {
}

.formInput {
}

.hint {
}

#submit {
}

.error, #errors {
    color:#F00;
}

.right {
    text-align: right;
}

/*
 * Onglet stuff
 */
ul#onglets {
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0 0 .3em 0;
}

ul#onglets li {
    display: inline;
}

ul#onglets li a {
    color: #42454a;
    background: url("/images/backgrounds/menuDot.png") no-repeat;
    border: 1px solid #c9c3ba;
    border-bottom: none;
    padding: .3em .3em .3em 20px;
    text-decoration: none;
}

ul#onglets li a:hover {
    background-position: 0 -200px;
    background-color: #ff9200;
    color: #fff;
}

ul#onglets li a.selected {
    color: #ff9200;
    background-position: 0 -100px;
    background-color: #f1f0ee;
    font-weight: bold;
}

div.onglet {
    border-top: 1px solid #c9c3ba;
}

div.onglet.hide {
    display: none;
}

#clustersmap {
    width: 100%;
    height: 450px;
}

#content .cpopup {
  padding: 1em 0 0 0;
}

#content .cpopup p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.center {
   text-align: center;
}

#stats {
  margin-bottom: 2em;
}

#stats li {
  height: .5em;
  margin-left: 2em;
}

#clusterstable {
  font-size: 80%;
}

#clusterstable tbody>tr {
  cursor: pointer;
}

#clusterstable tbody>tr.odd {
}

#clusterstable tbody>tr.even {
  background-color: #eee;
}

#clusterstable tbody>tr:hover {
  background-color: #ff9200;
}

#clusterstable th {
  position: relative;
}

#clusterstable th img {
  position: absolute;
  float: left;
}

#clusterdetails h1 {
  border-bottom: 1px solid #4d8ec1;
  clear: left;
  color: #0d213a;
  font-size: 1.2em;
  margin: 10px 0 15px;
  padding: 0;
}

#clusterdetails ul {
  width: 100%;
  margin: 0;
}

#clusterdetails li {
  width: 320px;
  padding: 0 .5em 0 0;
  float: left;
  background-image: none;
}

#clusterdetails li>div {
  display: inline;
}

.label {
  font-weight: bold;
}

a.pdf {
  background-image: url(/images/pdf.png);
  background-repeat: no-repeat;
  padding-left: 20px;
}

#pagination {
  clear: both;
  width: 100%;
  text-align: center;
}

ul.gallerie {
  list-style-type: none;
  list-style-image: none;
  width: 100%;
  padding: 0;
  position: relative;
  left: -160px;
  display: block;
  float: none;
}

ul.gallerie li {
  list-style-type: none;
  list-style-image: none;
  float: left;
  width: 49%;
  margin: 0;
  padding: 5em;
  vertical-align: middle;
  text-align: center;
}

ul.gallerie img {
  margin: 0 0 0 0;
  float: none;
  clear: none;
  display: block;
}
