div.entete {
		position: absolute ;
		top: 0px ;
		left: 0px ;
		width : 756px; ;
		z-index: 2 ;
	display : block ;	
		}
div.barre {
		position: absolute ;
		top: 74px ;
		left: 0px ;
		width : 100%; ;
		z-index: 1 ;
	display : block ;	
		}				
div.menu {
		/*background-color: rgb(116,65,137) ;*/
		position: absolute ;
		left: 0px ;
		top: 98px ;
		width : 175px ;
		height: 420px ;
	display : block ;	
		}

div.onglet {
		/*background-color: rgb(206,190,211) ;*/
		position: absolute ;
		left: 175px ;
		top: 98px ;
		/*width : 100% ;*/
		height: 29px ;
		}
		
div.contenu {
		position: absolute ;
		left: 176px ;
		top: 90px ;
		width : 571px ;
	display : block ;	
		}


/*	Pour page simple	*/
div.central {
		background-color: rgb(255,255,255) ;
		position: absolute ;
		left: 175px ;
		top: 150px ;
		width : 571px ;
		/*border: 1px solid rgb(175,149,190);*/		
	display : block ;	
		}
/*	Pour page à 2 colonnes	*/
div.colonnegauche {
		background-color: rgb(255,255,255) ;
		position: absolute ;
		left: 175px ;
		top: 150px ;
		width : 436px ;
	display : block ;	
		}
div.colonnedroite {
		background-color: rgb(255,255,255) ;
		position: absolute ;
		left: 436px ;
		top: 10px ;
		width : 165px ;
	display : block ;	
		}		

div.colonnedroitefiche {
		background-color: rgb(255,255,255) ;
		position: absolute ;
		left: 436px ;
		top: 40px ;
		width : 135px ;
	display : block ;	
		}
div.breves {
		background-color: rgb(116,65,137) ;
		position: absolute ;
		left: 0px ;
		top: 98px ;
		width : 174px ;
		/*height: 420px ;*/
	display : block ;	
		}		
