/**
 * CSS Reset
 * From Blueprint reset.css
 * http://blueprintcss.googlecode.com
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/**
 * Basic Typography
 */
body {
    font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #222;
    background: #fff;
    margin: 1em 1.5em;
}
pre, code {
    margin: 1.5em 0;
    white-space: pre;
}
pre, code {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height:1.5;
}
a[href] {
    color: #436976;
    background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
    /*color: #003a6b;*/
    background-color: transparent;
    font: 100% 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    margin: 0;
    padding-top: 0.5em;
}
h1 {
    font-size: 130%;
    margin-bottom: 0.5em;
    /*border-bottom: 1px solid #fcb100;*/
    border-bottom: 1px solid black;
}
h2 {
    font-size: 120%;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #aaa;
}
h3 {
    font-size: 110%;
    margin-bottom: 0.5em;
    text-decoration: underline;
}
h4 {
    font-size: 100%;
    font-weight: bold;
}
h5 {
    font-size: 100%;
    font-weight: bold;
}
h6 {
    font-size: 80%;
    font-weight: bold;
}

/**
 * Map Examples Specific
 */
/*.smallmap {
    width: 612px;
    height: 300px;
    border: 1px solid #ccc;
}*/
#map{
  position:absolute;
  top:80px;
  left:20px;
  width:600px;
  height:300px;
  border: 1px solid #ccc;
  background-color:white;
}
#mapContent{
  padding:5px;
  position:absolute;
  top:80px;
  left:20px;
  width:600px;
  border: 1px solid #ccc;
  background-color:white;
}
#tags {
    display: none;
}
#infos{
  position:absolute;
  font-size:10px;
  padding:10px;
  top:80px;
  left:630px;
  width:300px;
  height:455px;
  border: 1px solid #ccc;
  background-color:white;
  overflow:auto;
}
#status{
  font-size:10px;
  padding:5px;
  position:absolute;
  top:390px;
  left:20px;
  width:590px;
  /*color:white;
  border: 1px solid black;
  background-color:black;*/
}
#docs{
  font-size:10px;
  padding:5px;
  position:absolute;
  top:420px;
  left:20px;
  width:590px;
  /*border: 1px solid #ccc;*/
  background-color:white;
}
.status_highlight{
  color:red;
  /*background-color:black;*/
}
.infos_title{
  font-size:12px;
  font-weight:bold;
padding-top:20px;
}
a.navsup{
color:black;
text-decoration:none;

}
a.navsubLang{
color:black;
font-size:10px;
text-decoration:none;
text-transform : capitalize;
}
a.navsub{
color:black;
font-size:10px;
text-decoration:none;
}
a.navsubon{
background:#EEEEEE;
color:black;
font-size:10px;
text-decoration:none;
}
a.navsuboff{
color:black;
font-size:10px;
text-decoration:none;
}
navsub{
color:black;
font-size:10px;
text-decoration:none;
}
a.navAton{
background:#EEEEEE;
color:black;
font-size:10px;
text-decoration:none;
}
a.navAtoff{
color:black;
font-size:10px;
text-decoration:none;
}
a.navAt{
color:black;
font-size:10px;
text-decoration:none;
}
navAt{
color:Sienna;
font-size:10px;
text-decoration:none;
}

.thumbs{
border-color:white;
border-style:solid;
border-width:1px;

}

/*introduction*/
.mot_2{background-color:#00FF00;}
/*repository*/
.mot_3{background-color:#FF00FF;}
/*memory art*/
.mot_4{background-color:#00FFFF;}
/*FAT archive*/
.mot_5{background-color:#FFA500;}
/*interfaces*/
.mot_6{background-color:#FFC0CB;}
/*thesaurus FAT*/
.mot_7{background-color:#C0C0C0;}

.titleArticle {
    font-size: 20px;
    margin-bottom: 20;
    border-bottom: 1px solid #aaa;
}
