@import url("calendrier.css");
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	text-align: center;
	background: #DA744E
}
body, td, th {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 13px;}

/*******************************************************/
/****************   BLOC PRINCIPAUX    *****************/
/*******************************************************/
#tout {
	text-align: left;
	width: 900px;
	margin: 0px auto 0px auto;
	background: #FFFFFF;
	}
#header {
	background: #8A260E url(../images/bgHeader.jpg) no-repeat;
	height: 110px;
	padding: 4px;
	border: 1px solid #FFF; border-bottom: none; border-top: none;
	position: relative;
}
#header h1 { font-family: sans-serif; font-size: 1em; padding-top: 52px }
#header p { float: right}
#logo {
	float: left;
	width: 90px;
	display: block;
}
#bandeau {
	background: #A74A29;
	text-align: center;
	padding: 0px 0px 4px 0px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #BB623B;
}
#centre {
	background: url(../images/bgCentre.gif) repeat-y 0 0; clear: left
}
div#left { width: 249px; float: left; padding-left:1px
}
.botLeft {
	background: url(../images/bgNav2Bot.gif) no-repeat left top;
	height: 50px;
}
#defaultImg { background: url(../images/photoDefault.jpg) no-repeat 0 1px; height: 380px}
#left h2 {
	background: #8C3110 url(../images/bgTitNav2.gif) no-repeat left bottom;
	color: #FFF;
	font-size: 1.1em;
	margin: 0px;
	padding: 10px 4px 10px 4px;
	text-transform: uppercase;
}
#myCart {
	padding: 2px;
	font-size: 0.9em;
	line-height: 200%; float: right; width: 180px; text-align: right
}
#myCart p{ padding: 0px; margin:0px; clear: both}
#myCart span { font-weight: bold}
#myCart img { vertical-align: middle; margin-right: 4px}
#myCart a {float:right; display: block; width: 126px; height: 23px; margin-right: 0px}
#myCart a:hover { background-repeat: no-repeat; background-position: right top}
.btnMyCart_fr { background:url(../images/fr/btnViewMyCart.png) no-repeat left top;}
.btnMyCart_en {background:url(../images/en/btnViewMyCart.png) no-repeat left top; }

#navMember {
	padding: 2px 0px 2px 5px;
	font-size: 12px;
	margin:  6px 0 0px 0;
	color: #69250C;
	border-bottom: 1px solid #A74A29;
	background-color: #FAECE7;
}
#navMember p.logOut{ 
	}
	
	
/**/ 
.linkH3 { padding: 2px 2px 2px 14px; background: url(../images/puceLink.gif) no-repeat 0 0.5em}
#main { margin-left: 14px; 
	float: left;
	width: 628px; }
#content {
	padding: 10px 0px 10px 0px;
}

#content2 {
	padding: 10px 0px 10px 14px; float: left;
	width: 480px;
}

#home {
	padding: 10px 10px 10px 18px; float: left; width: 400px
}
#footer {
	text-align: center;
}
#footer a:hover { color: #FFF
	}
#footer p{
	padding: 0px; margin: 0px
	}
#up {
	text-align: right;background: url(../images/bgUp_L.gif) no-repeat left bottom;
}
div#bgTopUp{ 
	clear: both; height: 14px; background: url(../images/bgTopUp.gif) repeat-x left bottom }
#up p{
	padding: 0px 4px 8px 0px;
	background: url(../images/bgUp_R.gif) no-repeat right bottom; margin: 0px
	}
#up img{ vertical-align: middle}

#login {}
#login th{}
#login td{}
#login a{ }
/*******************************************************************/
/******************    BALISES GENERALES     **********************/
/*******************************************************************/
h1,h2,h3,h4,h5,h6 {
	margin:0px 0px 4px 0px;
	padding: 2px 0px;
}
h1 {
	color: #FFF;
	font-size: 3em;
	font-weight: normal;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 16px;
	color: #8A260E
}
h2 span { color: orange}
h3 {
}
h4 {}
h5 { }
h6 {}

p {
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 6px 0px;
	/*line-height: 130%; font-size: 1.1em*/
}
a {text-decoration:none; color: #0000FF}
a:hover { text-decoration: underline; color: #BE682D  }
img { border: none}
a img { vertical-align: middle}

table {}
th, td {
	padding: 3px;
}
td { vertical-align: top; }
caption{ background: #8C3110; color: #FFF; text-align: left; padding:4px}

/* lists */
ul {
	list-style-type: none;
	margin: 0px 0px 8px 10px;
	padding: 4px 2px 4px 6px;
}
li {
	padding: 0px 0px 0px 12px;
	background: url(../images/puceUl.gif) no-repeat 0px 7px;
	margin-bottom: 4px;
	margin-left:20px;
	}
dd {}

blockquote { margin: 0px 0px 0px 12px}

/* forms */
input,textarea,select { font-size: 13px;  font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif
}
input { }
input[type=image]:hover, .btn img:hover { opacity: 0.7;
	filter:alpha(opacity=70);
	}

legend {
	font-size: 1.2em;
	background: #FFFFFF;
	font-weight: bold;
	padding: 4px 8px;
	margin-left: 4px;
	color: #666666}
fieldset {
	margin-bottom: 14px;
	margin-right: 10px;
	border: 1px solid #CCC; padding: 0px 4px
	}
label {
}
label input { vertical-align: middle; margin-right: 4px}

/*******************************************************************/
/******************        NAVIGATION         **********************/
/*******************************************************************/
#nav1 { background: #A74A29; margin: 0px 1px; padding-bottom:4px;
	border-bottom: 1px solid #BB623B; }
#nav1 ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 30px; background: #FFF;	
	}
#nav1 li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(../images/puceNav1Li.gif) no-repeat left center; font-size: 1em;
	height: 100%;
	border-top: 1px solid #FFF;
	}
#nav1 .home { background-image: none}
#nav1 li a { 
	display: block;
	padding: 5px 16px;
	text-align: center;font-size: 1em; 
	}

#nav1 .on {
	background: #A74A29 url(../images/on1.png) no-repeat right bottom;
}
#nav1 .on a {color: #FFF;
	background: url(../images/on2.gif) no-repeat left bottom;
}

/************ NAV2************/
.nav2{
	margin: 0px 1px 0px 1px;
	padding: 0px; background: #FFF
}
.nav2 li{
	margin: 0px;
	list-style-type: none;
	padding: 0; background: url(../images/bgNav2Li.gif) repeat-x left bottom;
	font-size: 1em; height: 100%;
}

.nav2 a { 
	display: block;
	padding: 5px 5px 5px 16px;height: 100%;
	background: url(../images/puceNav2_off.gif) no-repeat 2px 10px;
}
.nav2 span {
	display: block;
	padding: 5px 5px 5px 16px; height: 100%;}
.nav2 .on span {}
.nav2 a:hover{
	color:#CC0000 
	}
.nav2 .on {
	font-weight: bold;
	}
.nav2 .on a, .nav2 .on span{
	background-color: #CD5C36; color: #FFF
}

#left h2.titNav2 { background: #8C3110; padding: 5px 5px 5px 5px;}


/* LVL1 */
.nav2 li.lvl1 { padding-bottom: 4px; border-bottom: 2px solid #CD5C36 }
.nav2 li.lvl1 ul { margin: 0px 0px 2px 20px; padding: 0px}
.nav2 li.lvl1 li{
	background: #FFFFFF ; font-size: 0.9em;
	}
.nav2 .lvl1 a {
	color: #0000CC; background: none
	}
.nav2 .lvl1 .on1 {}
.nav2 .on1 a, .nav2 .on1 span{  
	color: #CD5C36; font-weight: bold;
	}
/**/
/*************************/
#newsHome { margin: 0 1px; padding: 40px 4px 6px 4px; background: #FFF url(../images/titActuHome.gif) no-repeat}
#newsHome dt{
	padding: 2px 0px;
	font-weight: bold;
	font-size: 1.1em;
}
#newsHome dd{
	padding: 4px 0;
	border-bottom: 2px solid #CCC;
	font-size: 0.9em;
	margin-bottom:16px;
}
#newsHome dd img{
}
#newsHome p{ font-size: 1em}
#newsHome .date {
	background: #8D9F46;
	color: #FFF;
	font-size: 0.9em;
	margin: 0px 0px 2px 0px;
	display: block;
	padding: 1px 2px;
}
#newsHome .view{ text-align: right; clear: both; padding: 3px; margin: 0}
#newsHome .view img{ vertical-align: middle}

/*  PAVE HOME  */
.paveHome { width: 100%}
.paveHome td{ width: 33%; font-size: 12px}
.paveHome .preview { text-align: center}
.paveHome .titPave { background:#8C3110 url(../images/puceTitPave.gif) no-repeat 5px 0.8em; border-left: 1px solid #FFF; font-size: 1em; color: #FFF; padding: 6px 6px 6px 20px; font-weight: bold;
 height: auto !important; height: 36px; min-height: 36px; margin: 0px 0px 6px 0px}

/*******	NEWS	*******/
.news-box {
	padding: 4px 6px 0px 12px;
	margin-bottom: 14px;
}
.news-box h3.tit{
	font: bold 12px verdana;
	color: #C2234F;
	margin-bottom: 8px;
	}
.titNews {
	border-top: 1px dotted #CDCB66;
	border-bottom: 1px dotted #CDCB66;
	background: url(../images/puceTit1.gif) no-repeat 0px 6px;
	padding: 0px 0px 2px 14px;
	margin: 0px 0px 6px 0px;
	}

.news-box .text{ margin-bottom: 6px; padding-bottom: 10px}
.news-box .view{
	text-align: right
}
.news-box .view a{
	background:  url(../images/bgView.gif) no-repeat;
	padding: 2px 2px 2px 10px;
	}

/***************************************************************/
/**************       CLASSES DIVERSES         *****************/
/***************************************************************/

/*************		DRAPEAUX		************/
#drapeaux {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 300px;
	margin: 8px;
	text-align: right;
}
#drapeaux ul { }
#drapeaux li{
	float: left;
	list-style-type: none
	}
#drapeaux a {
	/*display: block;
	width: 30px; height:16px*/ }
#drapeaux img { margin-left: 8px
   }

/**  PAVE GAUCHE   ************************************************/

/**  PAVE CENTRE   ************************************************/
/*****		GESTION DES IMAGES		*****/
.preview-img {
	text-align: center;
	margin-bottom: 10px;
	background: #FFFFFF;
	float: right;
	margin-left: 10px;
}
.preview-img p{
	padding: 3px;
	border: 1px solid #CCCCCC;
	/*background: url(images/bgPreviewImg.gif);*/
	margin-bottom: 6px;
}
img.imgtoright, .imgtoright img, .toRight{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
img.imgtoleft, .imgtoleft img, .toLeft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.imgToCenter { text-align: center}
.imgBlock {}
.imgBlock img {
	display: block;
	margin: 0px 4px 6px 4px;
}

/******DIVERS*******/
.btn input, .btn { text-align: center;
}

.btn { cursor: pointer !important; color: #0000FF; font: bold 11px "Trebuchet MS"; display: block; height: 24px;background-repeat: no-repeat; background-position: left top; line-height: 1.9em; padding: 0px; border: none;
}
.btn input { }
.btn:hover { background-position: right top;  }

.btnSend { width: 92px; background-image: url(../images/btnSend.png); line-height: 240%}

p.date {
	font-size: 0.9em;
	padding: 1px;
}
p.date span { font-weight: bold}
.gras {
	font-weight: bold;
}
.label {
	font-weight: bold;
	margin: 0;
	padding: 1px;
}

.grasRouge {
	
	color: #333333;
}
.italique {
	font-style: italic;
	color: #CD5A00;
}
.legende {
	font-style: italic;
	padding: 3px;
}

.required {
	color:#FF0000;
	
}
div.back { margin-bottom: 12px; padding: 0px 8px 0px 0px}
.etiquette { background: #8C3110; color: #FFF; padding:3px 5px; font-weight: bold; margin: 0px; font-size: 1em}

.error { padding: 5px; margin: 0px 0px 6px; 
	font-weight:bold;
	background-color: #FFC1C1;
	color:#000000;
	border: 1px dashed #CC0000;}
.message { padding: 5px; margin: 0px 0px 6px;
	font-weight:bold;
	background-color: #C6E2FF;
	color:#000000;
	border: 1px dashed #0099FF;}
/*************  DETAIL DUN LIVRE  ******************************/ 
dl.detail { margin-bottom: 8px;}
dl.detail dt{
	font-weight: bold;
	padding: 1px 0px;
	margin: 0px 0px 0px 0px;
	color: #DA744E
}
dl.detail dd{ padding: 0px; margin: 0px 0px 14px 0px; line-height: 1.6em}
dl.detail dd p { padding: 0px}
dl.detail .linkH3 { padding: 2px 2px 2px 14px; background: url(../images/puceLink.gif) no-repeat 0 8px}

/*********************	NEW CMS	*************************/
.cms {
	margin-bottom: 14px; width: 100%
}
.cms td, div.cms {
	line-height: 140%;
}
div.cms div.botCms{ clear: both; margin-top: 8px; border-bottom: 2px dotted #CCC}
.tiny {
	/*line-height: 140%;*/ margin-bottom: 8px}
	
.cmsPreview { margin-bottom: 10px; width: 100%}
.cmsPreview td { text-align: center}
/*	ALBUM PHOTO*/
#album {
margin-left:8px}
#album h3 {
	background: url(../images/gallery.gif) no-repeat left center;
	padding: 4px 4px 4px 26px;
	color: #000000;
	margin: 0px 0px 3px 0px;
	font-size: 12px;
	color: #000000;
}
#datacontainer {
	margin: 0px 0px 10px 0px;
	background: url(../images/bgPreviewImg.gif); padding: 4px;
	border: 1px solid #E2E2E2;
}
	
#album ul {padding: 0px; margin: 0px;
	}
#album li {
	width: 100px; height: 100px; float:left; padding: 0px; margin:0px 8px 8px 0px; background: #FFF; list-style-type: none
		}
#album div.botAlbum { clear: both; height: 2px}
#album a {
	width: 100px;
	height: 101px;
	display: block;
	border: 1px solid #E2E2E2;
}
#album a:hover {
	border: 1px solid #CCCCCC
   }
/*********************	DONNEES TABULAIRES	*************************/
.tablo {
	margin-bottom: 14px;
	border-collapse: collapse;
	width: 100%;
	
}
tr.champs th {
	font-weight: bold;
	background: #8A260E;
	color: #FFF;
	border-right: 1px solid #FFF;
	font-size: 0.9em;
	padding: 3px;
}
	
tr.line1 { background: #FCF3E2}
.tablo th { }
.tablo td {
	vertical-align: top;
	padding: 3px 5px 3px 5px; border: 1px solid #F5F5F5
	
}

.tabloRecap {
	margin-bottom: 14px;
	border-collapse: collapse;
	width: 100%;
	
}
.tabloRecap th {
	width: 120px;
	text-align: right;
	font-weight: normal; border-bottom: 1px solid #F5F5F5
}
.tabloRecap td {
	vertical-align: top;
	padding: 3px 5px 3px 5px; border-bottom: 1px solid #F5F5F5
	
}

.tabloAddToCart th, .tabloAddToCart td { padding: 3px; font-size: 0.9em }
.btnValign {vertical-align:middle }
/********	PAGINATION		******/
.pagine {
	margin:0;
	padding: 0 0 0 0;
	text-align: center;
	clear:both;  list-style-type: none;
}
.pagine li {
	display: inline;
	padding: 0;
	margin: 0;
	padding: 2px 0px; 
	background: none;
	/*background: #F5F5F5;
	border: 1px solid #CCC;*/
}
.pagine a, .pagine span {/*padding: 2px;*/}
.pagine .on{
	font-weight: bold;
	/*color: #FFF;
	background: #892F14;
	border-color: #892F14;*/
}
.pagine .action { background: none; border: none; padding: 0; line-height: normal; vertical-align:text-top}
.action img { vertical-align: middle; }
a.next-prev {}
.pagine a.next-prev:hover, .pagine span.off {
	padding:2px;
   }
   

.neteor {
	
}

/* LISTE DES NEWS */
.listNews {
	margin-bottom: 6px;
}

.listNews h3 { font-size: 1.3em; font-weight: normal; margin: 0 }
.listNews p{
	margin: 0;
	padding: 2px;
}
.listNews .date { background: #8D9F46; color: #FFF; padding: 0.3em}
.listNews p span{ }

/* Liste revue de presse */
.listPresse { background-color: #FEFBF3; padding: 0.5em; -moz-border-radius: 6px; margin-bottom: 1em; }
.listPresse .titPresse { }
.support { font-size: 11px; display: block; color: #666; font-weight: normal; padding: 0; }

/*  */
.coords {
	padding: 10px;
	background: #FFF;
	margin: 0 1px;
}
.coords span{ font-weight: bold}

.formContact {
	width: 500px; }
.formContact table{
}
.formContact th {
	width: 150px;
	text-align: right;
}
.formContact th, .formContact td{ padding: 4px}
.answerMail {
	padding: 10px;
	width: 500px;
	text-align: center;
	border: 3px double #DA744E;
	margin: 0 auto;
	line-height: 1.8em;
}

/* Liste de catégories */
.listCat { margin: 0px 0px 10px 14px; padding: 0}
.listCat li{ margin: 0; padding: 2px 2px 2px 17px; list-style-type: none; background: url(../images/puceLink2.gif) no-repeat 0 0.4em; font-size: 1.1em}
.listCat a{ margin: 0;}

/* Liste de produits avec image en preview */
.listItems {
	border-collapse: collapse;
	width: 100%;
}
.listItems th{}
.listItems td{ padding: 5px; border-bottom: 1px solid #F5F5F5}
.listItems td.preview{ text-align: center; }
.listItems .titItem { padding: 2px 2px 2px 14px; background: url(../images/puceLink2.gif) no-repeat 0 0.5em}

/*  */
.cms .boxed td { padding: 2px; font-size: 0.9em}
.bot {
	clear: both;
}
