@CHARSET "ISO-8859-1";

#page {
	background-color: #CCCCFF;
	background-image: url("../images/fond_page.gif");
	font-family: century gothic,verdana,sans-serif;
	font-size: 10pt;
	margin: 10px;
	margin-left: 155px;
	padding: 0px;
	position: relative;
	width: 745px;
	min-height: 450px;
}

#coin > div {
	position: absolute;
	width: 8px;
	height: 8px;

}

#coin_hg {
	background-image: url("../images/coin_hg.gif");
	top: 0;
	left: 0;
}

#coin_hd {
	background-image: url("../images/coin_hd.gif");
	top: 0;
	right: 0;
}

#coin_bg {
	background-image: url("../images/coin_bg.gif");
	bottom: 0;
	left: 0;
}

#coin_bd {
	background-image: url("../images/coin_bd.gif");
	bottom: 0;
	right: 0;
}

#menu_page {
	margin: 8px;
}

#menu_page ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top: 10px;
}

#menu_page li {
	margin-top: 10px;
	cursor: pointer;
	float: left;
	width: 33%;
}

#port_offert {
	color: #333366;
	text-align: center;
	width: 100%;
	font-size: 12pt;
}

#titre {
	color: #006699; 
	font-size: 18pt;
	text-align: center;
	margin-bottom: 6px;
	border-bottom: 1px solid #006699;
}

a {
	text-decoration: none;
	color: #006699;
}

.catalogue {
	padding: 12px;
	font-size: 12pt;
	color: #006699;
}

#imgCatalogue {
	float: left;
	padding-right: 12px;
}

.vignettes {
	clear: left;
	padding-top: 6px;
}

.vignettes img {
	width: 80px;
	height: 60px;
	cursor: pointer;
	padding-right: 2px;
}
	
.produit {
	width:33%;
	text-align: center;
	color: #006699;	
	padding-bottom: 30px;
}

.produit #photo {
	padding: 0 10px;
}

.produit #nom {
	font-size: 12pt;
	font-style: italic;
	padding-top: 4px;
	text-align: center;
	vertical-align: bottom;
}

.produit #description {
	padding-top: 10px;
	min-height: 60px;
}

.produit #prixSolde {
	font-size: 14pt;
	font-weight: bold;
	color: #F0330B;
}

.produit #prix {
	font-size: 16pt;
	font-weight: bold;
	padding-top: 4px;
}

#valider {
	padding-top: 10px;
	margin: 0 auto;
	width: 80px;
}

#panier .suppPanier{
	cursor: pointer;
}

#panier .entete{
	background-color: #333366;
	color: #F0330B;
	text-align: center;
	font-weight: bold;
}

#panier .lignePanier td {
	border-bottom: 1px solid #006699;
	color: #006699;
}

#accueil {
	font-style: italic;
	font-weight: bold;
	color: #006699;
	background: url("../photos/menu/accueil.gif") no-repeat;
	height: 383px;
	padding-left: 10px;
	padding-right: 210px;
}
	
#contenuPage {
	padding-bottom: 6px;
}

.vendu {
	color: #F0330B;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	height: 60px;
}

.nouveaute .produit {
	padding-top: 10px;
}

.nouveaute ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 30px;
}

.nouveaute li {
	margin-top: 10px;
	float: left;
	width: 33%;
	height: 300px;
}

.nouveaute .produit .cadrePolaroid {
	height: 190px;	
	background-color: #333366;
	padding-bottom:20px;
	padding-top:10px;
	margin: 0px 10px;
}

.produit .cadrePolaroid {
	height: 200px;	
	background-color: #333366;
	padding-bottom:20px;
	padding-top:10px;
	margin: 0px 20px;
}

.bouton {
	cursor: pointer;
}

.retour {
	cursor: pointer;
}

.ok {
	cursor: pointer;
	vertical-align: middle;
}

.zoom {
	bottom:0px;
	left: 0px;
	position:absolute;
}

textarea {
    vertical-align: top;
}

#bon_achat {
	border: 1px solid #F0330B;
	background-color: #333366;
	color: #F0330B;
	font-family:Trebuchet MS;
	font-size:11pt;
	padding: 2px;
}