/*BOITE*/
table#boite {
/*z-index: 15;*/
clear: none;
/*position: absolute;*/
background-color: #ffffff;
margin-left: 10px;
}
.boite  {
float:right;
width: 200px;
padding-top: 5px;
/*-margin-TOP: 26px;*/
*margin-left: 453px;/*IE7*/
-margin-left: 480px;/*IE6*/
display: block;
margin-top: 0;
}
table#boite h2.h2boite {
	color: #eb7522;
margin: 0px;
padding: 0px;
*font-weight: bold;
font-size: 14px;
margin-bottom: 5px;
margin-left: 0px;
padding-left: 0px;
}
#boite ul {
overflow:hidden;
overflow-y:auto;
position: relative;
height: 140px;
*height: 140px;/*IE7*/
-height: 140px;/*IE6*/
}
.boite p,.boite h6 {
margin-right: 10px;
margin-left: 10px;
}
ul.boite {
	font: 11px verdana;
	text-indent: 0px;
	list-style: none;
	padding: 0px;
	/*width: 320px;*/
	display: block;
	margin: 0 0px 0px 0;
}
li.boite01 {
	border-bottom: 1px solid #FFFFFF;

}
li.boite01 a , li.boite01 a :link, li.boite01 a:visited, li.boite01 a :active {
	background: #daecfb;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	/*font-weight: bold;*/
	color: #322f30;
	width: 200px;
	display: block;
	text-indent: 3px;
}
li.boite01 a:hover, li.boite01 a:focus {
	background: #3e576e;
	color: #FFFFFF;
}