@charset "UTF-8";
/* CSS Document */

body{
background-color:#000000;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:12 px;
color:#333;
margin:0;
padding:0;
background-repeat:no-repeat;
scrollbar-face-color:#5c9635;
scrollbar-highlight-color:#81b04e;
scrollbar-3dlight-color:#81b04e;
scrollbar-darkshadow-color:#3e5e19;
scrollbar-shadow-color:#3e5e19;
scrollbar-arrow-color:#81b04e;
scrollbar-track-color:#FFFFFF;

}

/*BLOC BLANC EN FOND > PANIER*/
.panierhaut{

	background:url(../site/img/hautpanier.gif) no-repeat top left;
	height:10px;
	width:714px;
	clear:both;
	margin-left:10px;
	margin-top:0px;
}

.paniermilieu{
	background:url(../site/img/milieupanier.gif) repeat-y top right;
	width:714px;
	height:480px;
	margin-top:0px;
	position:relative;
	display:block;
	margin-left:10px;
	margin-top:-10px;
	padding-bottom:10px;

}

.panierbas{

	background:url(../site/img/baspanier.gif) no-repeat top left;
	height:10px;
	width:714px;
	clear:both;
	margin-left:10px;

}

.paniertxt {
margin :10px;
overflow-y:auto; 
overflow-x: hidden;
height:480px;
}

/*Gabarit invite*/
.paniergdtxt {
margin :10px;
overflow-y:auto;
overflow-x: hidden; 
height:865px;
}
.paniergdmilieu{
	background:url(../site/img/milieupanier.gif) repeat-y top right;
	width:714px;
	height:875px;
	margin-top:0px;
	position:relative;
	display:block;
	margin-left:10px;
	margin-top:-10px;
	padding-bottom:10px;
}
