/* CSS Document */

.txtnoir {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 1.3em;
}

.txtbleu {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	color: #619ACC;
	text-decoration: none;
	line-height: 1.3em;
}

.txtvert {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	color: #37A715;
	text-decoration: none;
	line-height: 1.3em;
}

.titre {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 20px; 
	color: #000000;
	text-decoration: none;
}

.produits2 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	color: #000000;
	text-decoration: none;
}
.produits3 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	color: #619ACC;
	text-decoration: none;
}
.produits4 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	color: #619ACC;
	text-decoration: none;
}

.produits {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	color: #000000;
	text-decoration: none;
}
a.produits { 	
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	color: #000000;
	text-decoration: none;	 }
a.produits:active {	
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	color: #619ACC;
	text-decoration: none;		 }
a.produits:visited {	
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	color: #000000;
	text-decoration: none; }
a.produits:hover {	
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	color: #619ACC;
	text-decoration: none;	 }
	
	
.menu {
	font-family: Georgia, "Times New Roman", Times, serif; 

	text-decoration: none;
	font-size: 18px;
	color: #000000;
}

a.menu {	font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 18px;
	color: #000000;
	text-decoration: none;	 }
a.menu:active {	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 18px;
	color: #619ACC;
	text-decoration: none;		 }
a.menu:visited {	font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 18px;
	color: #000000;
	text-decoration: none; }
a.menu:hover { 	font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 18px;
	color: #619ACC;
	text-decoration: none;	 }


.baseline {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

hr {
	border: none;
	border-top: 1px black solid;
	width: 99%;
	color: #000000;
	background-color: #000000;
	height: 1px;
	clear: both;
	
}

.thumbnail  {

  border: 1px solid #a9a9a9;

  }


.img-shadow {
  float:right;
  background: url(images/shadowAlpha.png) no-repeat bottom right;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px;
  margin: 10px 0 0 5px;
  }
 
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }