/* 
 * 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: #FFFFFF;
	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;
}

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

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

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

img {
	border: 0
}

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

#wrapper {
	width: 760px;
	text-align: left;
	overflow: visible;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	border:solid #AAAAAA 6px;
	margin-top:10px;

}

#subwrapper {
	overflow: hidden;
	position: relative;
	padding: 0;
	width: 760px;
	background-image: url(img/13_fond.gif);
	background-repeat:repeat-y;
	
}

#content {
	clear: both;
	padding: 0px;
	margin: 0px;
}

#contenu {
	float: right;
	width:606px;
	padding: 0px;
	margin: 0px;
	min-height:500px;
	background-image:url('img/fond_int.jpg');
	background-repeat:no-repeat;
}
.contenuBlocProduit {
	min-height:100px;
	
}
.description {
	text-align:center;	
	width:100%;
	margin-bottom:20px;
	
}
div.description span.chapo {
	display:none;
}
div.description span.prixProduit {
	text-align:center;	
	width:100%;
	display:block;
	color:#0067B2;
	font-size:1.2em;
	margin:0px;
	padding:0px;
}
div.description p.pacheter {
	text-align:center;
	width:100%;
	background-color:#E3E3E3;
	display:block;
	min-height:30px;
	margin:0px;
	margin-top:5px;
	padding:0px;
	padding-top:10px;	
	color:#000000;
}
div.description p.pacheter a {
	color: #000000;
	text-decoration: none;
}

div.description p.pacheter a:visited {
	color: #000000;
	text-decoration: none;
}

div.description p.pacheter a:hover {
	text-decoration: underline;
	color: #000000;
}
div#retour{
	width:250px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:10px;
	font-family: "Trebuchet MS", sans-serif;
	font-size:1em;
}
div#retour a {
	color:#000000;
	text-decoration:none;
}
div#retour img{ 
	vertical-align:middle;
}
.imageBlocProduit {
	border: 1px solid #E3E3E3;
	width:180px;
	height:223px;
	text-align:center;
	background-color:white;
}
.contenuBlocProduit a.image{
	border:1px solid black;
	
}
.petitBlocProduit h3{
	margin:0px;
	min-height:20px;
	width:100%;
	text-align:center;
}
.petitBlocProduit {
	float:left;
	margin:10px;
	width:180px;	
	font-size:1.2em;		
}
h2.titleRubrique {
	padding:10px;
}
#contenuPad10 {
	padding: 10px;
	
}
#contenu_accueil {
	float: right;
	width:606px;
	padding: 0px;
	margin: 0px;
	min-height:500px;
	background-image:url('img/fond2.jpg');
	background-repeat:no-repeat;
}

.titrePage {
	color: #12335B;
	text-align: left;
	font-weight: bold;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.sousTitrePage {
	color: #12335B;
	text-align: left;
	font-weight: bold;
	width: 750px;
	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: 775px;
	background-color: #7f8eb9;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow:hidden;
	zoom:1;
}




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

#entete {
	float: left;
	width: 762px;
	height:140px;
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #FFFFFF;
	background-color:#FFFFFF;
}

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

#monCompte {
	display:block;
	text-align:right;
	background-color:#000000;
	padding: 0;
	margin:0;
	width:100%;
	color: #FFFFFF;
	font-style:italic;
	padding-top:3px;
	height:22px;
}

.formMonCompte {
	display:inline;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	vertical-align:top;

}

.blocMonCompte {
	display:inline;
	text-align:right;
	vertical-align:top;
	padding:0;
	margin: 0;
}

.champFormMonCompte {
	display:inline;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	color: #000000;
	background-color: #e9f4fb;
	overflow: hidden;
	zoom: 1;
	vertical-align:text-top;

}

.monCompteLibelle {
	display:inline;
	font-size: 0.9em;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	vertical-align:top;
	font-weight:bold;
	font-style:italic;

}
.menuMonCompte {
	display:inline;
	font-size: 1em;
	color: #FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	vertical-align:top;
}

#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;
	display:none;
}

form {
	display:inline;
}
.boutonMonCompteEntete {	
	display:inline;
	margin: 0;
	padding: 0;

}
#valider{
	background-color:#EE8F0D;
	cursor:pointer;
	width: 50px;
	height: 17px;
	font-size: 0.9em;
	color:#FFFFFF;
	border:0;
	background-image: url(img/backForButton.JPG); 
	vertical-align:top;

}
a.LIEN_entete:link {
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	font-style:italic;
}

a.LIEN_entete:visited {
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	font-style:italic;
}

a.LIEN_entete:hover {
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: underline;
	font-style:italic;
}


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

#chemin {
display:none;
	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
-------------------------------------------------------- */

.imagePrincProduit {
	float:left;
	margin-left:30px;

}
.imageCompl {

	display:inline;
	padding:0px;
	margin:0px;
}

#boutonLeft {
	float:left;
	width:33px;
	margin-left:20px;
}

#boutonRight {
	float:right;
	width:33px;
	margin-right:40px;
}
#photozoomprinc {
	border:solid 1px black;
	padding:0px;
	margin:0px;
}
#photozoom {
	border:solid 1px black;
	border-left:0px;
	padding:0px;
	margin:0px;
}

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

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

.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;
}

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

.ficheProduit {
	float:left;
	width: 550px;
	margin: 10px;

	
}

#commande {
	
	float:right;
	width:320px;
	margin-right:100px;
	
}

#postscriptum {
	clear:both;
}

#price {
	float:left;
	padding-top:15px;
	}
#btnPanier {
	float:right;
	}

a.LIEN_commander {

}
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: #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
-------------------------------------------------------- */

#footerImg{
	float: left;
	width: 762px;
	height:26px;
	color: #0066CC;
	font-size: 0.9em;
	text-align: right;
	background-image: url("img/14b.jpg");
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
}

#footer{
	float: left;
	width: 764px;
	height:24px;
	color: #0066CC;
	font-size: 0.9em;
	text-align: right;
	background-image: url("img/14a.gif");
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
}

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: #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: 565px;
	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;
}


/* Menu général
-------------------------------------------------------- */

#menuGeneral {
	float: left;
	width:154px;
	padding: 0px;
	margin-top: 0px;
	
	background-image: url(img/13_fond.gif);

}

#drapeau {
	background-color:black;
	padding:0px;	
	margin:0px;
	padding-top:3px;
	height:18px;
}

#menu {
	padding:0px;
	margin:0px;
	font-weight:normal;

}

.ssmenu {
	padding:0px;
	margin:0px;
	
}
dl#menu dt {
	cursor: pointer;
	font-weight:normal;

}

dl#menu dt a {
	font-size: 1em;
	color: #777777;
	text-decoration: none;
	display: block;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 35px;
	overflow: hidden;
	zoom: 1;
}

dl#menu dt span{
	cursor:auto;
	font-size: 1em;
	color: #777777;
	text-decoration: none;
	display: block;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 35px;
	overflow: hidden;
	zoom: 1;
}

dl#menu dt a:hover, dl#menu dt .selected {
	color: #FFFFFF;
	background-image:url(img/menu02c.gif);

}

dl#menu li{
	background-image:url(img/menu01a.gif);
	list-style-type: none;
	height:26px;
	padding: 0px; 
	margin: 0px;
}
dl#menu li a, dl#ssmenu li a{
	font-size: 1em;
	color: #777777;
	text-decoration: none;
	display: block;
	margin:0;
	padding-left: 65px;
	padding-top: 5px;
	overflow: hidden;
	zoom: 1;

}

dl#menu li a:hover, dl#menu li .selected {
	color: #FFFFFF;
	background-image:url(img/menu01c.gif);

}

dl#menu dt {
	background-image:url(img/menu02a.gif);
	padding: 0px; 
	margin: 0px;
}

dd.ssmenu {
	margin:0px;
	padding:0px;
}

dd.ssmenu ul {
	margin:0px;
	padding:0px;
}

dd.ssmenu ul li{
	margin:0px;
	padding:0px;
}
.invisibleW3C {
	width: 0; 
	height: 0;
	padding: 0; 
	margin: 0;
}

/* Signature
-------------------------------------------------------- */

#signature {
	display:none;
	padding: 0;
	width: 980px;
	color: #808185;
	font-size: 0.8em;
	margin-top: 10px;
	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;
}


/* Rubrique a plat */

.rubriquePlat {
	float:left;
	padding-top:40px;
	padding-left:60px;
 	width:190px;
}

.imageRubriquePlat {
	text-align:center;
	width:190px;
	min-height:223px;
	background-color:white;
	border:1px solid #E3E3E3;
}



.descriptifPlat {
	margin-top:5px;
	width:190px;
}

.descriptionPlat {

	background-color:#E3E3E3;
	 font-family: verdana;
	 font-size: 10pt;
	 font-style: normal;
	 font-weight: bold;
	 padding:10px;
	 color: #000000;
	 min-height:20px;
	 text-align:center;
}

.descriptionPlat span {
	 color: #C14C16;
	 font-weight: bold;
}

.descriptifText {

}
.titrePlat {
	 font-family: verdana;
	 font-size: 10pt;
	 font-style: normal;
	 font-weight: bold;
	 padding-bottom:10px;
	 padding-top:4px;
	 color: #C14C16;
	 text-align:center;
}

.fleche {
	float:left;
	background-image:url(img/fleche.JPG);
	height:25px;
	width:25px;
}
.postcriptumPlat {
	 font-family: verdana;
	 font-size: 10pt;
	 font-style: normal;
	 font-weight: bold;
	 padding:10px;
	 color:#0067B2;
	text-align:center;
	
}

.titrePlat a {
 	color: #EC8000;
	text-decoration: none;	
}

.postcriptumPlat a {
 	color:#0067B2;
	text-decoration: underline;	
}
/* Rubrique a plat */
/*
.rubriquePlat {
	clear:both;
	padding-top:40px;
	padding-left:20px;
}

.imageRubriquePlat {
	float:left;
}



.descriptifPlat {
	float:left;
	padding-left:20px;
	padding-top:20px;
	width:400px;
}

.descriptionPlat {
	 font-family: verdana;
	 font-size: 10pt;
	 font-style: normal;
	 font-weight: bold;
	 padding:10px;
	 color: #000000;
}

.descriptionPlat span {
	 color: #C14C16;
	 font-weight: bold;
}

.descriptifText {
	margin-left:30px;

}
.titrePlat {
	 font-family: verdana;
	 font-size: 10pt;
	 font-style: normal;
	 font-weight: bold;
	 padding-bottom:10px;
	 padding-left:10px;
	 padding-top:4px;
	 color: #076AB6;
}

.fleche {
	float:left;
	background-image:url(img/fleche.JPG);
	height:25px;
	width:25px;
}
.postcriptumPlat {
	 font-family: verdana;
	 font-size: 10pt;
	 font-style: normal;
	 font-weight: bold;
	 padding:10px;
	 color: #E6CF7C;
}

.titrePlat a {
 	color: #076AB6;
	text-decoration: underline;	
}

.postcriptumPlat a {
 	color: #E6CF7C;
	text-decoration: underline;	
}
*/
.close  a {
	float:right;
	color: #FFFFFF;
	font-size:1.4em;
	font-weight:bold;
	padding:20px;
}

#detailPhoto  {
	position:absolute;
 	border:1px solid black;
	text-align:center;
	width:760px;
	height:800px;
	top:140px;
	left:0px;
	background-color:black;	
	z-index:3;

}

/* Surcharge du caraousel*/
.carousel-component { 
	padding:8px;
	margin-left: auto;
	margin-right:auto;
	width:500px;	

}

.carousel-component .carousel-list li { 
	list-style-type: none;

    margin:2px;
    width:73px;     /*    margin-left: auto;*/ /* for testing IE auto issue */
 
}

.carousel-component .carousel-list li a { 
    display:block;
    color: #C14C16;
    outline:none;
    -moz-outline:none; 	
    text-decoration:none;
    border: 1px solid white;
}



.carousel-component .carousel-list li a:hover { 
    border: 1px solid black;
}

.carousel-component .carousel-list li img { 
   	border:1px solid #999;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.carousel-component .carousel-list li img.imageSelected {
	filter:alpha(opacity=100);
	opacity:1;
}

.carousel-component .carousel-list li strong { 
    display:block; 
}
      
#prev-arrow { 
    position:absolute;
    top:40px;
    z-index:3;
    cursor:pointer; 
    left:5px; 
}

#next-arrow { 
    position:absolute;
    top:40px;
    z-index:3;
    cursor:pointer; 
    right:5px; 
}
.contourImagePetit {
 border:1px solid #DDDDDD;
 	
}
