
/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
  /*1/4/8  text-align: center;  pour corriger le bug de centrage IE */
    text-align: center; /* pour corriger le bug de centrage IE */
    background:url(../client_cmbb_/background.png) repeat-x;

}

a:link, a:visited {
  font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

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

img { border: 0 none; }

/*****************************/
/*** Core html setup stuff ***/
/*****************************/
.conteneur {
  border: 2px #A3A3A3 solid ;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  /*_background-color:#ffffff;*/
  background:url(../client_cmbb_/body.png);
  /*height:100%;*/
  width: 900px; /* largeur obligatoire pour être centré */
  }
.pub_haut {
  /*border: 1px #ff0000 dotted ;*/
  text-align:left;
	/*height: 70px;*/
} 
.pub_bas {
  /*border: 1px #00CC00 dotted ;*/
	height: 70px;
} 

.liens1 {
  /*border: 1px #ff0000 dotted ;*/
  /*background-color:#ffffff;*/
  height: 18px;
  width: 80%;
  text-align:left;
  float: left;
}   
.liens2 {
  /*border: 1px #ff0000 dotted ;*/
  	/*background-color:#ffffff;*/
	height: 18px;
	width: 20%;
	text-align:right;
	float: right;
}   
.entete {
  /*border: 1px #ff0000 dotted ;*/
	height: 110px;
	background:url(../client_cmbb_/bandeau.jpg);
}
.menu {
  text-align:left;
  /*border: 1px #ff0000 dotted ;*/
  background: #f0f0f0;
	height: 25px;
}  
.infodefilante {
  /*border: 1px #ff0000 dotted ;*/
  background-color:#484848;
  color:#ffffff;
  font-weight:bold;
  height: 15px;
}  
.corps{
  	/*border: 2px #ff6600 dotted ;*/
  	
	height: 100%
}
.gauche {
	/*border: 1px #ff0000 dotted ;*/
	float: left;
	width:200px;
	

}
.centre {

    /*border: 1px #c3c3c3 solid  ;*/
	float: left;
	margin-top:10px;
	width:460px;
	
}
.droite {
    /*border: 1px #ff0000 dotted ;*/
	width:225px;
	float: right;
	text-align:left;
}
.pied {
  /*border: 2px #ffCC00 dotted ;*/
	height: 20px;
	text-align:center
}

.clear {
  clear: both;
  }

  /*
  Parametrage du Menu
  */
#header-box       { float: left; background: url(../client_cmbb_/menu_fond.gif)}
#module-menu       { float: left; background: url(../client_cmbb_/menu_fond.gif);color:#ff0000;}
#module-status      { float: right; background: url(../client_cmbb_/menu_fond.gif)}

#menu a, #menu div {
	padding: 0.35em 1em 0.35em;
	margin: 0 1px 0 1px;
	/*color: #d3d3d3;*/
	color: #000000;
	line-height: 1.6em; vertical-align: middle;
	font-size: 11px; font-weight: bold; text-decoration: none;
	cursor:pointer;
	background-repeat: no-repeat; background-position: left 50%
}
