/* 
 * 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-top:10px;
	margin-bottom:10px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
}

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

h1{
	font-size: 1.9em;
	color: #BC9354;
}
h2{
	font-size: 1.6em;
	color:#666666;
}
h3{
	font-size: 1.3em;
	color:#724F32;
}

h4{
	font-size: 1.1em;
	/*	margin: 0;
	padding: 0; */
	color:#4a3320;
}

select {
	font-size: 10px;
}


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

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

a:hover {
	text-decoration: none;
	color: #4a3620;

}

img {
	border: 0
}


/* Page
-------------------------------------------------------- */
.pub {
	padding:0px;
}
.contenuaccueil {
/*	background-image:url(images/fond_accueil.jpg);
	background-repeat: repeat-y;*/
}

#fondcontenu2 img{
padding: 5px;
}
#wrapper {
	width: 990px;
	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: 990px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#content {
	padding: 5px;
	clear: both;
	margin: 0;
	background-color: #FFFFFF;
}

.bouton {
	text-decoration: none;
	background-image: url(images/fond_menu1ro.jpg);
	background-repeat:repeat-x;
	background-position:center;
	padding: 3px 5px 3px 5px;
	color: #4a3620;
	-moz-border-radius:4px;
	border: 1px solid #999999;
	}
.bouton a:hover {
background-image: url(images/fond_menu2r.jpg);
	background-repeat:repeat-x;
	background-position:center;
}
#content ul li {
	list-style-image: url(images/bullet_small_05.png);
	list-style-position: inside;
}

#contenu {
	float: left;
	width:775px;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

.barreRubriqueTop {
color:#000000;
background-color:#EAEAEA;
}

.barreRubriqueBot {
color:#000000;
background-color:#DDDDDD;
}
.titrePage {
	color: #4a3620;
	text-align: left;
	font-weight: bold;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.sousTitrePage {
	color: #4a3620;
	text-align: left;
	font-weight: bold;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.textePage {
	color: #141414;
	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
-------------------------------------------------------- */
.bandeau {
	background-image:url(images/horizon.jpg);
	background-repeat: repeat-x;
	background-position: right;
}

.bandeau a:hover{
text-decoration:none;
}

#entete {
	float: left;
	background-color: #4a3620;
	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;
	font-weight: normal;
	font-variant: small-caps;
	color:#FFFFFF;
	margin-left: 0px;
	padding: 3px 20px 3px 20px;
}
#monCompte a {
	color:#c8a773;
	padding: 3px 20px 3px 20px;
}
#monCompte a:hover {
background-image:url(images/fond_menu2r.jpg);
	color:#FFFFFF;
	text-decoration:none;
}


.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: #4a3620;
	background-color: #e9f4fb;
	border: 1px solid #4a3620;
	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;
}

#entete a {
	font-size: 0.8em;
	color: #a9c9e9;
	text-decoration: none;
	font-weight: bold;
}

#entete a:visited {
	font-size: 0.8em;
	color: #a9c9e9;
	text-decoration: none;
	font-weight: bold;
}

#entete a:hover {
	font-size: 0.8em;
	color: #a9c9e9;
	text-decoration: underline;
	font-weight: bold;
}


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

#chemin {
	float: left;
	width:100%;
	color: 888888;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #e6e6e6;
	margin: 0;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#chemin a {
	color: #666666;
	text-decoration: none;
}

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

#chemin a:hover {
	color: #333333;
	background-color: #CCCCCC;
}

/* Produit petit & grand
-------------------------------------------------------- */
#prodPromo {
	font-size: x-small;
}

#prodPromo table {
border:#333333;
}

.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 {
	margin-right: 2px;
	margin-bottom: 2px;
}
.contourImage a {
margin-right: 2px;
margin-bottom: 2px;
border : 1px solid #0066CC;
}

.contourImage a:hover {
margin-right: 2px;
margin-bottom: 2px;
border : 1px solid #a9c9e9;
}

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

.chapoProduit {
	color: #4a3620;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 5px;
	width: 100%;
}

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

.prixProduit {
	color: #CC0000;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	font-size: 18px;
}
.prixareduire {
	text-decoration:overline;
	text-decoration:none;
	font-size: x-small;
	color: #666666;
}
.prixareduire2 {
	text-decoration:line-through ;
	font-size: x-small;
	color: #666666;
}

.ficheProduit {
	float:left;
	width: 470px;
	margin-left: 10px;
}
.declinaison {
	font-size:0.9em;
	color:#666666;
	font-weight: bold;
}
#commander a {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

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

#commander a: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: #4a3620;
}

#pages a {
	color: #4a3620;
	text-decoration: none;
	font-weight: bold;
}

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

#pages a:hover {
	color: #4a3620;
	text-decoration: underline;
	font-weight: bold;
}


/* Pied de page
-------------------------------------------------------- */
.footerTableau {
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.footer{
	float: none;
	font-size: 0.8em;
	text-align: center;
	border-top-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/fond_piedpage_blk.jpg);
	color:#FFFFFF;
}

.footer a {
	color: #c8a773;
	text-decoration: none;
	font-weight: bold;
}

.footer a:visited {
	text-decoration: none;
	font-weight: bold;
}

.footer a:hover {
	color: #000000;
	font-weight: bold;
	background-color:#c8a773;
	text-decoration:none;
}

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

.enteteTableau {
	color: #4a3620;
	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;
}


.boutonMonCompteContenu {
	font-weight: bold;
	width: 765px;
	text-align: right;
	margin: 10px;
}

.zoneDeSaisie {
	color: #4a3620;
	font-weight: bold;
	font-size: 0.9em;
}

.obligatoire {
	color: #FF0000;
}

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


/* Menu général
-------------------------------------------------------- */
.menufond2 {
	background-color:#666666;
	color:#FFFFFF;
	background-image: url(images/fond_menu2.jpg);
	background-repeat: repeat-x;

}

.menufond1 {
	background-color:#ffffff;
	color:#000000;
	background-image: url(images/fond_menu1r.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#menuTop {
	float: right;
	font-weight: normal;
	font-variant: small-caps;
	color:#c8a773;
	margin-right: 50px;
	padding: 3px;
}
#menuTop a {
	color:#FFFFFF;	
	padding: 3px;
}
#menuTop a:hover {
background-image:url(images/fond_menu2r.jpg);
	color:#FFFFFF;
	text-decoration:none;
}

dl, dt, dd, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-top:5px;
}

#menu {
  	padding: 2px;
	margin: 2px; 

}
#menu a {
	text-decoration:none;
	color:#666666;
	padding: 1px 5px 1px 5px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;

}
#menu a:hover {
	background-image:url(images/fond_menu1ro.jpg);
	color:#995100;
	text-shadow: #666666;
}
.menutitre {
background-image:url(images/fond_menu2r.jpg);
	font-variant: small-caps;
	font-size: 1em;
	text-align:center;
	color:#FFFFFF;
	font-weight: bold;
}

dl#menu {
	width: 175px;
}


dl#menu dt {
	cursor: pointer;
}

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

dl#menu dt a:hover, dl#menu dt .selected {
	color: #FFFFFF;
	background-color: #B8945F;
}

dl#menu dd {
}

dl#menu li {
}

dl#menu li a {
	font-size: 1em;
	color: #B8945F;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin:0;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	zoom: 1;
}

dl#menu li a:hover, dl#menu li .selected {
	color: #FFFFFF;
	background-color: #B8945F;
}

.invisibleW3C {
	width: 0; 
	height: 0;
	padding: 0; 
	margin: 0;
}

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

#signature {
	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;
}

#signature a {
	color: #808185;
	text-decoration: none;
	font-weight: bold;
}

#signature a:visited {
	color: #808185;
	text-decoration: none;
	font-weight: bold;
}

#signature a:hover {
	color: #808185;
	text-decoration: underline;
	font-weight: bold;
}
/*           LightBox    
------------------------------*/
.lbAction {

}


/*         Video Preview
---------------------------------*/
.videoPreview {
	background-image: url(images/bt-preview-video.gif) no-repeat center;
	background-color: #eee; 
	width: 200px;
	height: 150px;

	border: 1px solid #000;
}
.videoAlert {
	font-size: 9px;
	color: #333;
	background-color: #FFFFF0;
	border: 1px solid #EDEE00;
	padding: 5px;
	margin-top: 6px; 
	width: 191px;
	text-align: justify;
}
.videoPreviewContainer {
}

