	#commercants
	{
	top:450px;
  	left: 0px;
   	position: absolute;
	}
	#tete
	{
	top:0px;
  	left: 170px;
   	position: absolute;
	}
	#diapo
	{
	top:470px;
  	left: 200px;
   	position: absolute;
	}
	
	table
	{
	top:180px;
  	left: 30px;
	width: 180px;
   	position: absolute;
	text-align:left;
	font-size: 18px; /*taille de la fonte */
	color : black;
	background-color:#FFFFFF;
	
}
	
	body
{ 

   background-image: url("fondbody.png");
   background-repeat: fixed;
      
}
	#corps
{
   position: absolute;
   top:140px;
   width: 750px;
   height: 550px;
   left: 150px; 
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 15px;
   background-color: #FFFFFF;
   background-image: url("");
   background-repeat: repeat-x;
   border: 3px solid #FFFFFF;
   text-align: CENTER;
   color :#000000;
   font-size: 18px; /*taille de la fonte */
   overflow: auto;
	
	}
	#corps table
	{
	top:10px;
  	left: 40px;
	width: 700px;
   	position: absolute;
	text-align:center;
	font-size: 15px; /*taille de la fonte */
	color :#000000;
	background-color:#FFFFF0;
	border: 1px solid red;
	}
			#corps a
			{
			  font:12px Verdana;
			  text-decoration:underline;color: #FFA500;
			
			}
			#corps a:hover
			{
			text-decoration:underline;color: white;
			background: #FF0000  /*FOND DU LIEN*/
			}
			body a
			{
			color :#FFA500;
			text-decoration:none;color: #FFA500;
			}

			body a:hover     /* LIENS*/
			{
			text-decoration:underline;color: white;
			background: #FF0000  /*FOND DU LIEN*/
	
			}
	   
/*titre du corp*/
h1 
 {

font-size: 15px; /*taille de la fonte */
font-weight: bold; /*style de la fonte*/
font-family: Brussels, Amaze, "Comic sans MS"; /*famille de fonte*/
text-decoration:underline;color: red;  /*couleur du texte et du soulignement*/
text-align:center;
} 

/*titre du corp*/
h2
 {

font-size: 20px; /*taille de la fonte */
font-weight: bold; /*style de la fonte*/
font-family: Brussels, Amaze, "Comic sans MS"; /*famille de fonte*/
text-decoration:underline;color: red;  /*couleur du texte et du soulignement*/
text-align:center;
} 

#pied
{
top:700px;
position: absolute;
left: 50px;
text-align:center;
color: #808080;
font-size: 12px; /*taille de la fonte */
}

filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ordinateur1.png');
/* code servant à la transparence du fond de l'image*/