/* Couleurs du thème gris-gris */

@import 'common.css';

body { 
background: url('images/gris/bg.jpg') top center;
}

a { color: white; }

input,textarea { color: #bbbbbb; border: solid 1px #606060; background: #353535; }
select { color: #bbbbbb; border: solid 1px #606060; background: #353535;  }
form#log input { border: none; border-bottom: #000 dotted 1px; background: none;}
form#pleins input { border: none; border-bottom: #000 dotted 1px; background: none;}
form#pleins input.button { border: solid 1px black; }
form#log input.button { border: solid 1px black; }

div#main_holder {
  background: url('images/gris/logo.png') 3px 3px no-repeat #363636;
  padding-top: 55px;
  width: 900px;
  /* margin: 0px auto 0px auto; */
  /* margin: 0px auto 0px auto; */
}

.rowlisting { }
.rowlisting:hover { background: #30383d; }

div.tab {
  background: #999999; 
  color: white;
  text-decoration: underline;
}

div.tabfocus {
  background: url('images/gris/bg_nav.gif') repeat-x; 
  /* background: url('tab_bgd_blue.gif') repeat-x; */
  color: white;
}

div.tabcontent {
  /* background: white; */
  border: solid 1px #6e6e6e;
  background: url('images/gris/bg_div.png') top left no-repeat #565656;
  color: #bbbbbb;
}

h1 { color: #07abff; text-transform: uppercase; }

div#gmap {
  border: solid 1px #6e6e6e;
}

div#lisere a { 
  color: inherit ! important;
  font-weight: normal;
}
div#lisere img {
  vertical-align: top;
}
div#lisere {
 background: url('images/gris/bg_nav.gif') repeat-x; 
 color: black;
 line-height: 30px; 
 height: 30px; 
 padding: 5px;
}

div#blog b { color: #818181 ! important; }
div#faq b { color: #818181 ! important; }

hr { color: #6e6e6e; background-color: #6e6e6e; height: 1px; border: 0; }

li { list-style-image: url('images/gris/puce.gif'); } 

th { text-align: center; }
th a { color: white; }

/* Sidebar submit buttons */
input#createaccount_submit{ padding-left: 34px; height: 34px; line-height: 34px; background: 3px 3px url('images/communs/valider.png') no-repeat #353535; color: #bbbbbb; }
input#login_submit{ padding-left: 34px; height: 34px; line-height: 34px; background: 3px 3px url('images/communs/valider.png') no-repeat #353535; color: #bbbbbb; }
input#paypal_submit{ }
