/* 
 * 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
-------------------------------------------------------- */

body {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#EEEEEE;
	font-size: 0.8em;
}

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;
	color:#1e4b76;
	text-align:left;
}

a {
	color: #02b1f4;
	text-decoration: none;
}

a:visited {
	color: #02b1f4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #02b1f4;
}

img {
	border: 0
}

/* PRODUIT
------------------------------------------------------- */
#top_produit_gauche {
	background-image:url(images/top_produit_gauche.jpg);
	background-repeat:no-repeat;
	width:155px;
	height:12px;
	margin-left:10px;
}
#produit_gauche {
	width:153px;
	border-left:1px solid;
	border-right:1px solid;
	color:#026285;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	margin-top:-6px;
	padding:0px;
	margin-left:10px;
}
#pied_produit_gauche {
	background-image:url(images/pied_produit_gauche.jpg);
	background-repeat:no-repeat;
	width:155px;
	height:14px;
	margin-left:10px;
}
.stock {
	padding-top:10px;
	padding-right:5px;
}

#image_produit {
	width:150px;
	text-align:center;
	padding-top:20px;
}

.prix_produit_promo {
	text-decoration:line-through;
	text-align:right;
	font-size:9px;
	color:#000000;
	padding-right:5px;
	padding-top:20px;
	margin:2px;
	
}

.prix_produit {
	font-size:14px;
	font-weight:bold;
	padding-right:5px;
}

#commander_produit {
	background-image:url(images/commande_produit.jpg);
	background-repeat:repeat-x;
	width:153px;
	height:106px;
	background-color:#06b2f3;
}
.commander_texte {
	text-align:left;
	color:#026285;
	padding-top:20px;
	padding-left:10px;
	font-weight:bold;
	font-size:12px;
}
.commander_bouton {
	padding-top:50px;
}



#droite_produit {
	width:200px;
	height:50px;
}

.titre_produit {
	color:#026285;
	font-size:18px;
	font-weight:bold;
}

.chapeau_produit {
	color:#4d4d4e;
	font-size:12px;
	font-style:italic;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:20px;
}




/*Menu du produit */

#menu_produit {
	width:300px;
	height:20px;
}

#unmenu_produit {
	float: left; /* placement du menu, à modifier selon vos besoins */
	top: 0;
	left: 0;
	text-align:center;
}


#unmenu_produit dt {
	float:left;
	cursor: pointer;
	height: 20px;
	min-height:20px;
	font-size:11px;
}

#unmenu_produit dt a {
	float:left;
	height:100%;
	width:90px;
	min-width:90px;
	margin-left:3px;
}

#menu1 a {
	height:20px;
	min_height:20px;
	width:90px;
	min-width:90px;
	background-image:url(images/menu_produit_blanc.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	color:#026285;
	padding-top:1px;
}

#menu1 a:hover, #menu1 a:focus {
	background-image:url(images/menu_produit.jpg);
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
}

/* Fin de la gestion du menu du produit */


#contenu_droite {
	margin-left:3px;
	border:1px solid #026285;
	padding:5px;
	font-size:11px;
	width:310px;
	color:#575858;
	height:190px;
	padding-top:5px;
	text-align:justify;
	overflow:auto;
}

/* Partie Accessoires */

#unaccessoire {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	min-height:70px;
}
#photo_accessoire {
	float:left;
	margin-left:3px;
	width:110px;
}
#desc_accessoire {
	float:left;
	margin-left:3px;
	width:170px;
	min-height:50px;
	padding-top:5px;
}

#ajout_accessoire {
	float:left;
	width:270px;
	text-align:right;
}
/* Page
-------------------------------------------------------- */

#wrapper {
	width: 800px;
	min-height:500px;
	text-align: left;
	overflow: visible;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}

#subwrapper {
	overflow: hidden;
	position: relative;
	padding: 0;
	width:800px;
	min-height:490px;
	background-color:#FFFFFF;
}

#content {
	padding: 0;
	clear: both;
	margin:0;
	min-height:400px;	
}

#contenu {
	float:left;
	width:500px;
	padding:0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	min-height:400px;
}

.titrePage {
	color:#1e4b76;
	text-align:left;
	font-weight:bold;
	width:500px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.sousTitrePage {
	color: #12335B;
	font-size:16px;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.textePage {
	color:#026285;
	text-align: justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.encadre {
	width:400px;
}

.img_accueil {
	margin:10px;
	padding:0px;
}




/* Entête
-------------------------------------------------------- */

#entete {
	float: left;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:100px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	color: #FFFFFF;
}

.logo {
	float: left;
	width: 260px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}


.drapeau {
	float: left;
	margin-left:320px;
	margin-top:55px;

}

#monCompte {
	float: left;
	width: 400px;
	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;
}

.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: 0.9em;
	padding: 0;
	margin: 0;
	color: #12335B;
	background-color: #e9f4fb;
	border: 1px solid #12335B;
	overflow: hidden;
	zoom: 1;
}

.menuMonCompte {
	float: left;
	color: #a9c9e9;
	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.8em;
	color: #a9c9e9;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_entete:visited {
	font-size: 0.8em;
	color: #a9c9e9;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_entete:hover {
	font-size: 0.8em;
	color: #a9c9e9;
	text-decoration: underline;
	font-weight: bold;
}


/* Chemin
-------------------------------------------------------- */

#chemin {
	float: left;
	width:800px;
	color:#000099;
	font-size: 0.9em;
	font-weight: bold;
	text-align:right;
	margin:0;
}

a.LIEN_chemin:link {
	color: #02b1f4;
	text-decoration: none;
}

a.LIEN_chemin:visited {
	color: #02b1f4;
	text-decoration: none;
}

a.LIEN_chemin:hover {
	color: #02b1f4;
	text-decoration: underline;
}

/* TRAIT DE SEPARATION
-------------------------------------- */
#separation {
	float:left;
	height: 8px;
	width: 800px;
	background-image:url(images/separateur.jpg);
	background-repeat:no-repeat;
	margin-top: 2px;
	margin-bottom: 15px;
}

/* Produit petit & grand
-------------------------------------------------------- */

.ListeProduitsPetits {
	float: left;
	width: 700px;
	margin: 0;
	padding: 0;
}

.produitPetit {
	float:left;
	width: 110px;
	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;
	width:100px;
	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: 200px;
}

.descriptionProduit {
	color: #12335B;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.prixProduit {
	color: #EC8000;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	width:200px;
}

.ficheProduit {
	float:left;
	width: 500px;
	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: 500px;
	text-align: right;
	font-size: 0.9em;
	padding-top: 10px;
	margin: 0;
	padding-bottom: 10px;
	color: #12335B;
}

a.LIEN_pages:link {
	color: #12335B;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_pages:visited {
	color: #12335B;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_pages:hover {
	color: #12335B;
	text-decoration: underline;
	font-weight: bold;
}


/* Pied de page
-------------------------------------------------------- */

#footer{
	float: left;
	width: 800px;
	color: #0066CC;
	font-size: 0.9em;
	text-align: right;
	margin-top:10px;
	paddin-right: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;
}

/* Panier
-------------------------------------------------------- */

.tableauPanier {
	border:1px solid #026285;
	width:450px;
}

.nombreArticles {
	text-align:right;
	color:#026285;
	font-size:10px;
	padding-right:5px;
	padding-bottom:10px;
}

.enTete {
	color:#026285;
	font-size:12px;
	font-style:italic;
	text-align:center;
	font-weight:bold;
}

.ligneTableauPanier {
	color:#4d4d4e;
	font-size:12px;
	font-style:italic;
	padding-left:5px;
}

.prix {
	color:#026285;
	font-size:12px;
	padding-left:5px;
}

.ligneTableauTrait {
	height:3px;
	background-image:url(images/barre_tableau_panier.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}

.ligneTableauPanier a, .ligneTableauPanier a:hover {
	color:#026285;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}

#recalcul {
	width:450px;
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
}
#total {
	width:450px;
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
}

.nombreArticles {
	text-align:right;
	color:#026285;
	font-size:10px;
	padding-right:5px;
	padding-bottom:10px;
}



/* Divers éléments de formulaires & tableaux
-------------------------------------------------------- */

.enteteTableau {
	color: #12335B;
	font-weight: bold;
	background-color: #dedce6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.ligneTableau {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6cdde;
	font-size: 0.9em;
}

.footerTableau {
	color: #12335B;
	font-weight: bold;
	background-color: #bdbbcd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.boutonMonCompteContenu {
	font-weight: bold;
	width:440px;
	text-align: right;
	margin: 10px;
}

.zoneDeSaisie {
	color: #12335B;
	font-weight: bold;
	font-size: 0.9em;
}

.obligatoire {
	color: #FF0000;
}

.commentaires {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #12335B;
}


/* CONTACT
------------------------------------- */

#formulaire_contact {
	float:left;
	margin:30px;
	width:4O0px;
	height:250px;
}

.bouton {
	font-size:14px;
	color:#FFFFFF;
	background-color:#55C9F8;
	border:1px solid #CCCCCC;
	cursor:pointer;
}

.formulaire {
	font-size:14px;
	border:0px;
	color:#333333;
	font-weight:bold;
	border-bottom:1px solid #0EA1E4;
	border-right:1px solid #0EA1E4;
}

.formulaire_champ_contact {
	font-size:14px;
	border:0px;
	background-color:#DBECFC;
	color:#0EA1E4;
	font-weight:bold;
	border-bottom:1px solid #0EA1E4;
	border-right:1px solid #0EA1E4;
}

.texte_formulaire {
	color: #026285;
	text-align: justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}


/* Connexion
------------------------------------------------------- */

.souligner {
	border-bottom:1px dashed #CCCCCC;
}
.droite {
	align:left;
}
#div_thickbox {
	float:left;
	margin-left:50px;
}



/* Recherche et Menu général
-------------------------------------------------------- */

.recherche {
	color: #026285;
	text-align: justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

#separation_petit {
	height: 8px;
	width: 120px;
	background-image:url(images/separation_petit.jpg);
	background-repeat:no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#menuGeneral {
	float:left;
	min-width:130px;
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;

}

dl, dt, dd, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.invisibleW3C {
	width: 0; 
	height: 0;
	padding: 0; 
	margin: 0;
}



#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;	
}
#navigation a.head {
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	font-weight:700;
	font-size:11px;
}
#navigation ul {
	margin:0px;
	padding:0px;
}
#navigation li {
	margin:0px;
	padding:0px;
	margin-top:5px;
	background-image:url(images/fond.jpg);
	background-repeat:no-repeat;
	text-indent:20px;
	width:120px;
	min-height:31px;
	margin-bottom:3px;
	font-size:10px;
}

#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
	background-image:url(images/fond_sous_menu.jpg);
	background-repeat:repeat-x;
	color:#458ca6;
	width:116px;
	text-indent:0px;
	border:1px solid #babbbb;
	font-size:10px;
	min-height:31px;
}
#navigation li li a:hover {
	background:#CCCCCC;
	color:#000000;
}

/* Promotion
-------------------------------------------------------- */

.titre_droite {
	color: #FFFFFF;
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	text-indent:25px;
	height:22px;
	width:145px;
	background-image:url(images/titre_droite.jpg);
	background-repeat:repeat-x;
}

.prix_promo {
	background-image:url(images/promotion.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:145px;
	height:30px;
	padding:0px;
}

p.ancien_prix {
	text-decoration:line-through;
	font-size:9px;
	padding:0px;
	margin:2px;
}
#promotion {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	border:1px solid #035F88;
	margin-top:30px;
	margin-bottom:20px;
	padding-bottom:5px;
	color:#026285;
	width:145px;
}

/* Signature
-------------------------------------------------------- */

#signature {
	padding: 0;
	width: 800px;
	color: #808185;
	font-size: 0.8em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
}
/*
.W3C {
	width: 88px;
	margin: 0;
	padding: 0;
	float: right;
}*/

a.LIEN_signature:link {
	color: #808185;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_signature:visited {
	color: #808185;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_signature:hover {
	color: #808185;
	text-decoration: underline;
	font-weight: bold;
}
