/* CSS Document */
/*********** TROMBI ************/	


#bloc_page{
  text-align:left;
  margin-top:15px;
  padding-bottom:5px;
  padding-left:20px;
  padding-right:10px;  
  float:left;
  position:relative;
  margin-left:10px;  
}


#bloc_page .texte{
	width:615px;
	margin-top:2px;
	margin-bottom:2px;
	float:left;
  border:solid 1px #FCC843;
  background-color:#FCF1D3;	
  padding:10px;
  
}

.texte .titre{
	font-size:10pt;
	font-weight:bold;
    background-image:url('./images/fond_titre.png');  
    background-position: top left;  
    background-repeat: repeat-x;	
	padding-top:3px;
	padding-bottom:7px;
	padding-left:5px;
	margin-left:-5px;
	display:block;
}







	