.spacer {
	clear: both;
	cursor: help;
}
.DIV {
}
 /* ************************************************************** PAGE CATALOGUE.PHP ************************************************* */
 /* ************************************************************* CONTAINERS PRINCIPAUX *********************************************** */
 /* ************************************************************** POSITION: ABSOLUTE ************************************************* */
.catalogue_main_container{
	position: absolute	;
}
.catalogue_ban_haut{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000000;
	background-color: #666666;
	text-align: center;

}
.catalogue_ban_gauche{
	position: absolute;
	margin-top: 4px;
	background-color: #FFECF1;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
}
.catalogue_ban_droite{
	position: absolute;
	margin-top: 4px;
	background-repeat: repeat-y;
}
.catalogue_cadre_principal{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 2px 2px 2px 0px;
}
.catalogue_pied_page{
	position: absolute;
	width: 100%;
	height: 100%;
}

 /* *************************************************************** CONTENU BANNIERE GAUCHE ******************************************* */
 /* ****************************************************************** POSITION: RELATIVE ********************************************* */
.catalogue_login{
	background-color: #CCCCCC;
	width: 100%;
	height: 1000;
	text-align: center;
	color: #660000;
}
.catalogue_categories{
	text-align: center;
  	width: 100%;
	height: 100%;
 }
.catalogue_rechercher{
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
 }
 
/* *************************************************************** LES BOUTONS **********************************************************/
#adm_btAfficher_caddie { /* afficher le caddie */
	text-align: left;
	font-size: 13px;
	color: #000000;
	width: 176px;
	height:32px;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(../../imgs/icones/ajouter1.gif);
	background-repeat: no-repeat;
	background-position: 128px center;
	padding-left: 0px;
   }
#catalogue_btRechercher {
	text-align: left;
	font-size: 13px;
	color:#000000;
	width: 120px;
	height:32px;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(../../imgs/icones/rechercher.gif);
	background-repeat: no-repeat;
	background-position: 90px center;
	padding-left: 4px;
   }
#bt_Revenir_liste { /* revenir a la liste */
	text-align: left;
	font-size: 13px;
	color: #000000;
	width: 160px;
	height:32px;
	font-weight: bold;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 128px center;
	border: 0px;
	padding-left: 0px;
   }
#bt_Ajouter_caddie { /* ajouter au caddie */
	text-align: left;
	font-size: 13px;
	color: #000000;
	width: 160px;
	height:32px;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(../../imgs/icones/ajouter1.gif);
	background-repeat: no-repeat;
	background-position: 128px center;
	padding-left: 0px;
   }
.pied_de_page{
	height: 80px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	width: 70%;
}
.photo{
	position: absolute;
}
.arial7ptnoir{
	font-size: 9px;
	color: #000000;
	padding-left: 8px;
}
.bt_pagePrecedente{
border: 0px;
}
.bt_pageSuivante{
border: 0px;
}
