div#entete_doc_t1, div#entete_doc_t2, div#entete_doc_t3, div#entete_doc_t4, div#entete_lettre {
		clear: both;
		position: relative;
		/*margin: 0px 9px 8px 9px;*/
		margin-left: auto;
		margin-right: auto;
		width: 537px;
		height: 57px;
	}	
	
	div#entete_doc_t1 { background-color: #990134; }
	div#entete_doc_t2 { background-color: #FF3334; }
	div#entete_doc_t3 { background-color: #FE765E; }
	div#entete_doc_t4 { background-color: #FEAC1A; }
	
	div#entete_lettre { background-color: #010836; }
	
	
		div#entete_doc_gauche {
			position: relative;
			float: left;
			width: 340px;
			height: 57px;
			border: 0px solid #000;
		}
		div#entete_doc_droite_qe, div#entete_doc_droite_ee {
			position: relative;
			float: right;
			width: 159px;
			height: 57px;
			background-repeat: no-repeat;
			border: 0px solid #000;
		}
		div#entete_doc_droite_qe { background-image: url(../images/policy_papers.jpg); }
		div#entete_doc_droite_ee { background-image: url(../images/entete_doc_droite.jpg); }
		
		
		div#date_doc_t1, div#date_doc_t2, div#date_doc_t3, div#date_doc_t4, div#date_doc_lettre {
			position: relative;
			margin-bottom: 25px;
			margin-left: auto;
			margin-right: auto;
			width: 537px;
			height: 18px;
			line-height: 18px;
			text-align: right;
			font-size: 13px;
		}
		div#date_doc_lettre {
			margin-bottom: 15px;
		}
		div#date_doc_t1 { border-bottom: 1px solid #990134; }
		div#date_doc_t2 { border-bottom: 1px solid #FF3334; }
		div#date_doc_t3 { border-bottom: 1px solid #FE765E; }
		div#date_doc_t4 { border-bottom: 1px solid #FEAC1A; }
		
		div#date_doc_lettre { border-bottom: 1px solid #010836; }
		
		div#date_doc_lettre div#gauche, 
		div#date_doc_t1 div#gauche, 
		div#date_doc_t2 div#gauche, 
		div#date_doc_t3 div#gauche, 
		div#date_doc_t4 div#gauche {
			position: relative;
			float: left;
			width: 200px;
			text-align: left;
		}
		
		div#date_doc_lettre div#droite,
		div#date_doc_t1 div#droite,
		div#date_doc_t2 div#droite,
		div#date_doc_t3 div#droite,
		div#date_doc_t4 div#droite {
			position: relative;
			float: right;
			width: 200px;
		}
		
		
		
		
		