/*BODY STYLE*/
	body
		{background:				#FFF url("images/fond.jpg") no-repeat fixed CENTER 90%;
		 font-family:				arial;
		 color:						#000;		
 		}
 		
/*HEADER STYLES*/
	h1
		{background:				#FFF url("images/titre1.jpg") no-repeat left;
		 height:					42px;
		 font:						bold 22pt arial;						
		 color:						#000;
		 text-indent:				55px;
		 text-align:				left;
		 text-transform:			capitalize;
		 padding:					5px 5px 5px 5px;							/*TOP RIGHT BOTTOM LEFT*/
		 margin:					10px 0px 20px 5px;							/*TOP RIGHT BOTTOM LEFT*/
		 border:					none;
		 width:						720px;
		}
	h2
		{background:				#FFF url("images/titre2.jpg") no-repeat left;
		 height:					42px;
		 font:						bold 22pt arial;						
		 color:						#000;
		 text-indent:				55px;
		 text-align:				left;
		 text-transform:			capitalize;
		 padding:					5px 5px 5px 5px;							/*TOP RIGHT BOTTOM LEFT*/
		 margin:					10px 0px 20px 5px;							/*TOP RIGHT BOTTOM LEFT*/
		 border:					none;
		 width:						720px;
		}
	h3
		{background:				#FFF url("images/titre3.jpg") no-repeat left;
		 height:					42px;
		 font:						bold 22pt arial;						
		 color:						#000;
		 text-indent:				55px;
		 text-align:				left;
		 text-transform:			capitalize;
		 padding:					5px 5px 5px 5px;							/*TOP RIGHT BOTTOM LEFT*/
		 margin:					10px 0px 20px 5px;							/*TOP RIGHT BOTTOM LEFT*/
		 border:					none;
		 width:						720px;
		}

/*listes*/
li
  {list-style-image:				url("images/puce.gif");
   list-style-position:				outside;
   color:							black;
   font-family:						arial;
   text-transform:					capitalize;
   font-size:						15pt;
  }
		
td.competences
		{text-align:				center;
		 vertical-align:			middle;
		}
td.devis
		{font-size:					20pt;
		 font-family:				arial;
		 color:						red;
		 text-align:				center;
		 text-transform:			uppercase;
		 font-weight:				bold;
		 font-style:				italic;
		 padding:					10px 10px 10px 10px;	
		}
td.chantier
		{font:						bold 13pt arial;
		 text-transform:			capitalize;
		 padding:					10px 20px 10px 20px;
		 text-align:				center;	
		}
