/* ----- ELEMENTS DE DEPARD ----- */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#010101;
	color:#FFFFFF;
	background:url(../../images/bodyBG.jpg) repeat fixed;
}

a {
	color:#FFFFFF;
}

#conteneur {
	margin:0 auto 0 auto;
	width:980px;
	height:1150px;
	background:#000000;
}

html>body div#conteneur {
	min-height:1150px;
	height:auto;
}

img {
	border: 0;
}

form {
	margin:0;
	padding:0;
}

.titre {
	margin: 5px;
	font-size: 15px;
	font-style:italic;
	padding-bottom:5px;
	color:#FFFFF;
	text-align:center;
}

/* ----- CLASSES COMMUNES ----- */

.champ_qte { border: 0; background: none; color: #000; width: 18px }
ul.compte { padding: 5px; border: 1px solid #ccc; list-style: none }
p.centre { text-align: center; margin: 10px }
p.erreur { color: #c00; font-weight: bold; text-align: center }
span.erreur { font-size: 11px; color: #c00 }
span.rouge { color: #c00 }

/* ----- VOS CLASSES ET ELEMENTS ----- */

div.haut {
	height:55px;
	background:url(../../images/haut.jpg) no-repeat;
}

div.bas {
	height:109px;
	background:url(../../images/bas.jpg) no-repeat;
}
div.flash1 {
	width:512px;
	height:288px;
}

div.hautContenu {
	width:512px;
	height:40px;
	background:url(../../images/hautContenu.jpg) no-repeat;
}

div.hautGauche {
	width:233px;
	height:365px;
	background:url(../../images/hautGauche.jpg) no-repeat;
}

div.basGauche {
	width:233px;
	height:25px;
	background:url(../../images/basGauche.jpg) no-repeat;
}

div.hautDroite {
	width:235px;
	height:365px;
	background:url(../../images/hautDroite.jpg) no-repeat;
}

div.basDroite {
	width:235px;
	height:25px;
	background:url(../../images/basDroite.jpg) no-repeat;
}

div.contenu {
	width:500px;
	height:658px;
	padding:6px;
}

*>body div.contenu {
	min-height:658px;
	height:auto;
}

td.tdContenu {
	background:url(../../images/contenu.jpg) repeat-y;
}

div.gauche {
	width:233px;
	height:596px;
	background:url(../../images/gauche.jpg) no-repeat;
}

html>body div.gauche {
	min-height:596px;
	height:auto;
}

td.tdGauche {
	background:url(../../images/tdGauche.jpg) repeat-y;
}

div.droite {
	width:235px;
	height:596px;
	background:url(../../images/droite.jpg) no-repeat;
}

html>body div.gauche {
	min-height:596px;
	height:auto;
}

td.tdDroite {
	background:url(../../images/droite2.jpg) repeat-y;
}

ul.menuGauche {
	margin:0;
	padding:0;
	list-style:none;
	width:195px;
	margin-left:35px;
}

ul.menuGauche li a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:0 0 0 20px;
	background:url(../../images/puceMenuGauche.png) 5px 3px no-repeat;
}

ul.menuGauche li:hover {
	background:#272727;
}

ul.menuGauche li {
	margin-bottom:10px;
}

ul.menuGauche2 {
	margin:0;
	padding:0;
	list-style:none;
	width:195px;
	margin-left:35px;
}

ul.menuGauche2 li a {
	color:#777777;
	text-decoration:none;
	display:block;
	padding:0 0 0 20px;
	background:url(../../images/puceMenuGauche.png) 5px 3px no-repeat;
}

ul.menuGauche2 li a:hover {
	color:#FFFFFF;
}

ul.menuGauche2 li {
	margin-bottom:5px;
}

div.menuGauche h2 {
	margin:0;
	padding:0;
	list-style:none;
	width:195px;
	margin-left:35px;
	font-weight:normal;
	font-size:11px;
	margin-bottom:10px;
	background:url(../../images/puceMenuGauche.png) 5px 3px no-repeat;
	cursor:pointer;
}

div.menuGauche h2:hover {
	background:#272727;
}

div.menuGauche h2 a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:0 0 0 20px;
	background:url(../../images/puceMenuGauche.png) 5px 3px no-repeat;
}

div.menuGauche ul {
	margin:0;
	padding:0 0 0 35px;
	list-style:none;
	float:left;
}

div.menuGauche ul li {
	margin-bottom:5px;
}

div.menuGauche ul li a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:0 0 0 20px;
}

div.menuGauche ul li a:hover {
	text-decoration:underline;
}

div.blocNewsletter img {
	display:block;
	margin:0 auto 0 auto;
}

div.blocRecherche img {
	display:block;
	margin:0 auto 0 auto;
}

div.blocAdresse img {
	display:block;
	margin:0 auto 0 auto;
}

input.champ {
	width:130px;
	height:18px;
	margin:0 0 0 35px;
	padding:2px 0 0 5px;
	border:0;
	background:url(../../images/champ.jpg) no-repeat;
	float:left;
	color:#FFFFFF;
}

input.bouton {
	width:35px;
	height:20px;
	margin:0;
	padding:0;
	border:0;
	background:url(../../images/bouton.jpg) no-repeat;
	float:left;
	cursor:pointer;
}

ul.menuBas {
	margin:0;
	padding:35px 0 0 0;
	list-style:none;
	display:block;
	text-align:center;
}

ul.menuBas li a {
	color:#FFFFFF;
	text-decoration:none;
}

ul.menuBas li a:hover {
	text-decoration:underline;
}

ul.menuBas li {
	display:inline;
	margin-left:5px;
	margin-right:5px;
}

ul.menuHaut {
	margin:10px 0 0 800px;
	padding:0;
	list-style:none;
	position:absolute;
	width:160px;
}

ul.menuHaut li {
	float:left;
}

ul.menuHaut li a {
	text-decoration:none;
}

li.iconeAccueil {
	width:32px;
	height:29px;
	background:url(../../images/iconeAccueil2.png) no-repeat;
}

li.iconeAccueil:hover {
	background:url(../../images/iconeAccueil.png) no-repeat;
}

li.iconeFavoris {
	width:32px;
	height:29px;
	background:url(../../images/iconeFavoris2.png) no-repeat;
}

li.iconeFavoris:hover {
	background:url(../../images/iconeFavoris.png) no-repeat;
}

li.iconeSitemap {
	width:32px;
	height:29px;
	background:url(../../images/iconeSitemap2.png) no-repeat;
}

li.iconeSitemap:hover {
	background:url(../../images/iconeSitemap.png) no-repeat;
}

li.iconeContact {
	width:32px;
	height:29px;
	background:url(../../images/iconeContact2.png) no-repeat;
}

li.iconeContact:hover {
	background:url(../../images/iconeContact.png) no-repeat;
}

li.iconeAmi {
	width:32px;
	height:29px;
	background:url(../../images/iconeAmi2.png) no-repeat;
}

li.iconeAmi:hover {
	background:url(../../images/iconeAmi.png) no-repeat;
}

div.produit {
	width:140px;
	height:210px;
	background:url(../../images/produit.jpg) no-repeat;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}

div.produit p {
	margin:22px 0 0 0;
	padding:2px;
}

div.produit h1 {
	margin:0;
	padding:1px 0 0 15px;
	font-size:11px;
	font-weight:normal;
	height:19px;
}

div.produit h1 a {
	color:#BBBBBB;
	text-decoration:none;
}

div.photo {
	width:130px;
	height:75px;
	margin-top:13px;
	margin-left:5px;
}

#arbo {
	font-size:10px;
	color:#BBBBBB;
	font-style:italic;
	display:block;
	text-align:right;
	margin-bottom:10px;
	text-transform:lowercase;
}

#arbo a {
	color:#BBBBBB;
}

div.blocImage1 {
	width:376px;
	height:46px;
	margin:0 auto 0 auto;
	text-align:center;
}

div.blocImage2 {
	width:376px;
	height:219px;
	background:url(../../images/blocImage2.jpg) no-repeat;
	margin:0 auto 0 auto;
	text-align:center;
	padding:10px 0 0 0;
}

html>body div.blocImage2 {
	min-height:219px;
	height:auto;
}

div.blocImage3 {
	width:376px;
	height:46px;
	margin:0 auto 0 auto;
	text-align:center;
}

#flash_infos {
	height:90px;
	width:180px;
	margin-left:20px;
	padding-top:13px;
}

#flash_infos p {
	margin:0;
	padding:5px;
}

#flash_infos h1,h2 {
	margin:0;
	padding:0;
	font-size:15px;
}

#flash_infos a {
	color:#FFFFFF;
	text-decoration:none;
}

.rub {
	font-size:14px;
	margin:0;
	padding:0;
	font-weight:normal;
	margin-bottom:5px;
}

.rub a {
	text-decoration:none;
}

.nouveaute {
	padding-top:95px;
	padding-left:23px;
}

.produit2 {
	width:172px;
	height:198px;
	background:url(../../images/produit2.png) no-repeat;
}

.produit2 h3 {
	margin:0;
	padding:1px 0 0 0;
	padding-left:9px;
	font-size:11px;
	font-weight:normal;
	min-height:19px;
	display:block;
	text-align:center;
	width:130px;
}

.produit2 h3 a {
	text-decoration:none;
}

.produit2 img {
	display:block;
	margin:0 auto 0 auto;
}

.produit2 p {
	display:block;
	margin:0 auto 0 auto;
	padding:0;
	width:130px;
}

.produit2 span {
	position:absolute;
	margin-top:167px;
	padding-left:95px;
}

h1{margin:0;padding:0}
h1 span{display:none}