#body {
  background-image: url(../../images/AllaisFindusBG.jpg);
  background-repeat: no-repeat;
  height: auto;
  min-height: 900px;
  padding-bottom: 45px;
}
#top {
  height: 183px;
}

table {
	margin: 0 0;
	padding: 0 0;
}
/* sélecteur de catégories */
table#categorie {
	width: 586px;
	margin-left: auto;
	margin-right: auto;
}

#categorie td {
	margin: 0 0;
	padding: 0 0;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
#categorie td a img{
	border-style: none;
}
#selection {
	color: #F0C300;
	float: right;
	text-align: center;
	margin-top: -35px;
	margin-left: 15px;
	padding: 3px 3px;
	font-size: 11px;
	font-weight: bold;
}
#selection a {
	color: #F0C300;
	text-decoration: none;
}
#selection a:hover {
	text-decoration: underline;
}

/* sélecteurs de date */
table#date {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 585px;
}
#date tr, #date td{
	margin: 0 0;
}

#date td.entete {
	background-image: url(../../images/entete-date.jpg);
	background-repeat: no-repeat;
	width: 586px;
	height: 10px;
}
#date tr.corps {
	background-image: url(../../images/fond_bleuclair.png);
	background-repeat: no-repeat;
}
.corps td {
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	color: #3a4a7b;
}
.corps td.texte-intro {
	padding-left: 3px;
}
/* table des produits */
#categorie_produit {
	margin-left: 80px;
	padding-left: 35px;
	padding-top: 7px;
	background-image: url(../../images/entete.png);
	background-repeat: no-repeat;
	height: 18px !important;
	height: 25px;
	width: 321px !important;
	width: 356px;
	font-size: 12px;
	color: #3a4a7b;
	font-weight: bold;
}
#produits {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 452px;
	
}
.un_produit {
	border-style: none;
	margin-top: 0px;
	margin-bottom: 5px;
}

td.entete-produit {
	background-image: url(../../images/img-produit.png);
	background-repeat: no-repeat;
	border-style: none;
	width: 452px;
	height: 25px;
	color: #FFF;
	font-weight: bold;
	padding-left: 25px;
}
td.nom-gamme {
	width: 205px;
	height: 68px;
}
td.tarif {
	width: 78px;
}
td.nom-gamme a img {
	border-style: none;
}
.bord_bas {
	border-bottom: #354370 3px solid;
}
.bord_gauche {
	border-left: #354370 3px solid;
}
.bord_haut {
	border-top: #354370 3px solid;
}
.bord_droit {
	border-right: #354370 3px solid;
}
td.louer {
	width: 80px;
	height: 68px;
}
td.access {
	background-image: url(../../images/fond_cell.jpg);
	background-repeat: repeat-x;
	padding-left: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #354370;
	width: 77px;
}
td.chekb{
	text-align: center;
	background-image: url(../../images/fond_cell.jpg);
	background-repeat: repeat-x;
	width: 18px;
}
td.bouton a img{
	border-style: none;
}
#categorie a {
	color: #FFF;
	text-decoration: none;
}
input, select, textarea {
	border: #999 1px solid;
	padding: 0.1em 0.2em 0.1em 0.2em;
}

input[type=submit], input[type=button], button, .bouton {
	cursor: pointer;
}
#inscription .contenu, #identification, #panier, #reservation, #recapitulatif, #paiement, #signup, #log {
	width : 800px;
}
/* boutons spécifiques */
.btn-louer {
	background-image: url(../../images/btn_louer.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	width: 80px;
	height: 68px;
}
.btn-panier {
	background-image: url(../../images/btn_panier.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	width: 80px;
	height: 68px;
}
.contenu {
	width: 752px;
	border: #CCC 1px solid;
	height: auto;
	padding: 0.5em 1.5em 0.5em 1.5em;
}
span.titre {
	display: block;
	background-color: #ccc;
	width: 800px;
	font-size: 13px;
	font-weight: bold;
	border: #999 1px solid;
}
td.error {
	font-style: italic;
	font-size: 10px;
	color: red;
	text-align: center;
}
