body {
	margin-left: 0px;
	margin-right:0px;
	background-color: #005337;
}
.main {
	background-color: #FFFFFF;
	background-image: url(images/background.gif); 
	background-repeat: no-repeat;
}
.main td {
	vertical-align: top;
}
.menu {

}
.menu tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	color: #000000;
	text-align: left;
	vertical-align: top;
}
.menu tr td a {
	text-decoration: none;
}
.menu tr td a:hover {
	color: #FFFFFF;
	background-color: #009A66; 	
}
.titre1 {
	font-family: Garamond, Helvetica, sans-serif;
	font-size: 55px;
	font-weight: normal;
	font-style: oblique;
	text-decoration: none;
	color: #000000;
}
.titre2 {
	font-family: Garamond, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}
.titre3 {
	font-family: Garamond, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}
.normal {
	font-family: Garamond, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px;
	text-decoration: none;
	color: #000000;
}
.main hr {
	color: #009A66;
}
.tabProduits {
}
.tabProduits td{
	font-family: Garamond, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	text-decoration: none;
	color: #000000;
	vertical-align: middle;
	margin-left: 10px;
}
.tabProduits td a{
	font-family: Garamond, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: underline;
}
.tabProduits tr td img:hover {
	cursor: pointer;
}
.tabProduits tr td img {
	border:1px solid #000;
}
#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 135px;
}
#pic img.hide {
	border: 12px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}
#pic img.showP {
	border: 10px solid #BBBBBB;
	display: block;
	height: 700px;
	width: 465px;
	position: absolute;
	top: -400px;
	left: -200px;

}
#pic img.showL {
	border: 10px solid #666666;
	display: block;
	height: 478px;
	width: 700px;
	position: absolute;
	top: -400px;
	left: -200px;

}


