/* CSS Document */

#gamme_outer
{
  height: 400px;
  background: #f7f0db;
  width: 773px;
}
#gamme_inner
{
  padding-top: 29px;
  background: #f7f0db;
  margin-left: 0px;
  height: 230px;
}

#gamme_chapo
{
  margin-top: 0px;
  background: url(commun/img/gamme_chapo.jpg) no-repeat;
  width: 773px;
  height: 64px;
}

#gamme_chapo p
{
  text-align: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  width: 486px;
  padding-top: 19px;
  padding-left: 150px;
}

.colonne
{
  width: 145px; 
  background: url(commun/img/gamme_fd_col.gif) repeat-y;
  height: 230px;
  float: left;
  margin-left: 6px;
}

.entete
{
  background: url(commun/img/gamme_tete.gif) right no-repeat;
  width: 145px;
  height: 23px;
  color: white;
  font-weight: bold;
  font-size: 10px;
  text-align: right;
}

.entete span
{
  margin-right: 5px;
    padding-top:5px;
display: block;
}

.produit
{
  padding: 0px;
  margin: 0px;
  width: 145px;
  height: 25px;
  margin-bottom: 6px;
  text-align: right;
  background: url(commun/img/gamme_fd_pdt.gif) top right no-repeat;
}

.produit a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#3E3D40;
	text-decoration:none;
	margin-right: 5px;
  padding-top:5px;
display: block;
	}
	
.produit a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#A3C650;
	text-decoration:none;
	}

#panorama
{
  margin-left: 35px;
  margin-top: 15px;
}

.sep
{ clear: both; }

