/***************************************************/
/*           style gnral des pages web           */
/***************************************************/

body {
	background: url(images/background.gif) top left repeat;
	padding-top: 15px;
	behavior: url(templates/csshover.htc);
}

table {
	border: 0px;
	margin: 2px;
	padding: 2px;
}

.bandeau {
	vertical-align: top;
	display: table-cell;
	width: 138px;
	height: 444px;
	background: url(images/fond_bandeau.gif) top left repeat-y;
}

.rubrique {
	vertical-align: top;
	padding-top: 30px;
	display: table-cell;
	height: 70px;
}

.rubrique a:link, .rubrique a:visited {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #56462A;
	text-decoration: none;
}

.rubrique a:hover {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #917648;
	text-decoration: none;
}

a:link, a:visited {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #56462A;
	text-decoration: none;
}

a:hover {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #917648;
	text-decoration: none;
}

img {
	border: none;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.centrale {
	vertical-align: top;
	padding-top: 7px;
	text-align: left;
	display: table-cell;
	width: 601px;
	background: #CCBA8A;
}

.accueil {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding-top: 7px;
	width: 743px;
	background: url(images/fond_accueil.png) top left no-repeat;
}

iframe {
	border: 0px;
	width: 600px;
	height: 432px;
}

.droit {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	padding-top: 7px;
	width: 137px;
	background: url(images/menu-produits.png) top left no-repeat;
}

.langue {
	height: 40px;
	vertical-align: bottom;
	text-align: center;
}

/*****************************************************/
/*             style de la page produits             */
/*****************************************************/

.fiche_produit {
	margin-left: 40px;
	background-image: url(images/fiche_produit.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.fiche_produit td {
	padding-left: 30px;
	width: 470px;
	color: #56462A;
}

.image {
	text-align: center;
	vertical-align: center;
	height: 230px;
}

.description {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 25px;
	vertical-align: top;
}

#liens #suite {
	display: table-cell;
	width: 149px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #56462A;
	text-align: right;
	padding-right: 3px;
}

#liens #contact {
	display: table-cell;
	width: 152px;
}

#liens #back {
	display: table-cell;
	width: 58px;
}
