#superconteneur
{
	margin:0 auto;
	width:1000px;
	background-color:#fff;
	padding:0;
}

/*
	header
*/


#header
{
	background:#fff;
	width:980px;
	height:90px;
	padding:10px;
}

#header #logo
{
	float:left;
	text-align:left;
	width:210px;
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
	color:#4e4e4e;
}

#header #infoleg
{
	float:right;
	text-align:left;
	width:190px;
	margin-top:3px;
}
#header #infoleg ul, li
{
	padding:0;
	margin:0;
}

#header #monpanier
{
	float:right;
	text-align:left;
	width:206px;
	height:40px;
	padding:30px 8px 0 8px;
	background:#fff url(/images/header-monpanier.jpg) top left no-repeat;
}
#header #monpanier a
{
	color:#fff;
	text-decoration:underline;
}

#header #contacter
{
	float:left;
	text-align:center;
	margin-top:10px;
	margin-left:40px;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:1.5em;
	width:520px;
}
#header #contacter p
{
	margin:0 0 5px 0;
}

#recherchetop
{
	width:970px;
	padding:5px 10px;
	text-align:left;
	background-color:#FF8400;
	color:#fff;
	border-top:1px #fff solid;
}
#recherchetop input
{
	font-size:0.9em;
}
#recherchetop input#keywords
{
	width:220px;
}
/*
	Menu du haut
*/
#recherchetop a
{
	color:#fff;
	text-align:center;
	font-weight:bold;
}
#recherchetop ul, li {
	margin:0;
	padding:0;
}
#recherchetop li {
	display:inline;
}
#recherchetop li a div {
	width:125px;
	text-align:center;
	float:left;
	/*border-right:1px #fff solid;*/
	padding:3px;
}
#recherchetop a span {
	display:none;
	text-align:left;
}
#recherchetop a:hover span {
	display: inline;
	text-decoration:none;
	margin:15px 0 0 -100px;
	position: absolute;
	padding: 5px;
	width: 480px;
	border:1px solid gray;
	background: #fff;
	color: #000;
	z-index:0;
}
#recherchetop a:hover span ul.sousmenu li {
	display:block;
}
#recherchetop a:hover span ul.sousmenu li a {
	color:#333;
	font-weight:normal;
}

/*
	Contenu
*/

#contenu
{
	width:990px;
	background-color:#fff;
	margin:0 5px;
}

a.headerNavigation
{
	color:#333;
	font-size:0.8em;
	text-decoration:underline;
}
a.headerNavigation:hover
{
	color:#c00;
}

#colonne_gauche
{
	width:180px;
	margin-right:20px;
	float:left;
	text-align:left;
}
#colonne_gauche h2
{
	line-height:2em;
	height:24px;
	margin:0;
	font-family:Arial, Verdana, Sans-Serif;
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	background:url(/images/box-header-gauche.jpg) bottom left no-repeat;
	padding-left:10px;
	margin-top:10px;
}
#colonne_gauche ul, li
{
	margin:0;
	padding:2px;
	list-style-type:none;
}
#colonne_gauche a
{
	color:#333;
}
#colonne_gauche a:hover
{
	color:#c00;
}
#colonne_gauche a.selected
{
	font-weight:bold;
}
#colonne_gauche a.valider_panier
{
	color:#00f;
	font-weight:bold;
	text-decoration:underline;
}
#colonne_gauche a.valider_panier:hover
{
	color:#c00;
}

#colonne_centre
{
	width:580px;
	float:left;
	margin-top:10px;
	background-color:#fff;
	text-align:left;
}

#grande_colonne_centre
{
	width:780px;
	float:left;
	margin-top:10px;
	text-align:left;
}

.integral {
	width:100%;
	margin-top:10px;
	text-align:left;
	float:left;
}

#colonne_droite
{
	width:190px;
	float:right;
	text-align:left;
}
#colonne_droite ul, li
{
	margin:0;
	padding:0;
	list-style-type:none;
}

/*
	Footer
*/
#footer
{
	float:left;
	width:970px;
	color:#444;
	text-align:left;
	padding:10px 15px;
	font-size:0.8em;
	/*background:#084683 url(/images/fond.jpg) top left repeat-x;
	border:1px #3378B9 solid;*/
	background:#e4e4e9;
	border-top:3px solid #c4c4c9;
}
#footer ul, li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer .left
{
	width:150px;
	margin-right:10px;
	border-right:1px #666 dotted;
}
#footer .last
{
	margin-right:0;
	border:none;
}
#footer h3
{
	color:#545454;
	border-bottom:1px solid #999;
}
#footer h4
{
	font-size:1em;
	color:#444;
	margin:0;
	line-height:2em;
}
#footer a
{
	color:#333;
	text-decoration:none;
}
#footer a:hover
{
	text-decoration:underline;
}

/*
	les class
*/

div.clear {clear:both;}

div.ariane
{
	font-size:0.8em;
	color:#333;
}

div.tarif
{
	float:right;
	background-color:#ff0;
	color:#c00;
	font-weight:bold;
	font-size:1.5em;
	margin:5px;
	padding:0;
	padding:5px;
}
div.tarif small
{
	font-size:0.5em;
	color:#000;
	font-weight:normal;
}

.left
{
	float:left;
	text-align:left;
}
.leftr
{
	float:left;
	text-align:right;
}
.right
{
	float:right;
	text-align:right;
}
.rightl
{
	float:right;
	text-align:left;
}
.centrer
{
	text-align:center;
}
.souligne
{
	border-bottom:1px #f90 solid;
}
.obligatoire
{
	font-weight:bold;
}
.row {
	width:100%;
	margin-bottom:10px;
}
.row input {
	background:#fff;
	border:2px solid #e4e4f4;
	color:#000;
	padding:2px;
	margin-bottom:5px;
}
.w48
{
	width:48%;
}
.b10
{
	margin-bottom:5px;
}
.cadreblanc
{
	border:1px #bab3a3 solid;
	background:#fff;
	padding:5px;
}
.information
{
	border:1px #d4d4e4 dotted;
	background:#e4e4f4;
	padding:5px;
	margin:5px;
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
	font-size:0.9em;
	line-height:1.3em;
}
.textenoir a
{
	color:#000;
}
.textenoir a:hover
{
	color:#c00;
}
.errortxt
{
	border:2px #f00 solid;
	padding:5px;
	text-align:left;
}
.cadregris {
	border:1px #d4d4e4 solid;
	background:#f4f4f9;
	padding:5px;
	margin-bottom:15px;
}
.productListing-even {
	background:#f4f4f9;
}
span.listingperso {
	display:block;
	width:150px;
	padding:0 3px;
}
/*
	BOX
*/

.header-box
{
	width:100%;
	height:20px;
	color:#fff;
	font-weight:bold;
	padding:2px 0 0 5px;
}

#colonne_gauche .box-contenu
{
	border:1px #FF8500 solid;
	background:#FFF9F4;
	padding:5px;
	margin:0 0 10px 0;
}

#colonne_droite .box-contenu
{
	width:172px;
	padding:3px;
	margin-bottom:10px;
	border-left:#c4c4d4 solid 1px;
	border-right:#c4c4d4 solid 1px;
	border-bottom:#c4c4d4 solid 1px;
	background:#fff;
}
#colonne_droite .box-contenu-white
{
	width:192px;
	padding:3px;
	margin-bottom:10px;
	background:#fff;
}

li.smenu
{
	margin-left:15px;
}

#loginbox {
	float:right;
	width:210px;
	height:220px;
	padding:10px;
	background:transparent url(/images/perso/fond-loginbox.png) top left no-repeat;
}
#inscriptionbox {
	float:left;
	width:530px;
}

/*
	nouveaux produits
*/
#nouveaux-produits
{
	width:590px;
	text-align:center;
	font-size:0.8em;
}
#nouveaux-produits ul, li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
/*#nouveaux-produits div
{
	border:1px #d4d4e4 solid;
	color:#000;
	float:left;
	width:270px;
	text-align:left;
	height:120px;
	display:block;
	margin:5px 6px;
	padding:3px;
	overflow:hidden;
}*/
#nouveaux-produits div
{
	border:none;
	color:#000;
	float:left;
	width:170px;
	height:200px;
	display:block;
	margin:5px 8px;
	padding:3px;
	overflow:hidden;
	background:#f4f4f9;
}
#nouveaux-produits img
{
	margin:5px 0 0 5px;
}

#nouveaux-produits a
{
	color:#333;
	font-weight:bold;
}
#nouveaux-produits a:hover
{
	color:#c00;
}

#nouveaux-produits span.tarif
{
	color:#f00;
	font-weight:bold;
}

/*
	Cross selling
*/
div.cross-selling
{
	text-align:center;
	font-size:0.8em;
	/*border-top:1px #d4d4d4 solid;*/
	padding-top:15px;
}
div.cross-selling h2 {
	text-align:left;
}
div.cross-selling ul, li {
	margin:0;
	padding:0;
	list-style-type:none;
}
/*div.cross-selling div
{
	border:1px #bab3a3 solid;
	color:#000;
	float:left;
	width:110px;
	height:140px;
	display:block;
	margin:5px 7px;
	padding:3px;
	overflow:hidden;
	background:#fff;
}*/
div.cross-selling div
{
	border:none;
	color:#000;
	float:left;
	width:110px;
	height:140px;
	display:block;
	margin:5px 5px;
	padding:3px;
	overflow:hidden;
	background:#f4f4f9;
}

div.cross-selling span.tarif
{
	color:#c00;
	font-weight:bold;
}

/*
	Box de droite revues et corrigées
*/
p.titre-droite
{
	color:#3378B9;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	margin:0;
	padding:0 0 5px 0;
	text-align:left;
}

#box-membre
{
	background:#F6F9FF;
	padding:10px;
	border:1px solid #3378B9;
	margin:10px 0;
}

#box-topventes
{
	background:#fff;
	padding:10px;
	border:1px solid #3378B9;
	margin:10px 0;
	font-size:0.8em;
}

#box-historiquecommande
{
	background:#fff;
	padding:10px;
	border:1px solid #3378B9;
	margin:10px 0;
	font-size:0.9em;
}

#box-garanties-header
{
	width:190px;
	height:25px;
	background:url(/images/box-header-garantie.jpg) top left no-repeat;
	margin:10px 0 0 0;
	padding:0;
}
#box-garanties
{
	background:#FFEE98;
	padding:10px;
	border:1px solid #FF8400;
	margin:0 0 10px 0;
	font-size:0.9em;
	width:168px;
	line-height:1.3em;
}

#box-paiements-header
{
	width:190px;
	height:25px;
	background:url(/images/box-header-paiement.jpg) top left no-repeat;
	margin:10px 0 0 0;
	padding:0;
}
#box-paiements
{
	/*background:#E7F8F9;*/
	background:#F6F9FF;
	padding:10px;
	border:1px solid #3378B9;
	margin:0 0 10px 0;
	font-size:0.9em;
}

#box-livraisons-header
{
	width:190px;
	height:25px;
	background:url(/images/box-header-livraisons.jpg) top left no-repeat;
	margin:10px 0 0 0;
	padding:0;
}
#box-livraisons
{
	background:#F6F9FF;
	padding:10px;
	border:1px solid #3378B9;
	margin:0 0 10px 0;
	font-size:0.9em;
}

#box-setocatalogue
{
	background:#fff;
	padding:10px;
	border:1px solid #3378B9;
	margin:10px 0;
	font-size:0.8em;
	text-align:center;
}
#box-setocatalogue img
{
	width:150px;
}

#box-setocatalogue li
{
	background:#fff;
}

/*
	nouveaux produits
*/
#liste-produit
{
	width:590px;
	text-align:center;
}
#liste-produit ul, li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#liste-produit div
{
	border:1px #d4d4e4 solid;
	color:#000;
	float:left;
	width:180px;
	text-align:center;
	height:240px;
	display:block;
	margin:3px;
	padding:3px;
	overflow:hidden;
}
#liste-produit img
{
	margin-top:10px;
}

#liste-produit a
{
	color:#333;
	font-weight:bold;
}
#liste-produit a:hover
{
	color:#c00;
}
#liste-produit hr
{
	height:1px;
	width:100%;
	color:#e4e4f4;
}

#liste-produit span.tarif
{
	color:#f00;
	font-weight:bold;
}

#liste-produit a span.description
{
	display: none;
	font-weight:normal;
	text-align:left;
}

#liste-produit a:hover span.description
{
	display: inline;
	text-decoration:none;
	margin:20px 0 0 0;
	position: absolute;
	padding: 5px;
	width: 250px;
	border:1px solid gray;
	background: #f9f7d4;
	color:#000;
}

/*
	Description des séries
*/
.info-listing
{
	padding:10px 10px 0 10px;
	font-size:0.9em;
	border:1px solid #d4d4e4;
}
.info-listing img
{
	border:none;
	margin:0 0 10px 10px;
}

/*
	Processus de commande
*/
#navigationcheckout {
	float:left;
	padding-left:100px;
	margin-bottom:20px;
}
#navigationcheckout div.image {
	margin:0 30px;
	width:150px;
	float:left;
	text-align:center;
}

/*
	Pub en page d'accueil
*/
#pubaccueil {
	margin-bottom:20px;
}