/*** Styles spécifiques à la page d'accueil du site Cricel ***/

/* Conteneur principal du site */

#WRAPPER {
	width: 1000px;
	margin: 0 auto;
}

/* En-tête de page */

#HEADER {
	background: url("/images/banner0806.jpg") no-repeat left top;
	height: 100px;
	text-align: right;
	border: none;
}

#HEADER p {
	text-align: right;
	margin: 0 5px 25px;
	padding-top: 5px;
}

#HEADER a {margin-right: 5px;}

#HEADER a:hover {color: #be1b1e;}

/* Partie centrale */

#CENTRAL {
	padding-bottom: 10px;
	border-left: 1px solid #676767;
	border-right: 1px solid #676767;
	background: white url("/images/bg_central.gif") repeat-y left top;
	width: auto !important;
	width: 998px;
	overflow: hidden;
}

/* Colonne de gauche */

#LEFTCOL {
	float: left;
	display: inline;
	width: 215px;
	text-align: center;
}

#LEFTCOL img {
	display: block;
	margin: 0 auto;
}

/* Panier */

#CART {
	margin: 10px auto 5px;
	width: 190px;
	background: url("/images/bg007.gif") repeat-y center top;
}

#CART table {
	margin: 0 auto;
}

/* Champ de recherche */

#SEARCH {
	margin: 5px auto;
	width: 190px;
	background: url("/images/bg007.gif") repeat-y center top;
}

#SEARCH form {
	margin: 0;
	padding: 0;
}

/* Navigation rapide pour accès aux accessoires */

#QUICKNAV {
	margin: 5px auto 15px;
	width: 190px;
	background: url("/images/bg007.gif") repeat-y center top;
}

#QUICKNAV form {
	margin: 0;
	padding: 0;
}

#QUICKNAV select {
	width: 150px;
	font-size: 11px;
}

/* Formulaire d'envoi à un ami */

#SENDFRIEND {
	margin: 10px auto;
	width: 190px;
	background: url("/images/cadre_G_centre.gif") repeat-y center top;
}

#SENDFRIEND form {
	margin: 0;
	padding: 0;
}

/* Contenu principal du site */

#CONTENT {
	margin: 0 5px 0 220px;
	padding-top: 10px;
	text-align: center;
}

.hautnav {
	padding: 5px 10px;
	margin-bottom: 10px;
	background-color: #dadada;
	text-align: left;
}

/* Haut de la page d'accueil */

#HOMETOP {
	width: auto !important;
	width: 770px;
	overflow: hidden;
	background: white url("/images/bg_central.gif") repeat-y 583px top !important;
	background: white url("/images/bg_central.gif") repeat-y 580px top;
}

/* Colonne de droite */

#RIGHTCOL {
	float: right;
	display: inline;
	width: 190px;
	text-align: center;
}

#RIGHTCOL img {
	display: block;
	margin: 0 auto;
}

#RIGHTCOL a:hover {color: #be1b1e;}

/* Produits de la  page d'accueil */

#HOMEPROD {
	text-align: center;
	margin-right: 195px;
}

/* Mise en avant d'un produit */

#TOPPROD {
	padding: 10px;
	margin-bottom: 15px;
	overflow: hidden;
	width: auto !important;
	width: 550px;
	border: 1px dotted #bfbfbf;
	background: #e5e5e5 url("/images/bg_topprod.gif") repeat-x left bottom;
}

#TOPPROD a img {
	float: left;
	display: block;
	border:solid 1px;
	border-color:#000000;
	
}

#TOPPROD div {margin-left: 160px;}

#TOPPROD h1 {margin: 0 0 10px;}

#TOPPROD a:hover {color: #be1b1e;}

#TOPPROD p {
	margin: 10px 0;
	text-align: center;
}

#TOPPROD ul {
	margin: 10px 0 10px 40px;
	padding: 0;
}

/* Liste de produits */

.prodlist {
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto!important;
	width: 572px;
	overflow: hidden;
}

.prodbox {
	float: left;
	display: inline;
	width: 130px !important;
	width: 129px;
	margin: 0 1px 2px;
	padding: 5px;
	text-align: center;
	border: 1px dotted #bfbfbf;
	background: url("/images/bg_prodbox.gif") repeat-x left bottom;
}

.prodbox h2 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	height: auto !important;
	height: 60px;
	min-height: 60px;
}

.prodbox h2 a {color: black;}

.prodbox h2 a:hover {
	color: #be1b1e;
	text-decoration: underline;
}

.prodbox img {
	border:solid 1px;
	border-color:#000000;
}

.prodbox p {
	margin: 5px 0;
	text-align: center;
}

.prodbox .addcart:hover {color: #be1b1e;}

/* Liste des catégories */

.catlist {
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto!important;
	width: 770px;
	overflow: hidden;
}

.catbox {
	float: left;
	display: inline;
	width: 114px;
	margin: 0 1px 2px;
	padding: 5px;
	text-align: center;
	border: 1px dotted #bfbfbf;
	background: url("/images/bg_prodbox.gif") repeat-x left bottom;
}

.catbox h2 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	height: auto !important;
	height: 24px;
	min-height: 24px;
}

.catbox h2 a {
	color: black;
	font-weight: bold;
}

.catbox h2 a:hover {text-decoration: underline;}

.catbox p {
	margin: 5px 0;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	height: auto !important;
	height: 60px;
	min-height: 60px;
}

.catbox a {font-weight: normal;}

.catbox a:hover {color: #be1b1e;}

/* Pied de page */

#PPAGE {
	text-align: center;
	background-color: #be1b1e;
	padding: 3px 0;
}

#PPAGE a {
	color: white;
	margin: 0 10px;
}

#PPAGELINK {
	text-align: center;
	padding: 10px 0;
}

#PPAGELINK a:hover {color: #be1b1e;}

#tagCloud {font-family: verdana; width: 175px; border: 1px solid gray; padding: 5px; text-align: center; font-weight: bold;}
#recommande {font-family: verdana; width: 175px; border: 1px solid gray; padding: 5px; text-align: center; font-weight: normal;}
#recommande legend { font-weight:bold; }
.tag1 {font-size: 24px;}
.tag2 {font-size: 18px;}
.tag3 {font-size: 12px;}