#wraper {
	margin-top:10px;	
   text-align: center;
}

#wraperinner {
	position: relative;
	width: 970px;
	min-width: 970px;
   margin: 0px auto;
	text-align: left;	
}

/* _________________________________________________________________________________________________________*/
/* _____________________________________________RUBRIQUES__________________________________________________*/
/* _________________________________________________________________________________________________________*/
.bloc_entete_rubrique{
	position: relative ;
	background-color: silver ; 
	padding: 0px 0px 0px 0px;
	margin : 0 0 0 0 ;
	width: 650px;
	height: 22px;
	background-image: url(../interface/degrade_v_1.png);
}
	.bloc_entete_rubrique_logo{
		position: absolute ;
		height: 22px;
		width : 22px;
		background-image: url(../interface/fleche_3D.png);
	}
	.bloc_entete_rubrique_texte{
		position: absolute ;
		padding: 1px 1px 0px 1px;
		left: 25px;
		
		font-size: 100%;
		font-weight: bold;
		color: black;
		/*text-align: left;*/
	}
	.bloc_entete_rubrique a{
	color: black; /* haloween  */
	}

.bloc_corps_rubrique{
	position: relative ;
	padding: 3px 3px 0px 3px;
	width: 644px;	
	background-color: white ; 
}
