body,
td,h1,h2,h3 {
  font-family:  Arial , Geneva, sans-serif, Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica ;
  font-size: 13px;
  color: #333333;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom:0px;
  margin-top    :7px;
}

h1 {
  color: #F87217;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family:  Verdana, Helvetica, Arial , Geneva, sans-serif, Lucida Grande, Lucida Sans Unicode ;
}

#translation {
  font-size: 10px;
  color:#F72C25;
  text-align: right;
}

.title {
  font-size: 13px;
  color:#F72C25;
  font-weight: bold;
}
.chapeau {
    border-left: solid 5px;
    border-right: solid 5px;
    border-top: solid 5px;
    border-bottom: solid 5px;
    border-color :#EFEFEF;
}
h2 {
  font-size: 14px;
  color: #F88017;
  margin-bottom: 3px;
  margin-top: 10px;
}

h3 {
  margin-top: 3px;
  font-size:  13px;
  color: #F88017;
  font-weight: bold;
  margin-bottom: 3px;
}
body {
  background-image: url('/images/l_repeat.png');
  background-repeat: repeat-x;
}

a,
a:visited,
a:link {
  color: black;
  text-decoration: none;
}

a:active,
a:hover {
  color: black;
  text-decoration: underline;
}

a.external, a.external:visited, a.external:link,
.external a, .external a:visited, .external a:link {
  color: #006000;
}

a.external:active, a.external:hover,
.external a:active, .external a:hover {
  color: #008000;
  text-decoration: underline;
}

#pagelinutop {
  position: relative;
  display: inline-block;
  padding: 0;
  border: 1px solid #D5D5D5;

  width: 880px;
  background-color: #FFFFFF;
  overflow: hidden;

}

#pagelinutop .pagelinutop_inner {
    position: static;
}


#header {
  background-image: url('/images/header_back.png');
  background-repeat: repeat-x;
  background-position: bottom;
  border: 0px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

#header .header_inner {
  width: 620px;
  height: 98px;
  position: relative;
  left: -3px;
  margin-left: 210px;
  margin-right: auto;
  padding: 0px 3px 0px 0px;
}

#footer {
  width: 880px;
  margin: 0px;
  border: 0px;
}

#footer .header_inner {
}


#subtabs {
  float:left;
  top:95px;
  width: 800px;
  height: 25px;
  text-align: left;
  font-size: 12px;
  padding: 10px 0px 0px 15px;


}

#subtabs a {
  text-decoration: underline;
  color: #647F8E;
}

#centercol {
  display: block;
  float: left;

  width:640px;
  background-color: #FFFFFF;
}

#centercol2 {
  display: block;
  float: right;

  width:640px;
  background-color: #FFFFFF;
}

#translate {
  width:1285px;
}

#centercol .centercol_inner {
  padding : 10px;
  font-size: 13px;
  text-align: left;
}

#centercol2 .centercol_inner {
  padding : 10px;
  font-size: 13px;
  text-align: left;
}



#sidebar {
  display: block;
  float:right;
  right:0px;
  top:130px;

  width: 200px;
  height: 665px;

  border-left: solid 1px;
  border-color :#BBB;
  /*background-color: #EEEEEE;*/
}

#sidebar .sidebar_inner {
  padding: 5px;
  font-size: 12px;
  text-align: left;
}

#sidebar li {
    list-style-type: none;
    list-style-image: url('none');
    margin-bottom: 0px;
    margin-left: 0px;
}

#centercol ul {
    margin-top: 4px;
    padding-left: 0;
/*    padding-left: 18px;*/
/*    list-style-image: url('/images/sup.png'); */
}
#centercol li {
    list-style-type: none;
}

/* -- TABULATIONS --------------------------------------------------------------- */

div#top_account {
  width: 260px;
  margin-bottom: 8px;
}
div#nav_tabs {
  position: absolute;
  bottom: 0px;
  left: 5px;
  text-align: left;
}


#nav_tabs ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#nav_tabs li {
  float: left;
}

#nav_tabs li.tab {
  float: left;
  width: 107px;
  height: 35px;
  background-color: #FFFFFF;
  background-image: url('/images/tab_normal.png');
  background-repeat: no-repeat;
  background-position: bottom;
}

#nav_tabs li.tab a {
  text-align: center;
  font-size: 14px;

  display: block;
  padding: 14px 10px 4px 10px;
}

#nav_tabs li.tab a,
#nav_tabs li.tab a:link,
#nav_tabs li.tab a:visited,
#nav_tabs li.tab a:hover {
  font-weight: 900;
  color: #485356;
}

#nav_tabs li.tab.current a,
#nav_tabs li.tab.current a:link,
#nav_tabs li.tab.current a:visited {
  color: #647F8E;
}

#nav_tabs li.tab.current {
  background-image: url('/images/tab_selected.png');
}

#nav_tabs li.nontab {
  padding: 10px 0px 0px 10px;
  float: right
}

form {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

input, select, textarea {
  font-size: 11px;
}

input[type='text'], input[type='submit'], input[type='password'], select, textarea {
  border: 1px solid #666666;
}

input[type='radio'], input[type='checkbox'], input[type='hidden'] {
  border: 0;
}

input[type='submit'], input[type='button'] {
  font-size: 12px;
  text-align: center;
}

img {
 border:0;
}

.data_ul {
 margin-bottom: 0;
}

.post {
 margin-bottom: 26px;
}

