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

#wraperinner {
	position: relative;
	width: 100%;
	min-width: 600px;
	text-align: left;	
}


/* _________________________________________________________________________________________________________*/
/* _____________________________________________RUBRIQUES__________________________________________________*/
/* _________________________________________________________________________________________________________*/

.bloc_entete_rubrique{
	position: relative ;
	background-color: silver ; 
	padding: 0px 0px 0px 0px;
	margin : 0 0 0 0 ;
	min-width: 430px;
	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;
	}
	.bloc_entete_rubrique a{
	color: black; /* haloween  */
	}
.bloc_corps_rubrique{
	position: relative ;
	padding: 3px 3px 0px 3px;	
	background-color: white ; 
}
