.boite {
	position:relative;
	margin:0px auto;
	color:#000;
	z-index:2;
	margin-left:10px; /* largeur du bord gauche */
	margin-bottom:0.5em; /* espace en dessous de la boite */
}

.boite .contenu, .boite .h, .boite .b, .boite .b div {
	background:transparent url("images/bordure.png") no-repeat top right; /* fichier de bordure */
}

.boite .contenu {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:0px 10px 0px 0px; /* largeur bordure droite */
}

.boite .h {
	/* haut */
	position:absolute;
	left:0px;
	top:0px;
	width:10px; /* hauteur bordure haut */
	margin-left:-10px;
	height:100%;
	_height:1600px; /* pour IE 6 */
	background-position:top left;
}

.boite .b {
	/* bas */
	position:relative;
	width:100%;
}

.boite .b, .boite .b div {
	height:10px; /* hauteur bordure bas */
	font-size:1px;
}

.boite .b {
	background-position:bottom right;
}

.boite .b div {
	position:relative;
	width:10px; /* largeur bordure bas */
	margin-left:-10px;
	background-position:bottom left;
}

.boite h1, .boite p {
	margin:0px; /* laisser les marges vides ici. */
	padding:0.7em 0px 0.3em 0;
}

.boite h1 {
	padding-bottom:0;
}

#tab {
	position:relative;
	width: 20em;
}
ul.tab_recherche, ul.tab_recherche li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.tab_recherche {
	margin-bottom: -4px;
	padding: 0.5em 0 0.5em 2em;
	text-align: left;
	font: bold .7em verdana, arial, sans-serif;
}

ul.tab_recherche li {
	position:relative;
	z-index: 1;
	display: inline;
}

ul.tab_recherche li.selected {
	position:relative;
	z-index: 3;
}

ul.tab_recherche li a {
	background: url("images/onglet1.png") no-repeat top left;
}

ul.tab_recherche li a span {
	background: url("images/onglet1.png") no-repeat top right;
}

ul.tab_recherche li.selected a {
	background: url("images/onglet2.png") no-repeat top left;
	color: #666;
}

ul.tab_recherche li.selected a span {
	background: url("images/onglet2.png") no-repeat top right;
}


ul.tab_recherche li a {
	color: #999;
	padding: 0.5em 0 0.5em 6px;
	margin-right: 5px;
	text-decoration: none;
}

ul.tab_recherche li a span {
	padding: 0.5em 12px 0.5em 0;
	margin-right: -6px;
}

ul.tab_recherche li a:hover span {
	text-decoration: underline;
}

/*\*//*/
ul.tab_recherche li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

ul.tab_recherche  {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html ul.tab_recherche li a {
	padding: 0 0 0 6px;
}
/**/




/* input */

div.input {
	width: 9em;
}
div.input p {
	text-align:center;
	padding: .5em 0 0 0;
}
div.input a {
	text-decoration: none;
	color: #000;
}
