	
	/*
		laouj.css: feuille de style (css2) pour le site laouj
	*/
	
	
	/*
		valeurs par defaut pour les ŽlŽments html
	*/
	
	p, li {
		font-family: Helvetica, Arial, sans-serif;
		font-size:12pt;
	}
		
	 p.en-construction
	 {
	  
		text-align: center;
		font-size: 24px;
		font-family: "courier new", monospace;
		color: #339900;
		margin-left: 8px;
		margin-bottom: 8px;	
	 }
	 
	 body {
	
		background-image: url("img/laouj-fond3.jpg");
	 }

	/*
	*/
	
	td.barre {
		background-color: #993333;
	}
	
	/*
		rubrique
	*/
	
	p.titre-rubrique {
	  color : #770000;
	  margin-top: 20px;
	  font-size:16pt;
	}