/* 
 * Copyright (c) 2007 Copyright (c) Octolys Development
 * Ce template a été réalisé par http://www.scopika.com & http://www.fredodo.com
 * Il est soumis à la licence GPL
 */

/* Ce fichier définit le style visuel pour les différents éléments des pages.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - Eléments HTML en général
 * - Page
 * - Entête
 * - Chemin
 * - Produit petit & grand
 * - Pied de page
 * - Menu général
 * - Signature
 * - Nombre de pages
 * - les styles particuliers pour les pages intérieures
 */


/* Eléments HTML en général
-------------------------------------------------------- */
@import url(style_editeur.css);

body {
	padding: 0;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background:#ffffff url(images/background.jpg) repeat-x;
	color:#515053;
	font-size:12px;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color:#515053;
}

h1{
	font-size: 28px;
}

h2{
	font-size: 18px;
	margin:0 0 20px 0;
	color:#EFA003;
}

h3{
	font-size: 20px;
	margin:0 0 10px 0;
}

h4{
	font-size: 15px;
	margin:0 0 10px 0;
	
}

h5{
	font-size: 12px;
	margin:0;
	clear:both;
}

a, a:visited {
	color: #00529a;
	text-decoration: none;
}
 a:hover  {
	color: #00529a;
	text-decoration: underline;
}

img {
	border: 0;
	padding: 0 10px 0 10px;
	}

.hide {
	display:none;
}

/* Page
-------------------------------------------------------- */

#global 
{
	width: 1133px;
	background: url(images/bkgroun_haut.jpg) no-repeat;
	text-align: left;
	overflow: visible;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
}

#wrapper {
	width: 955px;
	text-align: left;
	overflow: visible;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
}
#subwrapper {
	overflow: hidden;
	position: relative;
	padding: 0;
	width: 955px;

}


#content {
	float: right;
    background: url(images/fond_milieu.jpg) repeat-y;
	width:955px;
	margin: 2px 0 0 0;
	padding: 0;
	
}

.content_top {
background: url(images/bandeau_site.jpg) no-repeat;
width: 955px;
height:137px;
padding-bottom:0px;
margin-bottom:0px;
	
}

.content_bottom {
	background: url(images/bas_site.jpg) no-repeat;
	width:955px;
height:17px;
float:right;
padding-bottom:0px;
margin-bottom:0px;

}

#contenu {
	float: left;
	width:670px;
	padding: 0 20px;
	margin: 0px 20px;
}
 
#contenuPageRubrique {
	float: left;
	width:640px;
	padding: 0 0 0 20px;
	margin: 0px 20px;
}


#article_accueil .titre_accueil{
color: #EFA003;
font-size:19px;
font-weight:bold;

}

/* Entête
-------------------------------------------------------- */

#top {
	float: right;
	width: 990px;
	margin: 0;
	padding: 0 0 10px 0;
	color: #FFFFFF;
	z-index:1000;
}

#top h1 {
	float: left;
	padding:0 0 0 10px;
	width: 400px;
	display:block;
}

#top h3 {
	color:#FFF;
	font-size:18px;
	margin:0 0 5px 0;
}

#top a, #top a:visited  {
	color: #333333;
	font-size:10x;
	text-decoration: none;
}
#top a:hover {
	color: #fff;
	font-size:10x;
	text-decoration: none;
}

#monCompte {
	float: right;
	width: 293px;
	margin: 0;
	border-left: 1px solid #FFFFFF;
	padding: 0 0 0 10px;
	height: 72px;
}
#monCompte h3 {
	font-size: 17px;
	padding: 0;
	margin: 0;
}


#monCompte form {
	float: left;
	padding: 0;
	margin: 0;
}

#monCompte form p { 
    padding:0;
	margin:0;
	float:left;
}

#monCompte form input {
	margin: 3px 5px 0 0;
	padding:2px;
	width:90px;
	border:solid 1px #88888b;
	font-family:Arial, Helvetica, sans-serif;
	color:#626164;
	font-size:12px;
	font-weight:bold;
	background-color:#fff;
	float:left;
}

#monCompte form button.bouton { 
    display:-moz-inline-box; 
    display:inline-block; 
    margin:0; 
    padding:0; 
    white-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
    background:none;
	font-size:13px;
	font-weight:bold;
	border:none;
	background: url(images/ok.jpg) no-repeat;
}

#monCompte form button.bouton span { 
    position:relative; 
    float:left; 
    padding:0 0 0 8px;        /* Largeur du côté gauche */ 
	margin:0;
    vertical-align:middle;

}

#monCompte form button.bouton span span {
	padding:0 8px 0 0;
	border:none;
	color:#FFF;
	width:34px;
	height:32px;
	line-height:18px; /* Alignement vertical du texte et largeur du côté droit*/
}

#monCompte .menu {
	font-size:10px;
	float: left;
	width: 290px;
	color: #333333;
	margin: 0px 0 0 0;
	padding: 0;
}

#monPanier {
	float: right;
	width: 240px;
	margin: 0;
	border-left: 1px solid #FFFFFF;
	padding: 0 0 0 10px;
	height: 72px;
}

#contenuPanier {
	padding: 0;
	list-style: none;
	z-index:1000;
	position: relative;
	_position:absolute;
	color:#333333;
	font-size:10px;
}

ul#contenuPanier , ul#contenuPanier li {
	margin: 0;
	padding: 0;
	list-style:none;
	background: transparent;
	width: 240px;
}

ul#contenuPanier li a, ul#contenuPanier li a:visited {
	font-size:12px;
	color: #333333;
	margin: 0;
	padding: 4px 3px;
	width: 230px;
	display:block;
	background-color:#F9D70B;
	background-image:url(_gfx/fondContenuPanier.gif);
	background-repeat:no-repeat;
	background-position:right center;
	border:solid 1px #FFFFFF;
}

ul#contenuPanier li ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#contenuPanier li ul li {
	list-style: none;
	float:left;
	margin: 0;
	padding: 0;
}

ul#contenuPanier li ul li a, ul#contenuPanier li ul li a:visited {
	display: block;
	float:left;
	background-color:#F9D70B;
	background-image:none;
	font-size:11px;
	color: #333333;
	text-decoration: none;	
	margin: 0;
	padding: 4px 3px;
	border:solid 1px #FFFFFF;
	border-top:none;
}

 ul#contenuPanier li ul li a.totalCommande, ul#contenuPanier li ul lia.totalCommande:visited {
	font-size:12px;
	color: #333333;
	margin: 0;
	padding: 4px 3px;
	display:block;
	float:left;
	background-color:#EFA003;
	background-image:none;
}

ul#contenuPanier li a:hover, ul#contenuPanier li ul li a:hover {
	display: block;
	background-color: #F9D70B;
	color: #333333;
	text-decoration: none;	
}

span.nomArticle, span.titreTotal {
	margin:0;
	width:150px;
	float:left;
}

span.quantite {
	width:30px;
	float:left;
}

span.total {
	float:right;
	text-align:right;
	width:50px;
}


/* Dossiers
-------------------------------------------------------- */

#dossier {
	margin:0;
	padding:0;
}

#dossier .image {
	margin:10px 10px 10px 0;
	padding:1px;
	border:solid 1px #bbbdbf;
	float:left;
}

#dossier h3 {
text-align:center;
color:#123163;
font-size:12px;
background: url(images/spectre_souligne.jpg) no-repeat bottom;
height:23px;
margin-top: 10px;
}


#dossier h2 {
font-weight:normal;
font-size:17px;
}


/* Langues
-------------------------------------------------------- */


#multilingue {
background: url(images/multilingue.jpg) no-repeat;
	width:955px;
height:28px;
padding-top:20px;
text-align:right;

}

#multilingue a{
font-size:13px;



}

ul#langues {
	float: left;
	width:980px;
	text-align:right;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	background-color:#3f3f43;
	border-top: solid 3px #313135;
	list-style:none;
}

ul#langues li {
	float:right;
	padding:0;
	margin:0;
	border:none;
	list-style:none;
}

ul#langues li a, ul#langues li a:visited {
	display:block;
	width:34px;
	height:24px;
	overflow:hidden;
}

ul#langues li a.fr {
	background-image:url(_gfx/drapeaux.gif);
	background-position: 0 -24px;
}

ul#langues li a.uk {
	background-image:url(_gfx/drapeaux.gif);
	background-position: -34px -24px;
}

ul#langues li a.spa {
	background-image:url(_gfx/drapeaux.gif);
	background-position: -68px -24px;
}

ul#langues li a:hover.fr, ul#langues li a.frSelection {
	background-image:url(_gfx/drapeaux.gif);
	background-position: 0 0;
}

ul#langues li a:hover.uk, ul#langues li a.ukSelection {
	background-image:url(_gfx/drapeaux.gif);
	background-position: -34px 0;
}

ul#langues li a:hover.spa, ul#langues li a.spaSelection {
	background-image:url(_gfx/drapeaux.gif);
	background-position: -68px 0;
}

 
/* Chemin
-------------------------------------------------------- */

#chemin {
	float: left;
	width:630px;
	color: #515053;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 8px 10px;

}

#chemin a:link, #chemin a:visited {
	color: #515053;
	text-decoration: none;
}

#chemin a:hover {
	color: #515053;
	text-decoration: underline;
}

/* Etapes de commande
-------------------------------------------------------- */

#etapesDeCommande {
	float: left;
	width:670px;
	color: #515053;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding:0;
	background-color:#fff;
}

#etapesDeCommande ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:670px;
	border-right:solid 1px #d8d9da;
}

#etapesDeCommande ul li {
	color:#c7c9ca;
	width:176px;
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	float:left;
	border-left:solid 1px #d8d9da;
	border-bottom:solid 1px #d8d9da;
	border-top:solid 1px #d8d9da;
}

#etapesDeCommande ul li.selection {
	color:#d8d9da;
	border-left:solid 1px #d8d9da;
	border-bottom:solid 1px #d8d9da;
	border-top:solid 1px #d8d9da;
	background-color:#515053;
}

#etapesDeCommande ul li span {
	color:#fff;
	font-size:18px;
	margin:0 3px 0 0;
	padding:0 5px;
	background-color:#d8d9da;
}

#etapesDeCommande ul li span.chiffreSelection {
	color:#d8d9da;
	background-color:#515053;
	border-right:solid 1px #d8d9da;
}


/* Bloc "adresse de livraison" & "adresse de facturation" 
-------------------------------------------------------- */

.adresseDeLivraison {
	float: right;
	margin: 0 0 20px 0;
	width:330px;
}

.adresseDeLivraisonRecap {
	float: left;
	margin: 0 0 20px 0;
	width:670px;
}

.adresseDeFacturation {
	float: left;
	margin: 0 0 20px 0;
	width:330px;
}

.adresseDeLivraison h3, .adresseDeFacturation h3, .adresseDeLivraisonRecap h3 {
	color:#515053;
	display:block;
	padding: 5px 0 7px 10px;
	margin:0;
	height: 20px;

}

.adresseDeLivraison h4 {
	color:#515053;
	width:335px;
	margin:5px 0 0 0;
	padding: 5px 0 7px 10px;

	float:left;
}

.adresseDeLivraison .contenu, .adresseDeFacturation .contenu {
	float:left;
	width: 300px;
	margin:1px 0 0 0;
	padding: 10px;

}

.adresseDeLivraisonRecap .contenu {
	float:left;
	width: 670px;
	margin:1px 0 0 0;
	padding: 10px;

}

.adresseDeLivraison ul {
	list-style:none;
	margin: 0;
	padding:0;
	width: 345px;
	float:left;
}

.adresseDeLivraisonRecap ul {
	list-style:none;
	margin: 0;
	padding:0;
	width: 670px;
	float:left;
}

.adresseDeLivraison ul li, .adresseDeLivraisonRecap ul li {
	margin: 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}

.adresseDeLivraison ul li a, .adresseDeLivraisonRecap ul li a,
.adresseDeLivraison ul li a:visited, .adresseDeLivraisonRecap ul li a:visited {
	color:#fff;
	display:block;

	border-top:solid 1px #FFF;
	padding:3px 0 3px 10px;
}

a.modifierOuAjouter, a.modifierOuAjouter:visited {
	font-size:12px;
	font-weight:bold;
	border-top:solid 1px #FFF;
	color:#00529a;;
	display:block;
	clear:both;

	padding:3px 0 3px 10px;
}

.adresseDeLivraison ul li a:hover, .adresseDeLivraisonRecap ul li a:hover, a.modifierOuAjouter:hover {
	text-decoration:none;

}



/* Bloc "Mode de livraison" 
-------------------------------------------------------- */

.choixDeLaLivraison, .choixDuReglement {
	float: left;
	width:670px;
	margin: 0;
	padding:0;
}

.choixDeLaLivraison ul, .choixDuReglement ul {
	margin: 0;
	padding:0;
	list-style:none;
	width: 670px;
}

.choixDeLaLivraison ul li, .choixDuReglement ul li {
	margin: 0;
	padding:0;
	font-size:14px;
	font-weight:bold;
}

.choixDeLaLivraison span.modeDeLivraison, .choixDuReglement span.modeDeReglement,
.choixDeLaLivraison span.choisir, .choixDuReglement span.choisir {
	color:#515053;
	line-height:37px;
	width:355px;
	margin:0;
	padding:0;

	float:left;
	text-indent:10px;
	height:40px;
}

.choixDeLaLivraison span.choisir, .choixDuReglement span.choisir {
	background-color:transparent;
	color:#000000;
}

.choixDeLaLivraison ul li a, .choixDeLaLivraison ul li a:visited, .choixDuReglement ul li a, .choixDuReglement ul li a:visited {
	height:40px;
	color:#000;
	display:block;

	border-top:solid 1Px #FFFFFF;
}

.choixDeLaLivraison ul li a:hover, .choixDuReglement ul li a:hover {
	text-decoration:none;

}

/* Bloc Mozaïque (utilisé en page d'accueil et en page produit)
-------------------------------------------------------- */

.blocMozaique {
	float: left;
	margin: 0 0 20px 0;
	padding:0;
}

.blocMozaique h3 {
	width: 640px;
	font-weight: bold;
	margin:0;
	padding: 5px 0 7px 10px;
	background-color: #bbbdbf;
	height: 20px;
}

.blocMozaique .contenu {
	float:left;
	width: 640px;
	margin:1px 0 0 0;
	padding: 10px;
	background-color: #d8d9da;
}

.blocMozaique .contenu ul.image {
	margin: 0;
	padding:0;
	list-style:none;
	border:none;
	width: 640px;
	float:left;
}

, .blocMozaique .contenu ul.image li {
	margin:0;
	padding:0;
	border:none;
	float:left;
}

.blocMozaique .contenu ul.image li a, .blocMozaique .contenu ul.image li a:visited  {
	border: 1px solid #bbbdbf;
	margin:0 1px 0 0;
	_margin:0;
	padding:1px;
	height: 81px;
	width:81px;
	float:left;
	display:block;
	background-color:#fff;
	overflow: hidden;
	zoom:0;
	text-align:center;
}


.blocMozaique .contenu ul.image li a:hover {
	border: 2px solid #88888b;
	background-color:#8fbce3;
	padding:0;
}

/* Bloc nouveauté (utilisé en page index_page.html + rubrique.html)
-------------------------------------------------------- */

.blocNouveaute {
	float: left;
	margin: 0px 0 0px 0;
	padding:0px;
	width:640px;



}

.blocNouveaute h3 {

		color:#CC0000;
	display:block;
	padding: 0px 0 0px 10px;
	margin:0;

	font-size:14px;
}

.blocNouveaute img {
	margin:auto;
	padding:15px 0 0 0;
}


.blocNouveaute h3 a, .blocNouveaute h3 a:visited {
	color:#CC0000;
	display:block;
	padding: 0px 0 0px 10px;
	margin:0;
	height: 20px;
	font-size:14px;


}

.blocNouveaute h3 a:hover {
	color:#515053;
	text-decoration:none;
	

}

.blocNouveaute h4{

	padding: 0 0 3px 0;
	margin:0px;
}


.blocNouveaute h4 a, .blocNouveaute h4 a:visited {
	color:#EFA003;
	font-size:19px;
	padding:0px;
	margin:0px;
}

.blocNouveaute h4 a:hover {
	text-decoration:underline;
	padding:0px;
	
}

.blocNouveaute .contenu {
float: left;
	width: 196px;
	margin:1px 0 0 0;
	padding: 0px 10px 0 15px; 

}

.blocNouveaute .contenu a.image, .blocNouveaute .contenu a.image:visited {
	border: 1px solid #bbbdbf;
	margin: 5px 0 0 0;
	padding:0px 0 0 0;
	height: 143px;
	width:163px;
	float:left;
	text-align:center;
	display:block;
	background-color:#fff;
	overflow: hidden;
		
}




.blocNouveaute .contenu a.image:hover {
	border: 1px solid #88888b;
	background-color:#8fbce3;
	padding:0px 0 0 0;
}

.blocNouveaute .contenu .description {
text-align:center;

	font-size: 12px;
	padding: 0px;
	width: 173px;
	height:87px;
}

.blocNouveaute .contenu .description .chapo {
	color:#123163;
	font-weight:normal;
	text-align: left;
	font-size: 11px;
	padding: 0 0 0px 0;
}

.blocNouveaute .contenu .description .prixProduit {
	color:#123163;
	font-weight:bold;
	text-align: center;
	font-size: 11px;
	margin:5px 0 0 0;
	padding: 0;
	display:block;
}

.blocNouveaute .contenu .description .prixProduit2 {
	color:#999999;

	text-align: center;
	font-size: 10px;
	margin:2px 0 0 0;
	padding: 0;
	display:block;
}
.blocNouveaute .contenu .description p {
	margin:0;
	padding: 0;
}

.blocNouveaute a.acheter, 
.blocNouveaute button.acheter { 
    display:-moz-inline-box; 
    display:inline-block; 
    margin: 10px 0 0 75px; 
    padding:0;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
    border:0; 
    background:none; 
} 
.blocNouveaute a.acheter span, 
.blocNouveaute button.acheter span { 
    position:relative; 
    float:left; 
    padding:0 0 0 0px; 
    vertical-align:middle;
background: url(images/plus_dinfos.jpg) no-repeat;
width: 90px;
height:26px;
} 

.blocNouveaute a.acheter span span, 
.blocNouveaute button.acheter span span {
	color:#fff;
    height:26px; 
    padding:0 0px 0 5px; 
    line-height:23px; 

	border:none;
} 
 
.blocNouveaute a.acheter:hover span, 
.blocNouveaute button.acheter:hover span {

	text-decoration:none;
}

.blocNouveaute a.toutesLesNouveautes, .blocNouveaute a.toutesLesNouveautes:visited {
	display:block;
	float:left;
	width:100%;
	margin: 1px 0 0 0;
	padding:0px 0;
	color:#515053;
	font-weight:bold;
	text-indent:10px;
	background-color:#bbbdbf;
}

.blocNouveaute a.toutesLesNouveautes:hover {
	color:#515053;
	text-decoration:none;
	background-color:#a9abad;
}


.bloc_centre {
float:left;
margin: 0 7px 20px 7px;



}



.blocNouveaute a.acheter2, 
.blocNouveaute button.acheter2 { 
    display:-moz-inline-box; 
    display:inline-block; 
    margin: 10px 0 0 10px; 
    padding:0;
	font-size:12px;
	font-weight:bold;
	white-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
    border:0; 
    background:none; 
} 
.blocNouveaute a.acheter2 span, 
.blocNouveaute button.acheter2 span { 
    position:relative; 
    float:left; 
    padding:0 0 0 0px; 
    vertical-align:middle;
background: url(images/add_basket.jpg) no-repeat;
width: 154px;
height:27px;
} 

.blocNouveaute a.acheter2 span span, 
.blocNouveaute button.acheter2 span span {
	color:#fff;
    height:26px; 
    padding:0 0px 0 5px; 
    line-height:23px; 

	border:none;
} 
 
.blocNouveaute a.acheter2:hover span, 
.blocNouveaute button.acheter2:hover span {

	text-decoration:none;
}


/* Bloc promotion (utilisé en page index_page.html + rubrique.html)
-------------------------------------------------------- */

.blocPromo {
	float: right;
	margin: 0 0 20px 0;
	width:345px;
}

.blocPromo h3 {
	margin:0;
}

.blocPromo h3 a, .blocPromo h3 a:visited {
	color:#515053;
	display:block;
	padding: 5px 0 7px 10px;
	margin:0;
	height: 20px;
	background-color: #bbbdbf;
}

.blocPromo h3 a:hover {
	color:#515053;
	text-decoration:none;
	background-color:#a9abad;
}

.blocPromo h4 a, .blocPromo h4 a:visited {
	color:#00529a;
}

.blocPromo h4 a:hover {
	text-decoration:underline;
}

.blocPromo .contenu {
	width: 325px;
	float:left;
	_float:none;
	margin:1px 0 0 0;
	padding: 10px;
	background-color: #d8d9da;
}

.blocPromo .contenu a.image, .blocPromo .contenu a.image:visited {
	border: 1px solid #bbbdbf;
	margin: 0;
	padding:1px;
	height: 140px;
	width:140px;
	display:block;
	float:left;
	background-color:#fff;
	overflow: hidden;
	text-align:center;
}

.blocPromo .contenu a.image:hover {
	border: 2px solid #88888b;
	background-color:#8fbce3;
	padding:0;
}

.blocPromo .contenu .description {
	float:right;
	font-size: 12px;
	padding: 0;
	width: 173px;
	_width: 158px;
}

.blocPromo .contenu .description .chapo {
	color:#626164;
	font-weight:normal;
	text-align: left;
	font-size: 12px;
	padding: 0;
}

.blocPromo .contenu .description .prixProduit {
	color:#ff0000;
	font-weight:bold;
	text-align: left;
	font-size: 18px;
	margin:5px 0 0 0;
	padding: 0;
	display:block;
}

.blocPromo .contenu .description .prixProduit2 {
	color:#999999;
	font-weight:normal;
	text-align: left;
	font-size: 16px;
	margin:2px 0 0 0;
	padding: 0;
	display:block;
}

.blocPromo .contenu .description p {
	margin:0;
	padding: 0;
}

.blocPromo a.acheter, 
.blocPromo button.acheter { 
    display:-moz-inline-box; 
    display:inline-block; 
    margin:5px 0 0 0; 
    padding:0;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
    border:0; 
    background:none; 
} 
.blocPromo a.acheter span, 
.blocPromo button.acheter span { 
    position:relative; 
    float:left; 
    padding:0 0 0 5px; 
    vertical-align:middle;
	background-color:#0081ca;
	border:solid 1px #FFFFFF;
} 

.blocPromo a.acheter span span, 
.blocPromo button.acheter span span {
	color:#fff;
    height:24px; 
    padding:0 5px 0 0; 
    line-height:23px; 
    background-color:#0081ca;
	border:none;
} 
 
.blocPromo a.acheter:hover span , 
.blocPromo button.acheter:hover span {
	background-color:#00529a;
	text-decoration:none;
} 

.blocPromo a.toutesLesPromos, .blocPromo a.toutesLesPromos:visited {
	display:block;
	float:left;
	width:100%;
	margin: 1px 0 0 0;
	padding:5px 0;
	color:#515053;
	font-weight:bold;
	text-indent:10px;
	background-color:#bbbdbf;
}

.blocPromo a.toutesLesPromos:hover {
	color:#515053;
	text-decoration:none;
	background-color:#a9abad;
}

/* Petit bloc produit (utilisé en page rubrique.html)
-------------------------------------------------------- */

.petitBlocProduit {
	float: left;
	margin: 0 20px 20px 0;
	width:345px;
}

.separation {
	float: left;
	margin:0;
	height:1px;
	width:710px;
}

.petitBlocProduit h3 {
	margin:0;
}

.petitBlocProduit h3 a, .petitBlocProduit h3 a:visited {
	color:#515053;
	display:block;
	padding: 5px 0 7px 10px;
	margin:0;
	height: 20px;
	background-color: #bbbdbf;
}

.petitBlocProduit h3 a:hover {
	text-decoration:none;
	background-color:#a9abad;
}

.petitBlocProduit .contenu  {
	float:left;
	width: 325px;
	margin:1px 0 0 0;
	padding: 10px;
	background-color: #d8d9da;
}

.petitBlocProduit .contenu a.image, .petitBlocProduit .contenu a.image:visited  {
	border: 1px solid #bbbdbf;
	margin: 0;
	padding:1px;
	height: 140px;
	width:140px;
	display:block;
	float:left;
	background-color:#fff;
	overflow: hidden;	
}

.petitBlocProduit .contenu a.image:hover {
	border: 2px solid #88888b;
	background-color:#8fbce3;
	padding:0;
}

.petitBlocProduit .contenu .description {
	float:right;
	font-size: 12px;
	padding: 0;
	width: 173px;
}

.petitBlocProduit .contenu .description .chapo {
	color:#626164;
	font-weight:normal;
	text-align: left;
	font-size: 12px;
	padding: 0;
}

.petitBlocProduit .contenu .description .prixProduit {
	color:#ff0000;
	font-weight:bold;
	text-align: left;
	font-size: 18px;
	margin:5px 0 0 0;
	padding: 0;
	display:block;
}

.petitBlocProduit .contenu .description .prixProduit2 {
	color:#999999;
	font-weight:normal;
	text-align: left;
	font-size: 16px;
	margin:2px 0 0 0;
	padding: 0;
	display:block;
}

.petitBlocProduit .contenu .description p {
	margin:0;
	padding: 0;
}

.petitBlocProduit a.acheter, 
.petitBlocProduit button.acheter { 
    display:-moz-inline-box; 
    display:inline-block; 
    margin:5px 0 0 0; 
    padding:0;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
    border:0; 
    background:none; 
} 
.petitBlocProduit a.acheter span, 
.petitBlocProduit button.acheter span { 
    position:relative; 
    float:left; 
    padding:0 0 0 5px; 
    vertical-align:middle;
	background-color:#0081ca;
	border:solid 1px #FFFFFF;
} 

.petitBlocProduit a.acheter span span, 
.petitBlocProduit button.acheter span span {
	color:#fff;
    height:24px; 
    padding:0 5px 0 0; 
    line-height:23px; 
    background-color:#0081ca;
	border:none;
} 
 
.petitBlocProduit a.acheter:hover span , 
.petitBlocProduit button.acheter:hover span {
	background-color:#00529a;
	text-decoration:none;
} 

/* Contenu d'une fiche produit (produit.html)
-------------------------------------------------------- */

.blocProduit {
	float: left;
	margin:0 0 20px 0;
	padding:0;
	width:640px;

}

.blocProduit h2{
text-align:center;
}
.blocProduit .blocDImages {
	float: left;
	margin:0 20px 20px 0;
	padding:0;
	width:220px;

}



.blocProduit a.grandeImage, .blocProduit a.grandeImage:visited {
	border: 1px solid #bbbdbf;
	margin:0 0 15px 0;
	padding:1px;
	width:220px;
	float:left;
	background-color:#fff;
}

.blocProduit a.grandeImage:hover {
	border: 2px solid #88888b;
	background-color:#8fbce3;
	padding:0;
}

.blocProduit ul.vignettes {
	margin: 10px 0 0 0;
	padding:0;
	list-style:none;
	text-align:center;
	border:none;
	width:220px;
	float: left;
}

.blocProduit ul.vignettes li {
	margin:0;
	padding:0;
	border:none;
}

.blocProduit ul.vignettes li a, .blocProduit ul.vignettes li a:visited {
	border: 1px solid #bbbdbf;
	margin:0 1px 1px 0;
	padding:1px;
	height: 81px;
	width:81px;
	float:left;
	display:inline;
	background-color:#fff;
	overflow: hidden;
}

.blocProduit ul.vignettes li a:hover {
	border: 2px solid #88888b;
	background-color:#8fbce3;
	padding:0;
}

.blocProduit .introProduit {

	margin:10px 0 20px 0;
	padding:0;
	width:220px;
	text-align:center;
}

.blocProduit .introProduit .chapo {
	font-size: 14px;
	font-weight:bold;
	padding: 0;
	margin:0 0 20px 0;
}

.blocProduit .introProduit .prixProduit {
	color:#123163;
	font-weight:bold;
	text-align: center;
	font-size: 12px;
	margin:10px 0 0 0;
	padding: 0;


}

.blocProduit .introProduit .prixProduit2 {
	color:#999999;
	font-weight:normal;
	text-align: center;
	font-size: 11px;
	margin:2px 0 0 0;
	padding: 0;


}

.blocProduit a.acheter, 
.blocProduit button.acheter { 
     display:-moz-inline-box; 
    display:inline-block; 
    margin: 10px 0 0 30px; 
    padding:0;
	font-size:12px;
	font-weight:bold;
	white-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
    border:0; 
    background:none; 
} 
.blocProduit a.acheter span, 
.blocProduit button.acheter span { 
      position:relative; 
    float:left; 
    padding:0 0 0 0px; 
    vertical-align:middle;
background: url(images/add_basket.jpg) no-repeat;
width: 154px;
height:27px;
} 

.blocProduit a.acheter span span, 
.blocProduit button.acheter span span {
		color:#fff;
    height:26px; 
    padding:0 0px 0 5px; 
    line-height:23px; 

	border:none;
} 

 
.blocProduit a.acheter:hover span, 
.blocProduit button.acheter:hover span { 
text-decoration:none;
} 

.blocProduit .description {
	float:left;
	font-size: 12px;
	padding: 0;
	margin:0 0 20px 0;
	width: 640px;

}

.blocProduit .contenusAssocies {
	float: right;
	margin: 0 0 20px 0;
	width:345px;
}

.blocProduit .telechargements {
	float: left;
	margin: 10px 0 20px 0;
	width:345px;
	border: 1px solid #bbbdbf;
}

.blocProduit .contenusAssocies h3, .blocProduit .telechargements h3 {
	color:#515053;
	display:block;
	padding: 5px 0 7px 10px;
	margin:0;
	height: 20px;

}

.blocProduit .contenusAssocies ul, .blocProduit .telechargements ul {
	list-style:none;
	margin: 0;
	padding:0;
	width: 345px;
	float:left;

}

.blocProduit .contenusAssocies ul li, .blocProduit .telechargements ul li {
	margin: 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}

.blocProduit .contenusAssocies ul li a, .blocProduit .telechargements ul li a,
.blocProduit .contenusAssocies ul li a:visited, .blocProduit .telechargements ul li a:visited {
	border-top:solid 1px #FFF;
	color:#EFA003;
	display:block;

	padding:3px 0 3px 10px;
}

.blocProduit .contenusAssocies ul li a:hover, .blocProduit .telechargements ul li a:hover {
	color:#EFA003;
	text-decoration:none;

}

/* Personnalisation du zoom de la fiche produit (produit.html)
-------------------------------------------------------- */

#superbox-overlay {
	width: 100%;
	overflow: visible;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	background:#e0e4cc;
}

#superbox-container .loading {
	width:32px;
	height:32px;
	text-indent:-9999px;
	background-image:url(_gfx/loader.gif);
	background-position:center 0;
	background-repeat:no-repeat;
	overflow: hidden;
	position: relative;
	padding: 0;
	width: 100%;
}

#superbox .close a {
	float:right;
	padding:0 5px;
	line-height:20px;
	color:#fff;
	background:#00529a;
	cursor:pointer;
}

#superbox .nextprev a {
	float:left;
	margin-right:5px;
	padding:0 5px;
	line-height:20px;
	background:#00529a;
	cursor:pointer;
	color:#fff;
}

#superbox .nextprev .disabled {
	background:#ccc;
	cursor:default;
}

#superbox .close a:hover {
	color:#fff;
	background:#00529a;
	text-decoration:none;
}

/* Nombre de pages
-------------------------------------------------------- */

#pages {
	float: left;
	color:#626164;
	width: 670px;
	text-align: right;
	font-size: 11px;
	padding: 5px 10px 5px 0;
	margin: 10px 0;
	background-color:#d8d9da;
}

#pages a, #pages a:visited {
	color:#626164;
	text-decoration: none;
	font-weight: bold;
}

#pages a:hover {
	text-decoration: underline;
}

/* Pied de page
-------------------------------------------------------- */

/* Pied de page
-------------------------------------------------------- */

#footer {
	float: left;
	width: 955px;
	color: #9a9b9d;
	font-size: 11px;
	font-weight:normal;
	margin-top:5px;
	padding:5px 0 20px 0;
background: url(images/pied_site.jpg) no-repeat;

	}
	
#footer .colonne {
	float: left;
	width: 945px;
	margin:0;
	padding:0 10px;
	text-align:right;
	}
	
#footer .colonne p {
	font-size:11px;
	margin:0;
	padding:0;
	}
	
#footer h4 {
	font-size:11px;
	color: #626164;
	background-image:none;
	padding:0;
	margin:3px 0 0 0;
	}
			
#footer a, #footer a:visited  {
	font-weight:normal;
	color: #123163;
	text-decoration: none;
	padding:0 5px;
	border-right:solid 1px #9a9b9d;
}

#footer a.dernier, #footer a:visited.dernier
 {
	font-weight:normal;
	color: #123163;
	text-decoration: none;
	padding:0 5px;
	border-right:solid 0px #9a9b9d;
}

#footer h4 a, #footer h4 a:visited {
	font-weight:bold;
	border:none;
	}

#footer a:hover {
	text-decoration: underline;
}

#footer .colonne p.validator {
	float:left;
	margin:5px 0 0 0;
	}
	
#footer .colonne p.validator a, #footer .colonne p.validator a:visited {
	border:none;
	}
	


/* formulaire
-------------------- */

#contenu form {
	padding:0;
	margin:0 0 20px 0;
}

#contenu form p {
	margin: 0;
	padding: 4px 0;
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	font-size: 12px;
	border-bottom:1px solid #ccc;
	clear:both;
	float:left;
	width:100%;
}

#contenu form p.derniereLigne {
	border:none;
}

#contenu form p label {
	float: left;
	width: 290px;
	padding:0 10px 0 0;
	margin: 0;
	line-height:24px;
}

#contenu form p label.codeDeReduction {
	width: 250px;
}

#contenu form p label.petit {
	width: 80px;
}

#contenu form p input, #contenu form p select, #contenu form p textarea {
	float:left;
	margin: 0;
	width: 190px;
	padding: 3px;
	border:solid 1px #a9abad;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626164;
	font-weight:bold;
	background-color:#d8d9da;
}

#contenu form p input.codeDeReduction {
	width: 50px;
	background-color:#fff;
	padding: 4px;
}

#contenu form p select {
	width: 198px;
}

#contenu form p textarea {
	width: 300px;
}

#contenu form p input.radio, #contenu form p input.checkBox {
	float:left;
	margin: 5px 0;
	width: 20px;
	padding: 0;
	background-color:transparent;
	border: none;
}
#contenu form p .labelRadio, #contenu form p .labelCheckBox {
	float:left;
	margin: 5px 10px 0 0;
	padding: 0;
	background-color:transparent;
	border: none;
	font-weight:bold;
}
	
#contenu form button.bouton,
#contenu form button.boutonMemeLigneQuInput { 
    display:-moz-inline-box; 
    display:inline-block; 
    margin:0 0 0 300px; 
    padding:0; 
    white-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
	border:none;
    background:none;
	font-size:13px;
	font-weight:bold;
}

#contenu form button.boutonMemeLigneQuInput { 
    margin:0 0 0 10px; 
}
	
#contenu form button.bouton span,
#contenu form button.boutonMemeLigneQuInput span { 
    position:relative; 
    float:left; 
    padding:0 0 0 8px;        /* Largeur du côté gauche */ 
	margin:0;
    vertical-align:middle;
	background-color:#0081ca;
}

#contenu form button.bouton span span,
#contenu form button.boutonMemeLigneQuInput span span {
    padding:0 8px 0 0;/* Largeur du côté droit */ 
	color:#FFF;
	height:24px;
	line-height:24px; /* Alignement vertical du texte */ 
	border: none;
}

.obligatoire {
	font-size: 12px;
	color: #FF0000;
	clear:both;
	margin:10px 0;
}

/* Tableaux
-------------------------------------------------------- */

#contenu table, #contenu table tr {
	padding:0;
	margin:0;
}

#contenu table th {
	font-weight: bold;
	background-color: #d8d9da;
	border-bottom:solid 1px #FFFFFF;
}

#contenu table td {
	font-weight: bold;
	background-color: transparent;
	border:none;
}

#contenu table td.ligne {
	font-weight: bold;
	background-color: transparent;
	border-bottom:solid 1px #d8d9da;
}

#contenu table th.total {
	font-weight: bold;
	color:#FFF;
	background-color: #00529a;
	border-bottom:solid 1px #dedce6;
}

/* Liens internes au site
-------------------------------------------------------- */

.queFaire {
	margin:20px 0 0 0;
	padding:0;
	width:100%;
	float:left;
	text-align:right;
}

.queFaire a.bouton, 
.queFaire button.bouton { 
    display:-moz-inline-box; 
    display:inline-block; 
    margin:10px 0 0 0; 
    padding:0;
	font-size:14px;
	font-weight:bold;
	white-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
    border:0; 
    background:none; 
} 
.queFaire a.bouton span, 
.queFaire button.bouton span { 
    position:relative; 
    float:left; 
    padding:0 0 0 7px; 
    vertical-align:middle;

} 

.queFaire a.bouton span span, 
.queFaire button.bouton span span {
	color:#EFA003;
    height:20px; 
    padding:0; 
    padding:0 7px 0 0; 
    line-height:22px;
	border-bottom: #123163 solid 1px;
	

} 
 
.queFaire a.bouton:hover span, .queFaire a.bouton:hover span span, 
.queFaire button.bouton:hover span, .queFaire button.bouton:hover span span { 

} 
 
/*  général
-------------------------------------------------------- */

#moteurEtCatalogue {
	float: left;
	width:185px;
	padding: 0;
	margin:0px 10px 0 0;
}

#moteurEtCatalogue h3 {
	display:none;
}

#menuCatalogue {
	float: left;
	padding: 0;
	margin:0 0 18px 15px;
	width:100%;
}

#menuCatalogue ul {
	padding: 0;
	margin:0;
	list-style:none;

}

#menuCatalogue ul li {
	color:#EFA003;
	font-size:17px;
	font-weight:bold;
	padding:0;
	margin:0 0 1px 0;
}

#menuCatalogue ul li a  {
	text-decoration:none;
	color:#EFA003;
	border-left:solid 0px #0068b2;
	display:block;

	padding:2px 0 2px 10px;
}

#menuCatalogue ul li a:hover {
	text-decoration:none;

	color:#000000;
	border-left:solid 0px #02407a;
}

#sur_titre {
	float: left;
	padding: 0;
	margin:0 0 18px 15px;
	width:100%;
	background: url(images/ss_titre_gche.jpg) no-repeat;
}

#sur_titre ul {
	padding: 0;
	margin:0;
	list-style:none;

}

#sur_titre ul li {
	color:#123163;
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0 0 1px 0;
}

#sur_titre ul li a {
	text-decoration:none;
	color:#123163;
	border-left:solid 0px #0068b2;
	display:block;

	padding:3px 0 3px 10px;
}

#sur_titre ul li a:hover {
	text-decoration:none;

	color:#000000;
	border-left:solid 0px #02407a;
}




#menuCatalogue ul li ul {
}

#menuCatalogue ul li ul li {
	font-size:13px;
	margin:1px 0 0 0;
	text-indent:8px;
	color:#123163;
	font-weight:normal;
}

#menuCatalogue ul li ul li a {
	border-left:solid 0px #7ca3c5;
		color:#123163;
		font-weight:normal;

}


#menuCatalogue ul li a.selection {
	color:#000000;

	border-left:solid 0px #02407a;
}


#actu_gauche {
margin-left: 10px;

}

#actu_gauche a {
color:#123163;

}
#actu_gauche img {
margin: 0 0 0 70px;

}


/* Recherche
-------------------------------------------------------- */

#moteur_adresse {
 background: #FFFFFF url(images/contact.jpg) no-repeat right top;;
 width:930px;
 height:60px;
 margin : 10px 0 0 10px;
 }


#moteur_adresse h3 {
	display:none;
}


#moteurDeRecherche {
	margin: 0 0 18px 0px;
	padding:0px ;
	width: 177px;
	height:38px;
	display:block;
	float:left;
	border-left:solid 0px #0068b2;
	background: url(images/moteur.jpg) no-repeat;
}

#moteurDeRecherche form {
	margin: 8px 0 0 12px ;
	padding:0;
	border:none;
}

#moteurDeRecherche form p {
	margin: 0;
	padding:0;
	float:left;
}

#moteurDeRecherche form input {
	margin: 0;
	padding:2px;
	width:110px;
	border:solid 0px #00529a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;

	color:#626164;
	float:left;
}

#moteurDeRecherche form button.bouton { 
    display:-moz-inline-box; 
    display:inline-block; 
    margin:0; 
    padding:0; 
    white-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
    border:none; 
    background:none;
	font-size:13px;
	font-weight:bold;
}

#moteurDeRecherche form button.bouton span { 
    position:relative; 
    float:left; 
    padding:0 0 0 8px;        /* Largeur du côté gauche */ 
	margin:0;
    vertical-align:middle;

	border:solid 0px #fff;
}

#moteurDeRecherche form button.bouton span span {
	padding:0 8px 0 0;
	border:none;
	color:#FFF;
	height:18px;
	line-height:18px; /* Alignement vertical du texte et largeur du côté droit*/
}
	
/* Moyens de paiement
-------------------------------------------------------- */

.moyensDePaiement {
	float:left;
	margin: 0;
	padding:0 10px;
	width:980px;
}

.moyensDePaiement h4 {
	margin:32px 0 0 0;
	float:left;
 
}

.moyensDePaiement ul, .moyensDePaiement ul li {
	list-style:none;
	margin: 0;
	padding:0;
	border:none;
}

.signature {

	margin: 0;
	padding:0 10px;
	width:980px;
	color:#EFA003;
	text-align:center;
	font-size:11px;
	
}

#support {
 background: #FFFFFF url(images/support.jpg);
 width:109px;
 height:26px;
 margin :410px 0 15px 10px;
 padding: 10px 0 0 57px;
 font-weight:bold;
 color:#666666;
 }
 
 #support a{

 color:#666666;
 }



/* Correction des bug Internet Explorer
-------------------------------------------------------- */

* html button {width:1%; overflow:visible;} 
*:first-child+html button {overflow:visible;}






/* Menu déroulant
-------------------------------------------------------- */

#menu ul {
 margin:0px;
 padding:8px 0 5px 15px;
 list-style-type:none;
 text-align:center;
 }
 
#menu ul li ul {
 margin:0px 0 0 0;
 padding:0px 0 5px 0px;
 list-style-type:none;
  border: 1px solid #D88119;
   background-color:#F9D70B;

 }
 
#menu li {
 float:left;
 margin:0 0 3px 0;
 padding:0 9px 0 9px;
 border-right: 1px solid #000000;
 height:23px;

 

 }
 
#menu li.menu_dernier{
 float:left;
 margin:0 0 3px 0;
 padding:0 9px 0 9px;
 border-right: 0px solid #000000;
 height:23px;
}
 
 #menu li ul li{
 float:left;
 margin:0;
 padding:0;
 border-right: 0px solid #000000;
 text-align:left;
 font-weight: normal;

 width:130px;


 }
#menu li a {
 display:block;
 width:auto;
 color:#000000;
 text-decoration:none;
 padding:5px;
 }
#menu li a:hover {
 color:#000000;
 }

#menu ul li ul {
 display:none;
 }
#menu ul li:hover ul {
 display:block;
 }
#menu li:hover ul li {
 float:none;
 }
#menu li ul {
 position:absolute;
 }
#menu {
height:35px;
 background: url(images/fond_menu.jpg) no-repeat;
 width:945px;
 margin:0 10px 0 10px;
 font-weight:700;
 font-size:13px;
 color:#000000;

 }
#menu_centre {
text-align:center;
width:945px;
margin:auto;

}
#menu_anglais ul {
 margin:0px;
 padding:8px 0 5px 15px;
 list-style-type:none;
 text-align:center;
 }
 
#menu_anglais ul li ul {
 margin:0px 0 0 0;
 padding:0px 0 5px 0px;
 list-style-type:none;
  border: 1px solid #D88119;
   background-color:#F9D70B;

 }
 
#menu_anglais li {
 float:left;
 margin:0 0 3px 0;
 padding:0 20px 0 20px;
 border-right: 1px solid #000000;
 height:23px;

 

 }
 
#menu_anglais li.menu_dernier{
 float:left;
 margin:0 0 3px 0;
 padding:0 9px 0 9px;
 border-right: 0px solid #000000;
 height:23px;
}
 
 #menu_anglais li ul li{
 float:left;
 margin:0;
 padding:0;
 border-right: 0px solid #000000;
 text-align:left;
 font-weight: normal;

 width:120px;


 }
#menu_anglais li a {
 display:block;
 width:auto;
 color:#000000;
 text-decoration:none;
 padding:5px;
 }
#menu_anglais li a:hover {
 color:#000000;
 }

#menu_anglais ul li ul {
 display:none;
 }
#menu_anglais ul li:hover ul {
 display:block;
 }
#menu_anglais li:hover ul li {
 float:none;
 }
#menu_anglais li ul {
 position:absolute;
 }
#menu_anglais {
height:35px;
 background: url(images/fond_menu.jpg) no-repeat;
 width:945px;
 margin:0 10px 0 10px;
 font-weight:700;
 font-size:13px;
 color:#000000;

 }

/*Encart
----------------------------------------------------*/

#encart {

    background: url(images/mileu_new.jpg) repeat-y;
	width:196px;
	height:270px;
	margin: 0px 0 0 0;
	padding: 0 0 0 0px;

	
}

#encart2 {

    background: url(images/mileu_new.jpg) repeat-y;
	width:196px;
	height:325px;
	margin: 0px 0 0 0;
	padding: 0 0 0 0px;

	
}

.encart_top {
background: url(images/haut_new.jpg) no-repeat;
width: 196px;
height:16px;
padding:0px;
margin:0px;

	
}

.encart_bottom {
	background: url(images/bas_new.jpg) no-repeat bottom;
	width:196px;
height:270px;

padding:0px;
margin:0px;
}

.encart_bottom2 {
	background: url(images/bas_new.jpg) no-repeat bottom;
	width:196px;
height:325px;

padding:0px;
margin:0px;}


.descriptionRubrique {
margin-bottom: 20px;

}

.menu_spectro {
  border: 1px solid #123163;
  float:left;
  width: 640px;
  padding: 10px;

}

.menu_spectro_int {

  padding-left: 10px;

}

.menu_spectro li {
list-style-image: url(images/fleche_bleue.jpg);

}

.menu_spectro h4 {

color:#123163;
font-size:12px;
font-weight: bold;
}

.spectro {

color:#333333;
font-size:13px;
font-weight: normal;
}


#tte_actu a{

color:#EFA003;
font-size:12px;
font-weight: bold;
}

