

body,
td,h1,h2,h3 {
  font-family:  Arial , Geneva, sans-serif, Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica ;
  font-size: 13px;
}

h1 {
  font-size: 20px;
  color: #FF9900;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
}

h2 {
  font-size: 13px;
  color: #CC0033;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 12px;
}
.title {
  font-size: 13px;
  color: #CC0033;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  color: #CC0033;
  font-weight;
  margin-bottom: 4px;
  margin-top: 8px;
}

blockquote {
    margin: 0px 0 0px 0;
    padding: 0px 0px 0px 0px;
}
body {
  background: #CCCCCC;
}


a,
a:visited,
a:link {
  color: #0080AA;
  text-decoration: none;
}

a:active,
a:hover {
  color: #0080AA;
  text-decoration: underline;
}

a.external, a.external:visited, a.external:link,
.external a, .external a:visited, .external a:link {
  color: #0080AA;
}

a.external:active, a.external:hover,
.external a:active, .external a:hover {
  color: #0080AA;
  text-decoration: underline;
}

#pagecasavisa {
  position: relative;
  display: inline-block;
    padding: 0;
    border: 1px solid #959596;

  width: 880px;
  background-color: #FFFFFF;
  overflow:auto;
}

#pagecasavisa .pagecasavisa_inner {
    position: static;
}

#leftcol {
  display: block;
  position: relative;
  float:left;
  width: 230px;
  height: 934px;
  background-color: #EEEED3;
  border-right: solid 1px;
  border-color :#BBB;
}

#leftcol .leftcol_inner {
  padding: 8px 15px;
  font-size: 14px;
  text-align: left;
}

#header {
  display: block;
  position: relative;
  float:left;
  width: 878px;

  background-image: url("./images/header_back.png");
  background-repeat: repeat-x;
  background-position: bottom;
  margin: 0px;
  border: 0px;
  padding: 3px 0px 0px 0px;
}

#header h1 {
  font-size: 12px;
  color: #CC0033;
  font-weight: 900;
  margin-bottom: 0px;
  margin-top: 0px;
}

#header .header_inner {
  width: 600px;
  height: 88px;
  position: relative;
  left: -3px;
  margin-left: 200px;
  margin-right: auto;
  padding: 0px 0px 0px 0px;
}

#subtabs {
  float:left;
  top:95px;
  width: 660px;
  height: 24px;
  text-align: left;
  padding: 10px 0px 0px 15px;
  background-color: #FFFFFF;
}

#centercol {
  display: block;
  float: left;

  width:528px;
  background-color: #FFFFFF;
}

#centercol .centercol_inner {
  padding: 10px 20px;
  font-size: 13px;
  text-align: left;
}

#sidebar {
  display: block;
  float:right;
  right:0px;
  top:130px;

  width: 220px;
  height: 1200px;

  border-left: solid 1px;
  border-color :#BBB;
  background-color: #EEEEEE;
  padding-top: 8px;
}

#sidebar .sidebar_inner {
  padding: 8px 15px;
  font-size: 11px;
  text-align: left;
}

#sidebar li {
    list-style-type: none;
    list-style-image: url('none');
    margin-bottom: 0px;
    margin-left: 0px;
}

.chapeau {
    border-left: solid 5px;
    border-right: solid 5px;
    border-top: solid 5px;
    border-bottom: solid 5px;
    border-color :#EEEEEE;
    background-color:#EEEEEE;
}
.colonnes {
    border-left: solid 5px;
    border-right: solid 5px;
    border-top: solid 0px;
    border-bottom: solid 0px;
    border-color :#FFFFFF;
    background-color:#FFFFFF;
}

/* -- TABULATIONS --------------------------------------------------------------- */

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-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;
  color: #EEE;
}
.fonttab {
  text-align: center;
  font-size: 14px;

  display: block;
  padding: 14px 10px 4px 10px;
  color: #000;
}

#nav_tabs li.tab a,
#nav_tabs li.tab a:link,
#nav_tabs li.tab a:visited {
  color: #EEE;
}

#nav_tabs li.tab a:hover {
  color: #FFF;
}

#nav_tabs li.tab.current a,
#nav_tabs li.tab.current a:link,
#nav_tabs li.tab.current a:visited {
  color: #000;
}

#nav_tabs li.tab.current {
  background-image: url("./images/tab_selected.png");
}

#nav_tabs li.nontab {
  padding: 10px 0px 0px 15px;
  float: right
}

#tabeau img {
 border:0;
}
