#logo {
	width: 10%;
	float: left;
	/*background-image : url(../img/logo_01.png);
	background-repeat: no-repeat;
	background-position:left top;*/
	height: 90px;
	text-align: center;
	/*border:1px solid #BABABA;*/
}

#navig {
	position: relative;
	z-index: 10;
	width: 70%;
	float: center;
	margin-left: auto;
	margin-right: auto;
	/*border:1px solid #BABABA;*/
	/*overflow: auto;*/
	text-align: center;
}

#ident {
	width: 20%;
	/*background: orange;*/
	float: right;
	height: 90px;
	/*border:1px solid #BABABA;*/
}

#ident:after {
	content: "";
	display: table;
	clear: both;
}

#content {
	/*position: fixed;*/
	/*overflow: auto;*/
	z-index: 5;
	margin-top: 95px; 
	width:100%;
	clear: both;
	/*background: green;*/
	/*border:1px solid #BABABA;*/
}

#footer{
	clear: both;
	/*position: absolute;*/
	width:100%;
	height:25px;
	/*background:red;*/
	text-align: center;
}

/*boite page index */
.flottante {
  /*background-color: #00ff00;
  border: 2px dotted #ffff00;*/
  margin: 2px;
  float: left;
  width: 100px;
  text-align: center;
}
.conteneur {
  width: 100%;
}
.spacer {
  clear: both;
}

/*tabs*/
.tabs {
  width: 100%;
  float: none;
  display: block;
  list-style: none;
  position: relative;
  margin: 10px 0 0 10px;
  text-align: center;
  min-height: 500px;
}
.tabs li {
  float: left;
  display: block;
}
.tabs input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.tabs label {
  display: block;
  padding: 14px 5px;
  border-radius: 2px 2px 0 0;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  background: #777777;
  cursor: pointer;
  position: relative;
  top: 4px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs label:hover {
  background: #CCCCCC;
}
.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  /*min-width: 750px;*/
  /*min-height: 300px;*/
  font-size: 15px;
  line-height: 25px;
	padding: 5px;
  position: absolute;
  top: 45px;
  left: 0;
  background: #EEEEEE;
}
.tabs [id^="tab"]:checked + label {
  top: 0;
  padding-top: 17px;
  background: #EEEEEE;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}

.tdb {
	float: left;
	min-width: 200px;
	margin-left: 15px;
}