/* 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
-------------------------------------------------------- */
html, body {
	width:100%;
	height:98%;
	margin:0;
	padding:0;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 11px;
}

h1, h2, h3{
	font-family: "Trebuchet MS", sans-serif;
}

h1{
	font-size: 1.8em;
	margin: 0;
	padding: 0;
}
h2{
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}
h3{
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

a {
	color: #DF27AD;
	text-decoration: none;
	
}

a:visited {
	color: #DF27AD;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #EE8FD4;
}

img {
	border: 0
}

div {
	scrollbar-face-color: #DF27AD;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
}

input select {
	scrollbar-face-color: #DF27AD;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
}
/* Page
-------------------------------------------------------- */
#global {
	width:888px;
	height:550px;
	background-color:#FFFFFF;
	position:relative;
}

#languesBandeau {
	width:150px;
	float:right;
	position:absolute;
	top:25px;
	text-align:right;
	right:17px;
	font-size:11px;
	color:#FFFFFF;
}

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

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

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

#languesBandeau a:hover {
	color:#B8B6B5;
	text-decoration:none;
}

#sousBandeau {
	width:100%;
	height:92px;
	margin:0;
	padding:0;
}

#flash {
	width:430px;
	height:92px;
	overflow:hidden;
	float:right;
	margin:0;
	padding:0;
}

#flash img {
	border:none;
	margin:0px;
	padding:0px;
}

#login_menu {
	width:458px;
	height:92px;
	float:left;
	margin:0;
	padding:0;
}

#menuLogin {
	width:458px;
	height:72px;
	background-image:url('images/fond_login.gif');
	margin:0;
	padding:0;
}

#menuHaut {
	width:458px;
	height:20px;
	background-image:url('images/fond_menu.gif');
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	font-stretch:narrower;
}
.lienMenu{
	color:#EE8FD4;
} 

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

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

#menuHaut a:hover {
	color:#EE8FD4;
	text-decoration:none;
}

.separateur {
	font-size:14px;
	color:#FFFFFF;
}

.titrePage {
	color: #DF27AD;
	text-align: left;
	font-weight:normal;
	width: 650px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.sousTitrePage {
	color: #DF27AD;
	text-align: left;
	font-weight: normal;
	width: 650px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.textePage {
	color: #141414;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.separation {
	height: 1px;
	width: 590px;
	background-color: #EE8FD4 ;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow:hidden;
	zoom:1;
}

/* Accueil
-------------------------------------------------------- */
#accueilImgGauche {
	float:left;
	left:15px;
	position:absolute;
	top:170px;
	z-index:100;
}

#accueilImgDroite {
	float:right;
	position:absolute;
	right:-19px;
	z-index:1000;
	top:190px;
}

#accueilTexte {
	float:left;
	position:absolute;
	top:180px;
	left:280px;
	width:350px;
	height:300px;
	text-align:left;
}

#accueilTexte h1 {
	color:#DF27AD;
	font-size:12px;
	font-weight:normal;
}

#accueilTexte h2 {
	color:#DF27AD;
	font-size:12px;
	font-weight:normal;
}

#accueilTexte p {
	font-size:11px;
}


#piedPage {
	text-align:right;
	position:relative;
	top:-17px;
	z-index:500;
	padding-right:10px;
	font-size:12px;
	color:#EE8FD4;
}

#piedPage a:link {
	color:#DF27AD;
	text-decoration:none;
}

#piedPage a:hover {
	color:#EE8FD4;
	text-decoration:none;
}

#piedPage a:visited {
	color:#DF27AD;
	text-decoration:none;
}

.pastilleAccueil {
	height:86px;
	width:86px;
	float:right;
	margin-top:10px;
	margin-right:3px;
}

/* BOUTIQUE
-------------------------------------------------------- */
/*
#menuBoutique {
	width:360px;
	height:18px;
	background-image:url('images/fond_menu_boutique.gif');
	background-repeat:no-repeat;
	margin-left:77px;
	font-size:12px;
	border-left:#F3ABDF 1px solid;
	margin-top:0px;
	padding-left:5px;
}
*/
#menuBoutique {
	width:118px;
	
	/*background-image:url('images/fond_menu_boutique.gif');*/
	background-repeat:no-repeat;
	margin-left:10px;
	font-size:12px;
	/*border-left:#F3ABDF 1px solid;*/
	margin-top:10px;
	padding-left:5px;
}
#menuBoutique a {
	display:block;
	line-height:19px;
	vertical-align:middle
}

	.itemMenuBoutique {
		color:#DF27AD;
		text-decoration:none;
	}
	
	.itemMenuBoutique:hover {
		color:#FFFFFF;
		background-color:#DF27AD;
		text-decoration:none;
	}
	
	.itemMenuBoutique:visited {
		color:#DF27AD;
		text-decoration:none;
	}

.itemMenuBoutiqueSELECTED {
	color:#FFFFFF;
	background-color:#DF27AD;
	text-decoration:none;
}
	.itemMenuBoutiqueSELECTED:hover {
	color:#FFFFFF;
	background-color:#DF27AD;
	text-decoration:none;
	}
	.itemMenuBoutiqueSELECTED:visited {
	color:#FFFFFF;
	background-color:#DF27AD;
	text-decoration:none;
	}


#petitPanier {
	margin-left:10px;
	margin-top:20px;
	width:118px;
	height:160px;
	text-align:center;
	color:#DF27AD;
	font-size:11px;
}
	
	.lienPanier {
		color:#DF27AD;
		text-decoration:none;
		font-size:11px;
	}
	
	.lienPanier:hover {
		color:#EE8FD4;
		text-decoration:underline;
		font-size:11px;
	}
	
	.lienPanier:visited {
		color:#DF27AD;
		text-decoration:none;
		font-size:11px;
	}
	
#rubanPied {
	width:258px;
	height:84px;
	position:absolute;
	bottom:-12px;
	left:0px;
	z-index:500;
	margin:0px;
	padding:0px;
}

#piedPageNormal {
	text-align:right;
	position:relative;
	top:-20px;
	z-index:500;
	padding-right:10px;
	font-size:12px;
	color:#EE8FD4;
}

#piedPageNormal a:link {
	color:#DF27AD;
	text-decoration:none;
}

#piedPageNormal a:hover {
	color:#EE8FD4;
	text-decoration:none;
}

#piedPageNormal a:visited {
	color:#DF27AD;
	text-decoration:none;
}

#listing {
	width:680px;
	height:335px;
	top:175px;
	position:absolute;
	right:40px;
	overflow:auto;
}
html>#listing {
	font-size:8px;;
}

#listingRub {
	width:680px;
	height:335px;
	top:140px;
	position:absolute;
	right:40px;
	overflow:auto;
}

#listingprod {
	width:680px;
	height:335px;
	top:175px;
	position:absolute;
	right:40px;
	overflow:auto;
}

#listingNews {
	width:480px;
	height:335px;
	top:175px;
	position:absolute;
	left:80px;
	overflow:auto;
}

#listingOrigines {
	width:480px;
	height:335px;
	top:175px;
	position:absolute;
	left:25px;
	overflow:auto;
	padding-right:5px;
}

#listingNews p {
	margin:0px;
}

#listingOrigines p {
	font-size:11px;
}

#news{
	width:300px;	
}

#cgv {
	width:750px;
	height:335px;
	top:175px;
	position:absolute;
	left:80px;
	overflow:auto;
}

#cgv p {
	margin:5px;
}

.titreListing:link {
	color:#DF27AD;
	text-decoration:none;
}

.titreListing:hover {
	color:#EE8FD4;
	text-decoration:none;
}

.titreListing:visited {
	color:#DF27AD;
	text-decoration:none;
}
.petitProduit {
	width:300px;
	height:100px;
	position:relative;
	float:left;
	left:0px;
	margin-left:25px;
	margin-bottom:10px;
	overflow:hidden;
	font-size:11px;
	color:#DF27AD;
}

.lienCommanderListing:link {
	font-size:11px;
	color:#DF27AD;
	text-decoration:underline;
}

.lienCommanderListing:hover {
	font-size:11px;
	color:#EE8FD4;
	text-decoration:none;
}

.lienCommanderListing:visited {
	font-size:11px;
	color:#DF27AD;
	text-decoration:underline;
}
/*
#descriptionRub {
	width:180px;
	height:100px;
	position:absolute;
	left:12px;
	top:360px;
	font-size:11px;
	color:#000000;
	font-style:italic;
	overflow:hidden;
}*/

#descriptionRub {
	top:20px;
	width:95%;
	left:12px;
	top:360px;
	font-size:11px;
	color:#000000;
	font-style:italic;
	overflow:hidden;
}

#retourPage {
	width:150px;
	position:absolute;
	left:20px;
	margin-top:45px;
}
/* Entête
-------------------------------------------------------- */

#entete {
	float: left;
	background-color: #12335b;
	width: 990px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #FFFFFF;
}

.logo {
	float: left;
	width: 260px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#monCompte {
	float: left;
	width: 400px;
	margin: 0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

.formMonCompte {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
}

.blocMonCompte {
	float: left;
	padding:0;
	margin: 0;
}

.champFormMonCompte {
	font-size: 1em;
	padding: 0;
	margin: 0;
	color: #DF27AD;
	background-color: #FFFFFF;
	border: 1px solid #DF27AD;
	overflow: hidden;
	zoom: 1;
}

.menuMonCompte {
	float: left;
	color: #DF27AD;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 100%;
	padding: 0;
}

#monPanier {
	float: left;
	width: 250px;
	margin: 0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.boutonMonCompteEntete {	
	float: left;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

a.LIEN_entete:link {
	font-size: 0.9em;
	color: #DF27AD;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_entete:visited {
	font-size: 0.9em;
	color: #DF27AD;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_entete:hover {
	font-size: 0.9em;
	color: #DF27AD;
	text-decoration: underline;
	font-weight: bold;
}


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

#chemin {
	float: left;
	width:970px;
	color: #a9c9e9;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #0066CC;
	margin: 0;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

a.LIEN_chemin:link {
	color: #a9c9e9;
	text-decoration: none;
}

a.LIEN_chemin:visited {
	color: #a9c9e9;
	text-decoration: none;
}

a.LIEN_chemin:hover {
	color: #a9c9e9;
	text-decoration: underline;
}

/* Produit petit & grand
-------------------------------------------------------- */

.ListeProduitsPetits {
	float: left;
	width: 760px;
	margin: 0;
	padding: 0;
}

.produitPetit {
	float: left;
	width: 170px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

.contourImage {
	border: 1px solid #0066CC;
	margin-bottom: 5px;
	float: left;
}

.titreProduit {
	color: #12335B;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.chapoProduit {
	color: #12335B;
	text-align: left;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 5px;
	width: 100%;
}

.descriptionProduit {
	color: #12335B;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.prixProduit {
	color: #EC8000;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
}

.ficheProduit {
	float:left;
	width: 470px;
	margin-left: 10px;
}


a.LIEN_commander:link {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_commander:visited {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_commander:hover {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}

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

#pages {
	float: left;
	width: 775px;
	text-align: right;
	font-size: 0.9em;
	padding-top: 10px;
	margin: 0;
	padding-bottom: 10px;
	color: #DF27AD;
}

a.LIEN_pages:link {
	color: #DF27AD;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_pages:visited {
	color: #DF27AD;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_pages:hover {
	color: #DF27AD;
	text-decoration: underline;
	font-weight: bold;
}


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

#footer{
	float: left;
	width: 960px;
	color: #0066CC;
	font-size: 0.9em;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0066CC;
	margin: 10px;
	padding-top: 10px;
}

a.LIEN_footer:link {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_footer:visited {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_footer:hover {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}

/* Divers éléments de formulaires & tableaux
-------------------------------------------------------- */

.enteteTableau {
	color: #000000;
	font-weight: bold;
	background-color: #E6DCE4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 11px;
}

.ligneTableau {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6cdde;
	font-size: 11px;
}

.footerTableau {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #6A6564;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 11px;
}

.boutonMonCompteContenu {
	font-weight: bold;
	width: 590px;
	text-align: right;
	margin: 0px;
	margin-top:10px;
	color:#DF27AD;
	font-size:12px;
}

.zoneDeSaisie {
	color: #0000000;
	font-weight: normal;
	font-size: 0.9em;
}

.obligatoire {
	color: #FF0000;
}

.commentaires {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #DF27AD;
}

/* CONTACT
---------------------------------------------------------- */
#contact {
	width:450px;
	height:300px;
	float:left;
	position:absolute;
	left:20px;
	margin-top:20px;
}

#contactImgDroite {
	float:right;
	position:absolute;
	right:10px;
	z-index:1000;
	top:190px;
	width:371px;
	height:307px;
	overflow:hidden;
	text-align:right;
}

#conception {
	margin-top:-12px; text-align:left; margin-left:30px; font-size:10px;
}

#conception a {
	color:#EFA9D1;
}

#conception a:hover {
	color:#DF27AD;
}
