/*--   www.hot.be   --*/
body {
  background-image:url(Images/backhot.png);
  background-attachment:fixed;
  background-position: top center;
  background-color: #c60a21;
  background-repeat: no-repeat;
  /*width: 1000px;*/
  margin: 0px auto;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: small;
}

table {
  border-collapse: collapse;/*colle les bords des cellules pour en avoir un seul*/
}

#allContent {/*fixe la largeur du site et son centrage*/
	width: 981px;
	margin: 0px auto;
}
.defaultTable {/*tables des produits-catalogue-CPD sur tout espace dispo*/
  width: 100%;
  /*background-color:#FFFFFF;*/
}

#headerRegion {/* decolle en dessous du menu horizontal*/
  margin-bottom: 15px;
}
mainContentRegion {/*login-pwd*/
  display: block; 
  clear: both;
  border-bottom: 1px solid #0000ff;
}
.sectionHeader {/*gere le titre sous le centre des messages dans admin*/
  border-bottom: 1px solid #000000;
  color: #c60a21;
  /*font-size: .9em;*/
  padding-bottom: 5px;
  font-weight: bold;
}

/* control - navigation
.navigationRule { 
  border: 2px solid #024A76;
  position: relative;
  top: -8px; 
}*/
/*hr {
  border-bottom: 1px solid #CCC;
  color: #FFF;  
}*/

.label {/*gere les commentaires sous les photos des articles et le texte des popup*/
  color: #000000;
}

.textbox {
  /*font-size: .75em;
  height: 1.05em;*/
}
.smalltextbox {
  /*font-size: .75em;
  height: 1.05em;*/
  width: 20px; 
}
.multilinetextbox {
  width: 188px;
  height: 80px;  
}
.largemultilinetextbox {
  width: 350px;
  height: 150px;  
}
.longmultilinetextbox {
  width: 350px;
  height: 75px;  
}
.longtextbox {
  /*font-size: .75em;
  height: 1.05em;*/
  width: 325px;
}

.dropdownlist {
  /*font-size: .7em;*/
  color: #000000;
}
.fwdropdownlist {
  /*font-size: .7em;*/
  /*font-family: Courier New;*/
}

.button {
    /*font-size: .7em;*/
    /*height: 20px;*/
    /*font-weight: bold;*/
    /*padding-bottom: 5px;*/
}
.rightbutton {
	/*font-size: .7em;*/
	/*height: 20px;*/
	/*font-weight: bold;*/
    float: right;
}
/*useredit dans admin
.modalbutton {
	font-size: .7em;
	height: 20px;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	float: right;
}*/

/*admin et dll*/
.verticalalign img {
  vertical-align: middle;
}
.verticalalign span {
  vertical-align: top;
}
.showAll {
  float: right;
}

/* --- Haut de page + liens + bas de page --- */

a:link {
  color: #c60a21;
  text-decoration: none;
}
a:visited {
  color: #c60a21;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
#footer {
  margin: 5px;
  padding: 2px;
  text-decoration: none;
  text-align: center;
  /*font-size: .7em;*/
  color: #000000;
  border-top: 1px solid #000000;
}
#footer a {
}
#footer a:link {
  color: #FFFFFF;
}
#footer a:visited {
  color: #FFFFFF;
}
#footer a:hover {
  color: #000000;
  text-decoration: underline
}

/* --- onglets dans admin configuration du site --- */
.menuItem {
  color: #fff;
}
.menuItem a {
  cursor: pointer;  
}
.menuItem #left{
  width: 5px;
  display: inline;
  background: url(images/blue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}
.menuItem #mid {
  display: inline;
  background: url(images/blue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.menuItem #mid #text {
  position: relative;
  top: 5px;
  color: #FFF;
}
.menuItem #right {
  width: 5px;
  display: inline;
  background: url(images/blue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}
.menuItemSelected {
  color: #fff;
}
.menuItemSelected a {
  cursor: pointer;  
}
.menuItemSelected #left {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}
.menuItemSelected #mid {
  display: inline;
  background: url(images/lightblue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.menuItemSelected #right {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}
/* --- fin onglets dans admin configuration du site --- */


