/*************** GENERAL TAGS **************************/
body {
	background-position:top left;
	margin:auto;
	padding:0px;
}
 
textarea{
	overflow:hidden;
}

div{
	margin:0px;
	padding:0px;
	overflow:hidden;
}

 /*********************** LAYER FONT *************************/
h1.layer{
   display: inline-block;
   font-weight:bold;
   padding: 10px 0px 0px 0px;
   margin:0px;
}

h2.layer{
   display: inline-block;
   font-weight:normal;
   font-style:normal;
   padding:0px;
   margin:0px;
}

h3.layer{
   display: inline-block;
   font-weight:bold;
   padding: 10px 0px 0px 0px;
   margin:0px;
}

p.layer{
   font-weight:normal;
   padding:5px;
   margin:0px;
}

li.layer{
   font-weight:normal;
   padding:5px;
   margin:0px;
}

a.ville{
   font-weight:bold;
   font-style:italic;
}

/***CONTACT FONT *************/
h1.contact{
   display: inline-block;
   font-weight:bold;
   padding: 10px 0px 0px 0px;
   margin:0px;
}

h3.contact{
   display: inline-block;
   font-weight:bold;
   padding: 0px 0px 5px 0px;
   margin:0px;
}

h4.contact{
   font-weight:normal;
   margin:5px;
}

h5.contact{
   display: inline-block;
   font-weight:bold;
   font-style:italic;
   padding:0px;
   margin:0px;
}


u.contact{
   font-weight:bold;
}

li.contact, p.contact{
   font-weight:normal;
   margin:0px 0px 0px 20px;
}


div.img_container
{
	width:70px;
    height:70px;
    border-width: 5px;
    border-style: solid;
}

table.img_container
{
	text-align: center; 
	vertical-align: middle;
	height:100%;
    width:100%;
	table-layout: fixed;
	border-collapse:collapse;
}
 
img.ProdImage
{  
	vertical-align: bottom;
	max-width:66px;
	max-height:66px;
}

img.img_menu{
	border:0px;
}

img.img_photoid{
	border:2px;
}

/* ****** Admin section ******** */

div.img_container_admin
{
	width:52px;
    height:52px;
    border-width: 4px;
    border-style: solid;
	border-color: black;
}

table.img_container_admin
{
	text-align: center; 
	background-color:#DDDDDD;
	vertical-align: middle;
	height:100%;
    width:100%;
	table-layout: fixed;
	border-collapse:collapse;
}
img.ProdImageAdmin
{  
	vertical-align: bottom;
	max-width:50px;
	max-height:50px;
}


