/********************************************************************/
/*                        Import du fichier CSS                     */
/*   <link href="fichier.css" rel="stylesheet" type="text/css" />   */
/********************************************************************/

body {
	margin:0;
	padding:0;
	text-align: center;
	background-color: #d6d806;
	font-family:"trebuchet ms",sans-serif;
	font-size:10px;
}

#page, #page_accueil {
	/* PAGE COMPLETE */
	position:relative;
	text-align: left;
	width: 962px;
	height:706px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#page_accueil {
	background-image:url(./images/fond_index.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.texte,input,textarea,select,td,a,div {

}

a {
	color:#1d3d9b;
}

a:hover {
	color:#ffffff;
}

.erreur {
	color:#FF0000;
}

/********/
/* MENU */
/********/


#menu_accueil {
	position:relative;
	width:962px;
	height:706px;
	margin:0;
	padding:0;
}

#menu_pages, #menu_pyjamas, #menu_lingepro {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:396px;
	height:680px;
	background-position:top left;
	background-repeat:no-repeat;
}

#menu_pages {
	background-image:url(./images/fond_menu_pages.jpg);
}

#menu_pyjamas {
	background-image:url(./images/fond_menu_pyjamas.jpg);
}

#menu_lingepro {
	background-image:url(./images/fond_menu_lingepro.jpg);
}

#menu_pages ul, #menu_pyjamas ul, #menu_lingepro ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position:absolute;
	display:block;
	top:239px;
	left:39px;
	width:310px;
	height:145px;
}

#menu_accueil ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position:absolute;
	display:block;
	top:300px;
	left:599px;
	width:310px;
	height:145px;
}

#menu_pages li, #menu_pyjamas li, #menu_lingepro li, #menu_accueil li {
	position: relative; 
	display:block;
	margin: 0;
	padding: 0;
}

li.qui, li.qui_gb, li.qui_es {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
}

li.qui a {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
	background-image:url(./images/bouton_qui_off.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_qui_off.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}

li.qui_gb a {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
	background-image:url(./images/bouton_qui_off_gb.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_qui_off_gb.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}

li.qui_es a {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
	background-image:url(./images/bouton_qui_off_es.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_qui_off_es.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}

li.qui a:hover, li.qui a.on {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
	background-image:url(./images/bouton_qui_on.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_qui_on.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}

li.qui_gb a:hover, li.qui_gb a.on {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
	background-image:url(./images/bouton_qui_on_gb.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_qui_on_gb.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}

li.qui_es a:hover, li.qui_es a.on {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
	background-image:url(./images/bouton_qui_on_es.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_qui_on_es.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}

li.savoir_faire, li.savoir_faire_gb, li.savoir_faire_es {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:35px;
}

li.savoir_faire a {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:35px;
	background-image:url(./images/bouton_savoir_off.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_savoir_off.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-5px;
}

li.savoir_faire_gb a {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:35px;
	background-image:url(./images/bouton_savoir_off_gb.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_savoir_off_gb.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-5px;
}

li.savoir_faire_es a {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:35px;
	background-image:url(./images/bouton_savoir_off_es.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_savoir_off_es.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-5px;
}

li.savoir_faire a:hover, li.savoir_faire a.on {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:35px;
	background-image:url(./images/bouton_savoir_on.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_savoir_on.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-5px;
}


li.savoir_faire_gb a:hover, li.savoir_faire_gb a.on {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:35px;
	background-image:url(./images/bouton_savoir_on_gb.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_savoir_on_gb.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-5px;
}


li.savoir_faire_es a:hover, li.savoir_faire_es a.on {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:35px;
	background-image:url(./images/bouton_savoir_on_es.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_savoir_on_es.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-5px;
}


li.garanties, li.garanties_gb, li.garanties_es {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
}

li.garanties a {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
	background-image:url(./images/bouton_garanties_off.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_garanties_off.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-8px;
}

li.garanties_gb a {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
	background-image:url(./images/bouton_garanties_off_gb.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_garanties_off_gb.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-8px;
}

li.garanties_es a {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
	background-image:url(./images/bouton_garanties_off_es.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_garanties_off_es.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-8px;
}

li.garanties a:hover, li.garanties a.on {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
	background-image:url(./images/bouton_garanties_on.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_garanties_on.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-8px;
}

li.garanties_gb a:hover, li.garanties_gb a.on {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
	background-image:url(./images/bouton_garanties_on_gb.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_garanties_on_gb.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-8px;
}

li.garanties_es a:hover, li.garanties_es a.on {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
	background-image:url(./images/bouton_garanties_on_es.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_garanties_on_es.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-8px;
}


li.catalogue, li.catalogue_gb, li.catalogue_es {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:35px;
}

li.catalogue a {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:35px;
	background-image:url(./images/bouton_catalogue_off.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_catalogue_off.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-13px;
}

li.catalogue_gb a {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:35px;
	background-image:url(./images/bouton_catalogue_off_gb.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_catalogue_off_gb.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-13px;
}

li.catalogue_es a {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:35px;
	background-image:url(./images/bouton_catalogue_off_es.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_catalogue_off_es.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-13px;
}

li.catalogue a:hover, li.catalogue a.on {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:35px;
	background-image:url(./images/bouton_catalogue_on.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_catalogue_on.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-13px;
}

li.catalogue_gb a:hover, li.catalogue_gb a.on {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:35px;
	background-image:url(./images/bouton_catalogue_on_gb.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_catalogue_on_gb.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-13px;
}

li.catalogue_es a:hover, li.catalogue_es a.on {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:35px;
	background-image:url(./images/bouton_catalogue_on_es.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_catalogue_on_es.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-13px;
}


li.nous_retrouver, li.nous_retrouver_gb, li.nous_retrouver_es {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
}

li.nous_retrouver a {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
	background-image:url(./images/bouton_ou_off.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_ou_off.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-19px;
}

li.nous_retrouver_gb a {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
	background-image:url(./images/bouton_ou_off_gb.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_ou_off_gb.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-19px;
}

li.nous_retrouver_es a {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
	background-image:url(./images/bouton_ou_off_es.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_ou_off_es.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-19px;
}

li.nous_retrouver a:hover, li.nous_retrouver a.on {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
	background-image:url(./images/bouton_ou_on.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_ou_on.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-19px;
}

li.nous_retrouver_gb a:hover, li.nous_retrouver_gb a.on {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
	background-image:url(./images/bouton_ou_on_gb.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_ou_on_gb.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-19px;
}

li.nous_retrouver_es a:hover, li.nous_retrouver_es a.on {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:310px;
	height:25px;
	background-image:url(./images/bouton_ou_on_es.png) !important; 
	/*
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_ou_on_es.png'); 
	*/
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	+margin-top:-19px;
}


#contact_pages {
	position:absolute;
	width:70px;
	height:80px;
	top:595px;
	left:111px;
}

#contact_accueil {
	position:absolute;
	width:100px;
	height:120px;
	top:586px;
	left:825px;
}

#langue_pages {
	position:absolute;
	width:100px;
	height:80px;
	top:605px;
	left:40px;
}

#langue_accueil {
	position:absolute;
	width:140px;
	height:120px;
	top:603px;
	left:690px;
}

#newsletter_accueil {
	position:absolute;
	width:140px;
	height:120px;
	top:586px;
	left:550px;
}

#newsletter_pages {
	position:absolute;
	width:70px;
	height:80px;
	top:595px;
	left:191px;
}

/********/
/* HAUT */
/********/
#haut, #haut_es, #haut_gb, #haut_catalogue, #haut_catalogue_es, #haut_catalogue_gb {
	position:relative;
	display:block;
	width:962px;
	height:26px;
	background-position:top left;
	background-repeat:no-repeat;
	z-index:99;
}

#haut, #haut_es, #haut_gb {
	background-image:url(./images/fond_haut.jpg);
}

#haut_catalogue {
	background-image:url(./images/fond_haut_menu.jpg);
}

#haut_catalogue_es {
	background-image:url(./es/images/fond_haut_menu_es.jpg);
}

#haut_catalogue_gb {
	background-image:url(./gb/images/fond_haut_menu_gb.jpg);
}

#lien_pyjamas {
	position:absolute;
	display:block;
	top:5px;
	left:480px;
	width:150px;
	height:20px;
}

#lien_grenouilleres {
	position:absolute;
	display:block;
	top:5px;
	left:640px;
	width:150px;
	height:20px;
}




/***********/
/* CONTENU */
/***********/
#contenu_pages {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:566px;
	height:680px;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(./images/fond_contenu_pages.jpg);
}

#contenu_ou {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:566px;
	height:680px;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(./images/fond_ou_vide.jpg);
}



#contenu_pages #titre, #contenu_ou #titre {
	position:absolute;
	display:block;
	top:30px;
	left:75px;
	width:400px;
	height:35px;
	font-size:20px;
	color:#ffea00;
}

#contenu_pages #texte {
	position:absolute;
	display:block;
	top:67px;
	left:95px;
	width:345px;
	height:300px;
	font-size:13px;
	color:#ffffff;
	text-align:justify;
	line-height:18px;

}

#contenu_pages #texte b {
	color:#1d3d9b;
	font-weight:normal;
}

#contenu_pages #photo {
	position:absolute;
	display:block;
	top:373px;
	left:85px;
	width:481px;
	height:307px;
}

#contenu_pages #texte_savoir {
	position:absolute;
	display:block;
	top:67px;
	left:95px;
	width:305px;
	height:139px;
	font-size:13px;
	color:#ffffff;
	text-align:left;
	line-height:20px;
}

#contenu_pages #texte_garanties {
	position:absolute;
	display:block;
	top:67px;
	left:95px;
	width:345px;
	height:139px;
	font-size:13px;
	color:#ffffff;
	text-align:left;
	line-height:18px;
}

.titre {
	font-size:16px;
	color:#ffffff;
}

.soustitre {
	font-size:15px;
	color:#ffea00;
}

#contenu_pages #texte_savoir b, #contenu_pages #texte_garanties b {
	font-size:17px;
	color:#020202;
	font-weight:normal;
}

#contenu_pages #texte_savoir b, #contenu_pages #texte_garanties a {
	font-size:17px;
	color:#020202;
	font-weight:normal;
	text-decoration:none;
}


#contenu_pages #photo_savoir {
	position:absolute;
	display:block;
	top:212px;
	left:85px;
	width:481px;
	height:307px;
}

#contenu_pages #photo_garanties {
	position:absolute;
	display:block;
	top:319px;
	left:85px;
	width:481px;
	height:361px;
}

#contenu_pages #panier, #contenu_ou #panier, #contenu_panier #panier, #contenu_pyjamas #panier, #contenu_grenouilleres #panier, #contenu_lingepro #panier,
#contenu_pages #panier_es, #contenu_ou #panier_es, #contenu_panier #panier_es, #contenu_pyjamas #panier_es, #contenu_grenouilleres #panier_es, #contenu_lingepro #panier_es,
#contenu_pages #panier_gb, #contenu_ou #panier_gb, #contenu_panier #panier_gb, #contenu_pyjamas #panier_gb, #contenu_grenouilleres #panier_gb, #contenu_lingepro #panier_gb {
	position:absolute;
	display:block;
	top:7px;
	left:451px;
	width:90px;
	height:70px;
	font-size:11px;
	color:#000000;
	text-align:center;
	padding-top:45px;
	padding-right:25px;
	font-family:Arial, Helvetica, sans-serif;
	background-position:top left;
	background-repeat:no-repeat;
}

#contenu_pages #panier, #contenu_ou #panier, #contenu_panier #panier, #contenu_pyjamas #panier, #contenu_grenouilleres #panier {
	background-image:url(./images/fond_mini_panier.jpg);
}

#contenu_lingepro #panier {
	background-image:url(./images/fond_mini_panier_bis.jpg);
}

#contenu_pages #panier_es, #contenu_ou #panier_es, #contenu_panier #panier_es, #contenu_pyjamas #panier_es, #contenu_grenouilleres #panier_es {
	background-image:url(./es/images/fond_mini_panier_es.jpg);
}

#contenu_lingepro #panier_es {
	background-image:url(./es/images/fond_mini_panier_bis_es.jpg);
}

#contenu_pages #panier_gb, #contenu_ou #panier_gb, #contenu_panier #panier_gb, #contenu_pyjamas #panier_gb, #contenu_grenouilleres #panier_gb {
	background-image:url(./gb/images/fond_mini_panier_gb.jpg);
}

#contenu_lingepro #panier_gb {
	background-image:url(./gb/images/fond_mini_panier_bis_gb.jpg);
}



#contenu_pages #panier b, #contenu_ou #panier b, #contenu_panier #panier b, #contenu_pyjamas #panier b, #contenu_grenouilleres #panier b, #contenu_lingepro #panier b,
#contenu_pages #panier_es b, #contenu_ou #panier_es b, #contenu_panier #panier_es b, #contenu_pyjamas #panier_es b, #contenu_grenouilleres #panier_es b, #contenu_lingepro #panier_es b,
#contenu_pages #panier_gb b, #contenu_ou #panier_gb b, #contenu_panier #panier_gb b, #contenu_pyjamas #panier_gb b, #contenu_grenouilleres #panier_gb b, #contenu_lingepro #panier_gb b {
	font-size:14px;
	font-weight:normal;
}

#contenu_pages #panier a, #contenu_ou #panier a, #contenu_panier #panier a, #contenu_pyjamas #panier a, #contenu_grenouilleres #panier a, #contenu_lingepro #panier a,
#contenu_pages #panier_es b, #contenu_ou #panier_es b, #contenu_panier #panier_es b, #contenu_pyjamas #panier_es b, #contenu_grenouilleres #panier_es b, #contenu_lingepro #panier_es b,
#contenu_pages #panier_gb b, #contenu_ou #panier_gb b, #contenu_panier #panier_gb b, #contenu_pyjamas #panier_gb b, #contenu_grenouilleres #panier_gb b, #contenu_lingepro #panier_gb b  {
	font-size:11px;
	color:#3e800a;
	font-family:"trebuchet ms",sans-serif;
	text-decoration:underline;
	line-height:25px;
}



#calendrier_legende_foire {
	position:absolute;
	display:block;
	top:285px;
	left:103px;
	width:65px;
	height:22px;
	line-height:22px;
	font-size:12px;
	color:#000000;
	text-align:center;
	font-weight:bold;
}

#calendrier_legende_marche {
	position:absolute;
	display:block;
	top:317px;
	left:103px;
	width:65px;
	height:22px;
	line-height:22px;
	font-size:12px;
	color:#000000;
	text-align:center;
	font-weight:bold;
}

#calendrier_liste_mois {
	position:absolute;
	display:block;
	top:135px;
	left:85px;
	width:480px;
	height:50px;
	font-size:12px;
	color:#000000;
}

#calendrier_liste_mois ul {
	list-style:none;
	margin:0;
	padding:0;
	clear:left;
}

#calendrier_liste_mois li {
	list-style:none;
	margin:0;
	margin-right:3px;
	margin-top:2px;
	padding:0;
	float:left;
	display:block;
	width:77px;
	height:22px;
	line-height:22px;
	text-align:center;
	font-size:12px;
}

#calendrier_liste_mois li a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

#calendrier_titre {
	position:absolute;
	display:block;
	top:222px;
	left:200px;
	width:250px;
	height:25px;
	line-height:25px;
	font-size:20px;
	color:#000000;
	text-align:center;
	font-weight:bold;
}

#calendrier_contenu {
	position:absolute;
	display:block;
	top:260px;
	left:191px;
	width:270px;
	height:220px;
	font-size:20px;
	color:#000000;
	text-align:left;
}

#calendrier_contenu .cellule_vide {
	width:34px;
	height:25px;
	background-image:url(./images/fond_cellule_vide.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	color:#000000;
}

#calendrier_contenu .cellule_vide_courante {
	width:34px;
	height:25px;
	background-image:url(./images/fond_cellule_vide.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	color:#58c3ee;
}


#calendrier_contenu .cellule_foire {
	width:34px;
	height:25px;
	background-image:url(./images/fond_cellule_foire.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	color:#000000;
}

#calendrier_contenu .cellule_foire a {
	color:#000000;
	text-decoration:none;
}

#calendrier_contenu .cellule_foire_courante {
	width:34px;
	height:25px;
	background-image:url(./images/fond_cellule_foire.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	color:#9ad707;
}

#calendrier_contenu .cellule_foire_courante a {
	color:#9ad707;
	text-decoration:none;
}

#calendrier_contenu .cellule_marche {
	width:34px;
	height:25px;
	background-image:url(./images/fond_cellule_marche.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	color:#000000;
}

#calendrier_contenu .cellule_marche a {
	color:#000000;
	text-decoration:none;
}

#calendrier_contenu .cellule_marche_courante {
	width:34px;
	height:25px;
	background-image:url(./images/fond_cellule_marche.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	color:#ff8201;
}

#calendrier_contenu .cellule_marche_courante a {
	color:#ff8201;
	text-decoration:none;
}

#calendrier_descriptif {
	position:absolute;
	display:block;
	top:520px;
	left:100px;
	width:450px;
	height:150px;
	font-size:18px;
	color:#ffffff;
	text-align:center;
}

#calendrier_descriptif .titre {
	color:#ffffff;
	font-size:20px;
}

#calendrier_descriptif b {
	color:#000000;
}


#contenu_panier, #contenu_pyjamas, #contenu_grenouilleres {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:566px;
	height:680px;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(./images/fond_pyjamas.jpg);
}

#contenu_lingepro {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:566px;
	height:680px;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(./images/fond_linge.jpg);
}


#titre_categories_panier, #titre_categories_1, #titre_categories_2, #titre_categories_3, #titre_categories_4, #titre_categories_5, #titre_categories_6, #titre_categories_7, #titre_categories_8, #titre_categories_9,
#titre_categories_panier_es, #titre_categories_1_es, #titre_categories_2_es, #titre_categories_3_es, #titre_categories_4_es, #titre_categories_5_es, #titre_categories_6_es, #titre_categories_7_es, #titre_categories_8_es, #titre_categories_9_es,
#titre_categories_panier_gb, #titre_categories_1_gb, #titre_categories_2_gb, #titre_categories_3_gb, #titre_categories_4_gb, #titre_categories_5_gb, #titre_categories_6_gb, #titre_categories_7_gb, #titre_categories_8_gb, #titre_categories_9_gb {	
	position:absolute;
	display:block;
	top:12px;
	left:50px;
	width:397px;
	height:100px;
	background-position:top left;
	background-repeat:no-repeat;
}
/* panier */
#titre_categories_panier {
	background-image:url(./images/titre_panier.jpg);
}

/* panier */
#titre_categories_panier_es {
	background-image:url(./es/images/titre_panier_es.jpg);
}

#titre_categories_panier_gb {
	background-image:url(./gb/images/titre_panier_gb.jpg);
}

/* pyjamas enfants */
#titre_categories_1 {
	background-image:url(./images/titre_pyjamas_enfants.jpg);
}

/* pyjamas enfants */
#titre_categories_1_es {
	background-image:url(./es/images/titre_pyjamas_enfants_es.jpg);
}

#titre_categories_1_gb {
	background-image:url(./gb/images/titre_pyjamas_enfants_gb.jpg);
}

/* pyjamas adultes */
#titre_categories_2 {
	background-image:url(./images/titre_pyjamas_adultes.jpg);
}

/* pyjamas adultes */
#titre_categories_2_es {
	background-image:url(./es/images/titre_pyjamas_adultes_es.jpg);
}

#titre_categories_2_gb {
	background-image:url(./gb/images/titre_pyjamas_adultes_gb.jpg);
}

/* grenouilleres enfants */
#titre_categories_3 {
	background-image:url(./images/titre_grenouilleres_enfants.jpg);
}

/* grenouilleres enfants */
#titre_categories_3_es {
	background-image:url(./es/images/titre_grenouilleres_enf_es.jpg);
}

#titre_categories_3_gb {
	background-image:url(./gb/images/titre_grenouilleres_enf_gb.jpg);
}

/* grenouilleres adultes */
#titre_categories_4 {
	background-image:url(./images/titre_grenouilleres_adultes.jpg);
}

/* grenouilleres adultes */
#titre_categories_4_es {
	background-image:url(./es/images/titre_grenouilleres_adu_es.jpg);
}

#titre_categories_4_gb {
	background-image:url(./gb/images/titre_grenouilleres_adu_gb.jpg);
}

/* lingepro service/bar */
#titre_categories_5 {
	background-image:url(./images/titre_lingepro_servicebar.jpg);
}

/* lingepro service/bar */
#titre_categories_5_es {
	background-image:url(./es/images/titre_lingepro_servicebar_e.jpg);
}

#titre_categories_5_gb {
	background-image:url(./gb/images/titre_lingepro_servicebar_gb.jpg);
}

/* lingepro restauration */
#titre_categories_6 {
	background-image:url(./images/titre_lingepro_restaurant.jpg);
}

/* lingepro restauration */
#titre_categories_6_es {
	background-image:url(./es/images/titre_lingepro_restaurant_e.jpg);
}

#titre_categories_6_gb {
	background-image:url(./gb/images/titre_lingepro_restaurant_gb.jpg);
}

/* lingepro boulangerie */
#titre_categories_7 {
	background-image:url(./images/titre_lingepro_boulangerie.jpg);
}

/* lingepro boulangerie */
#titre_categories_7_es {
	background-image:url(./es/images/titre_lingepro_boulangerie_.jpg);
}

#titre_categories_7_gb {
	background-image:url(./gb/images/titre_lingepro_boulangerie_gb.jpg);
}

/* lingepro collectivite */
#titre_categories_8 {
	background-image:url(./images/titre_lingepro_collectivite.jpg);
}

/* lingepro collectivite */
#titre_categories_8_es {
	background-image:url(./es/images/titre_lingepro_collect_es.jpg);
}

#titre_categories_8_gb {
	background-image:url(./gb/images/titre_lingepro_collect_gb.jpg);
}

/* lingepro paramedical */
#titre_categories_9 {
	background-image:url(./images/titre_lingepro_paramedical.jpg);
}

/* lingepro paramedical */
#titre_categories_9_es {
	background-image:url(./es/images/titre_lingepro_paramed_es.jpg);
}

#titre_categories_9_gb {
	background-image:url(./gb/images/titre_lingepro_paramedical_gb.jpg);
}

#lien_enfants {
	position:absolute;
	display:block;
	top:70px;
	left:185px;
	width:70px;
	height:20px;
}

#lien_adultes {
	position:absolute;
	display:block;
	top:70px;
	left:265px;
	width:70px;
	height:20px;
}


#liste_panier {	
	position:relative;
	display:block;
	top:120px;
	left:25px;
	width:540px;
	height:560px;
	overflow:auto;
	font-size:12px;
}

#liste_produits {	
	position:relative;
	display:block;
	top:120px;
	left:25px;
	width:540px;
	height:560px;
	overflow:auto;
}

#liste_produits ul {	
	clear:left;
	list-style:none;
	margin:0;
	padding:0;
}

#liste_produits li.pyjamas, #liste_produits li.grenouilleres,#liste_produits li.lingepro {	
	float:left;
	position:relative;
	display:block;
	margin-left:18px;
	margin-top:5px;
	padding:0;
	width:150px;
	height:190px;
	background-position:top left;
	background-repeat:no-repeat;
}

#liste_produits li.pyjamas, #liste_produits li.grenouilleres {	
	background-image:url(./images/fond_liste_pyjamas.jpg);
}

#liste_produits li.lingepro {	
	background-image:url(./images/fond_liste_lingepro.jpg);
}

#liste_produits .liste_photo {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	top:4px;
	left:10px;
	width:130px;
	height:130px;
}

#liste_produits .liste_texte {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	top:142px;
	left:10px;
	width:130px;
	height:40px;
	color:#030000;
	font-size:10px;
	line-height:15px;
}

#liste_produits .liste_texte a {
	color:#030000;
	font-size:10px;
	text-decoration:none;
}

.titre_liste {
	font-size:12px;
	font-weight:bold;
}

.prix_liste {
	font-size:12px;
	font-weight:bold;
}




#photo_pyjamas, #photo_grenouilleres, #photo_lingepro {
	display:block;
	position:absolute;
	top:150px;
	left:35px;
	width:300px;
	height:380px;
	background-position:top left;
	background-repeat:no-repeat;
}

#photo_pyjamas, #photo_grenouilleres {
	background-image:url(./images/fond_photo_pyjamas.jpg);
}

#photo_lingepro {
	background-image:url(./images/fond_photo_lingepro.jpg);
}

#details {
	display:block;
	position:absolute;
	top:150px;
	left:345px;
	width:220px;
	height:500px;
	font-size:12px;
	color:#000;
	overflow:auto;
}

.details_centre {
	text-align:center;
}

.titre_produit {
	font-size:24px;
	color:#fce000;
	line-height:35px;
}

.code_article {
	line-height:30px;
}

.prix_produit {
	font-size:50px;
	color:#fce000;
}

.prix_barre {
	font-size:30px;
	color:#000000;
	text-decoration:line-through;
}

#choix1_pyjamas, #choix1_grenouilleres, #choix1_lingepro {
	position:absolute;
	display:block;
	top:550px;
	left:40px;
	width:140px;
	height:47px;
	font-size:11px;
	color:#000;
	text-align:center;
	padding-top:3px;
}

#choix1_pyjamas, #choix1_grenouilleres {
	background-image:url(./images/fond_selection.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#choix1_lingepro {
	background-image:url(./images/fond_selection_lingepro.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}



#choix2_pyjamas, #choix2_grenouilleres, #choix2_lingepro {
	position:absolute;
	display:block;
	top:550px;
	left:190px;
	width:140px;
	height:47px;
	font-size:11px;
	color:#000;
	text-align:center;
	padding-top:3px;
}

#choix2_pyjamas, #choix2_grenouilleres {
	background-image:url(./images/fond_selection.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#choix2_lingepro {
	background-image:url(./images/fond_selection_lingepro.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}



#article_precedent_pyjamas, #article_precedent_grenouilleres, #article_precedent_lingepro {
	position:absolute;
	display:block;
	top:650px;
	left:50px;
	width:100px;
	height:20px;
	background-position:top left;
	background-repeat:no-repeat;
	font-size:10px;
	/*padding-left:20px;*/
	line-height:20px;
	text-align:left;
}

#article_precedent_pyjamas, #article_precedent_grenouilleres {
	/*background-image:url(./images/fleche_precedent_pyjamas.jpg);*/
}

#article_precedent_lingepro {
	/*background-image:url(./images/fleche_precedent_lingepro.jpg);*/
}

#article_precedent_pyjamas a, #article_precedent_grenouilleres a, #article_precedent_lingepro a {
	text-decoration:none;
	color:#000;
}


#article_suivant_pyjamas, #article_suivant_grenouilleres, #article_suivant_lingepro {
	position:absolute;
	display:block;
	top:650px;
	left:450px;
	width:100px;
	height:20px;
	background-position:top right;
	background-repeat:no-repeat;
	font-size:10px;
	/*padding-right:20px;*/
	line-height:20px;
	text-align:right;
}

#article_suivant_pyjamas, #article_suivant_grenouilleres {
	/*background-image:url(./images/fleche_suivant_pyjamas.jpg);*/
}

#article_suivant_lingepro {
	/*background-image:url(./images/fleche_suivant_lingepro.jpg);*/
}

#article_suivant_pyjamas a, #article_suivant_grenouilleres a, #article_suivant_lingepro a {
	text-decoration:none;
	color:#000;
}

/*******/
/* BAS */
/*******/

#bas {
clear:both;
margin-left:auto;
margin-right:auto;
width:1000px;
}

#bas ul {
list-style: none;
margin: 0;
padding: 0;
text-align:center;
}

#bas li {
font-size:9px;
display:inline;
color:#404849;
}

#bas li a {
font-size:9px;
text-decoration:none;
color:#404849;
}

#bas li a:hover {
color:#FFFFFF;
}

