
/* general */

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #d5d3d1 url(cssimg/bgBody.gif);
	font-family: verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

table {
  font-size: 1em; /* make <td> sizes relative to body size! */
}

a {
  text-decoration: none;
  font-weight: bold;
}

a:link {
  color: #4c4744;
}

a:visited {
  color: #655a58;
}

a:hover {
  color: #eb8c00;
  text-decoration: underline;
}

img {
	border: none;
}



/* layout */

#wrapper {
	width: 960px;
	text-align: left;
	margin: 12px auto;
	border: 1px solid #fff;
	background-color: #fff;
}

#wrapperPrint {
	width: 670px;
	text-align: left;
	margin: 12px auto;
	border: 1px solid #fff;
	background-color: #fff;
}

#header {
	height: 65px;
	text-align: left;
	background: #c5c1be url(cssimg/bgHeader.gif) repeat-y top left;
	overflow: hidden;
}

#contentWrapper {
	background-color: #ebe9e7;
}

#navTree {
	width: 201px;
	float: left;
	background-color: #c5c1be;
}

#navTree ul  
{
	margin-top: 15px;
}

#contentPanel {
	float: left;
	width: 739px;
	padding: 10px;
}

#footer {
	background: #c5c1be url(cssimg/bgHeader.gif) repeat-y top left;
	text-align: right;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #4c4744;
	border-top: 1px solid #fff;
}

/* layout home */

.home #wrapper {
	border: 10px solid #fff;
	margin-top: 42px
}

.home #footer {
  display: none;
}

body.home {
	background: #d5d3d1 url(cssimg/bgBodyHome.gif);
}

#footerHome {
	background: #c5c1be url(cssimg/bgHeader.gif) repeat-y top left;
	color: #4c4744;
	border-top: 1px solid #fff;
	position: relative;
	width: 960px;
}

.mentionsHome {
  float: left;
  width: 188px;
  padding: 50px 10px 0 10px;
	text-align: center;
}

.mentionsHome a:hover {
  color: #655a58;
}

.vignettesHome {
  margin-left: 281px;
}

.newsdegauche {
	position: absolute;
	left: 0;
	bottom: 72px;
}

.newsdedroite {
	position: absolute;
	right: 0;
	bottom: 0;
}

.creditsHome {
  top: 20px;
}



/* header */ 

#searchForm {
	float: right;
	width: 500px;
	text-align: right;
	padding: 6px 10px;
}

#searchForm strong {
	background: url(cssimg/arrowSearch.gif) no-repeat center left;
	padding-left: 10px;
	margin-bottom: 5px;
  color: #4c4744;
  font-weight: normal;
}

#searchForm #ctl00_TextBoxSearch, #ctl00_ContentPlaceHolderMain_TextBoxNewSearch {
	background-color: #dcdad7;
	border: 1px solid #fff;
	padding: 0 4px 1px 4px;
	font-size: 1em;
	margin-top: 5px;
}

#searchForm #ctl00_ButtonSearch, #ctl00_ContentPlaceHolderMain_ButtonGo {
	background-color: #655a58;
	color: #eb8c00;
	border: none;
	padding: 0 4px 1px 4px;
	font-size: 1em;
	font-weight: bold;
}



/* resultats de recherche */

tr.itemCell {
  
}

tr.PagerStyle {
  background-color: #ebe9e7;
}

.PagerStyle table td {
  padding: 5px 20px;
}



/* liste produits */

#filariane {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.itemWrapper {
	margin: 0 0 10px 0;
}

.itemHeader {
	background-color: #655a58;
	font-size: 1.1em;
	padding: 2px 10px;
	margin: 0;
}

.itemLibelle {
	color: #fff;
}

.itemLibelle a {
	color: #fff;
}

.itemLibelle a:visited {
	color: #fff;
}

.itemReference {
	color: #eb8c00;
	padding-left: 12px;
	background: url(cssimg/bgItemReference.gif) no-repeat center left;
	float: right;
	font-weight: bold;
}

.itemReference a {
	color: #eb8c00;
}

.itemReference a:visited {
	color: #eb8c00;
}

.itemBody {
	background: #f4f3f2 url(cssimg/bgItemBodyDatasheet.gif) repeat-y top left;
}

.staticPage .itemBody {
	background: #f4f3f2 url(cssimg/bgItemBody.gif) repeat-y top left;
}

.itemImage {
	text-align: center;
	float: left;
	width: 200px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #fff;
}

.itemImage .photoWrapper {
	width: 200px;
	margin: 0 auto;
}

.itemImage .loupe img {
	padding-bottom: 12px;
	background: #fff url(cssimg/loupe2.gif) no-repeat bottom left;
}

.itemImage img {
	margin-bottom: 10px;
}

.itemDescription {
	color: #413836;
	padding: 10px;
	float: left;
	width: 316px;
}

.linkfichecomplete {
	margin-top: 25px;
}

.linkfichecomplete a {
	padding: 5px 5px 5px 26px;
	font-size: 1.1em;
	background: #fff url(cssimg/bgLinkFiche.gif) no-repeat center left;
}

.PanelCategory .itemDescription {
	width: 519px;
}

.PanelCategory .itemBody {
	background: #f4f3f2 url(cssimg/bgItemBody.gif) repeat-y top left;
}

.itemFeatures {
	color: #413836;
	float: right;
	width: 180px;
	padding: 10px;
}

.itemFeatures .schema {
	text-align: center;
}

.itemDescription ul, .itemFeatures ul {
	padding: 0;
	margin: 0 0 1em 15px;
	white-space: normal;
}


/* bloc générique */

.featureBlocWrapper {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #908482;
	width: 90px;
	margin: 0 auto 20px auto;
	text-align: center
}

.featureBlocWrapper img {
	margin: 5px auto;
}

.featureBlocWrapper div {
	margin: -5px auto 5px auto;
}

.featureBloc {
	text-align: center;
	margin-bottom: 1em;
}

.featureBloc.autresgraphiques img {
	padding: 10px;
	border: 1px solid #908482;
	background: #fff url(cssimg/loupe.gif) no-repeat bottom right;
}


/* notice d'utilisation */

.notice {
	padding: 5px 0 5px 20px;
	background: url(cssimg/pdf.gif) no-repeat center left;
}




/* lien version print */

.print_version {
	padding: 5px 0 5px 20px;
	background: url(cssimg/print.gif) no-repeat center left;
}




/* lien notice */

.pdf_file {
	padding: 5px 0 5px 20px;
	background: url(cssimg/pdf.gif) no-repeat center left;
}






/* table de references */

.tableRef {
	border-collapse: collapse;
	margin-top: 1em;
	width: 99%;
}

.tableRef td, .tableRef th {
	border: 1px solid #655a58;
}

.tableRef th {
	background-color: #908482;
	color: #fff;
}

.tableRef td {
	background-color: #e2dfdc;
}


/* fonctionnalites */

.blocdefonctionnalites img {
  border: 2px solid #fff;
}



/* blocs couleurs */

.blocscouleurs {
	
}

.couleur {
	width: 98px;
	margin: 0 6px 5px 0;
	height: 38px;
	float: left;
	overflow: hidden;
	border: 1px solid #655a58;
	display: inline;
}

.couleurLibelle {
	background-color: #fff;
	text-align: center;
	font-size: 0.9em;
}


/* accueil produits */

#produitsAccueil {
  padding: 5px 0 25px 0;
  background-color: #776c28;
  text-align: right;
}

#produitsAccueil a {
  color: #c9c4a9;
  margin: 0 10px 0 0;
}

h1.produitsAccueil {
  text-align: left;
  color: #f4f3f2;
  text-transform: uppercase;
  padding: 0.3em 30px 1em 20px;
  font-size: 1.7em;
}



/* collections */

ul.ongletscollections {
  border-bottom: 1px solid #776a68;
  padding: 3px 0;
  text-align: center;
  margin: 1em 0 1em 0;
}

.ongletscollections li {
  background-color: #dad6d1;
  display: inline;
  border: 1px solid #776a68;
  margin: 0 5px;
  padding: 3px 5px;
}

.ongletscollections li.selected {
  background-color: #ebe9e7;
  display: inline;
  border-bottom: 1px solid #ebe9e7;
  margin: 0 5px;
  padding: 3px 5px;
}

.collectionitem {
  float: left;
  height: 150px;
  width: 125px;
  background-color: #fff;
  margin: 5px;
  padding: 5px;
  text-align: center;
  overflow: hidden;
}

.collectiontitle {
  clear: left;
  background-color: #655a58;
  color: #fff;
  padding: 2px 5px;
  margin-top: 1em;
}

.collectiontitle a {
  color: #eb8c00;
}

.collectiontitle a:visited {
  color: #eb8c00;
}



/* recettes */

#recettesCats {
  margin-bottom: 30px;
}

#recettesCats a {
  text-align: center;
  display: block;
  float: left;
  margin: 20px 60px;
  width: 110px;
  text-decoration: none;
}

#recettesCats a img {
  padding: 5px;
  background-color: #fff;
  margin-bottom: 7px;
}

#recettesCats h1 {
  background-color: #655a58;
  color: #f4f3f2;
  text-transform: uppercase;
  margin: 0 0 1.6em 0;
  padding: 0.3em 30px 1em 20px;
  font-size: 1.7em;
}


#recettesListe {
  margin-bottom: 30px;
}

#recettesListe h1 {
  color: #f4f3f2;
  text-transform: uppercase;
  font-size: 2.2em;
  margin: 20px 0 0 180px;
}

#recettesListe table {
  width: 100%;
}

#recettesListe .vignette {
  padding: 5px;
  float: left;
  background-color: #fff;
}

#recettesListe .photoWrapper {
  padding: 10px;
  background-color: #655a58;
}


#recettesDetail {
  margin-bottom: 30px;
}

#recettesDetail .vignette {
  padding: 5px;
  float: right;
  background-color: #fff;
}

#recettesDetail table {
  width: 100%;
}

#recettesDetail .recetteTexte {
  width: 380px;
}

#recettesDetail h1 {
  background-color: #655a58;
  color: #f4f3f2;
  text-transform: uppercase;
  margin: 0 0 1.6em 0;
  padding: 0.3em 30px 1em 20px;
  font-size: 1.7em;
}



/* lexique */

#lexique strong {
  line-height: 2em;
}



/* produits associés */

.produitassocieitem  {
	float: left;
	height: 150px;
	width: 125px;
	background-color: #fff;
	margin: 5px;
	padding: 5px;
	text-align: center;
	overflow: hidden;
}

/* mainIntroWrapper */

.mainIntroWrapper h2 {
	color: #f5821f;
	font-size: 2em;
	margin-top: 1em;
	clear: left;
}

.mainIntroWrapper .visuel {
	float: right;
	width: 110px;
	margin-left: 5px;
	text-align: center;
}

.mainIntroWrapper .visuel img{
	border: 5px solid #f5f5f5;
}

.mainIntroWrapper .mini-bloc {
	float: left;
	width: 350px;
	margin: 0 18px 15px 0;
	display: inline;
}

.mainIntroWrapper .mini-bloc-large {
	float: left;
	width: 700px;
	margin: 0 18px 15px 0;
	display: inline;
}

.mainIntroWrapper .mini-bloc-large .visuel {
	float: left;
	margin: 0 25px 15px 0;
	display: inline;
	width: 200px;
	height: 130px;
}

.mainIntroWrapper .clear {
	clear: left;
}

.mainIntroWrapper h3 {
	font-size: 1.2em;
	background-color: #f5f5f5;
	color: #333;
	padding: 2px;
}

.mainIntroWrapper h3 img {
	float: right;
	border: none;
}

.mainIntroWrapper h3 .modedecuisson {
  margin-top: 8px;
}

/* intros */

.introWrapper {
	background-color: #f4f3f2;
	margin: 0 0 10px 0;
	padding: 10px;
}

.wide {
	padding: 0;
	padding-top: 150px;
}

.introWrapper .chapeau {
	padding: 10px 20px;
}

.introWrapper h2 {
	color: #f5821f;
	text-align: center;
	font-size: 2em;
	margin-top: 0.5em;
}

.introWrapper .chapeau p {
	color: #fff;
	font-size: 1.2em;
}

.introWrapper .detailsWrapper {
	padding: 10px;
}

.introWrapper .detailsWrapper .details {
	float: left;
	width: 219px;
	margin: 0 10px;
	display: inline;
}

.introWrapper .detailsWrapper h3 {
	color: #f5821f;
	font-size: 1.1em;
	margin: 0em;
}

.introWrapper  .detailsWrapper p {
	color: #fff;
}

.introWrapper .visuel {
	text-align: center;
	width: 380px;
}

.introBlocsWrapper {
	float: right;
	width: 300px;
	margin: 0 10px 0 0;
}

.introBloc {
	margin-bottom: 10px;
}

.introBloc img {
	float: left;
	border: 5px solid #fff;
}

.introBloc p {
	margin: 0 0 0 100px;
	color: #fff;
}

.introBloc h3 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	margin: 0 0 0.5em 100px;
}

.collections {
	background-color: #f4f3f2;
	margin: 0 0 10px 0;
	padding: 10px 100px;
}

.collections p {
  font-size: 1.1em;
  line-height: 1.5em;
	color: #fff;
}

.collections h2 {
  font-weight: normal;
}



/* static pages */

.staticPageWrapper {
  background-color: #c5c1be;
}

.staticPage {
  background-color: #f4f3f2;
  margin-left: 200px;
  padding: 1em 30px 2em 30px;
  width: 600px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #373131;
}

.staticPage.cols p {
  margin-right: 220px;
}

.staticPage p.encart {
  border-left: 1px solid #c5c1be;
  padding-left: 10px;
}

.staticPage h1 {
  background-color: #655a58;
  color: #f4f3f2;
  text-transform: uppercase;
  margin: 0 -20px 1.6em -20px;
  padding: 0.3em 30px 1em 20px;
  font-size: 1.7em;
}

.staticPage h2 {
  background-color: #dfdcdb;
  color: #655a58;
  font-size: 1.1em;
  text-transform: uppercase;
  margin: 2em -20px;
  padding: 0.2em 30px 0.2em 20px;
  width: auto;
  clear: right;
}

.staticPage h3 {
  color: #4c4744;
  font-size: 1em;
  text-transform: uppercase;
  margin-top: 2em;
}

.staticPage .blocImageDroite {
  float: right;
  margin: 1em 0 2em 0;
  width: 200px;
  text-align: center;
}

.staticPage .blocImageDroite img {
  padding: 5px;
  background-color: #fff;
  border-bottom: 1px solid #919190;
  border-right: 1px solid #919190;
  margin-bottom: 10px;
}

.staticPage .blocImageDroite p {
  margin: 1em 10px;
}

.staticPage hr {
  color: #dfdcdb;
  height: 1px;
  border: none;
  border-top: 1px solid #dfdcdb;
}

.staticPage .blocImagePresse {
  margin: 1em 0 2em 0;
  text-align: center;
}

.staticPage .blocImagePresse a {
  width: 104px;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #919190;
  border-right: 1px solid #919190;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
}

.staticPage hr.philo {
  clear: right;
  margin: auto 220px auto 0;
}

.staticPage fieldset {
  border: none;
  padding: 0;
}

.staticPage fieldset.fields input {
  width: 200px;
  background-color: #f9f8f7;
  border: 1px solid #dfdcdb;
  border-color: #c5c1be #dfdcdb #dfdcdb #c5c1be;
  margin-bottom: 0.3em;
}

.staticPage label {
  float: left;
  margin-right: 0.5em;
  padding-top: 0.2em;
  text-align: right;
  font-weight: bold;
  width: 130px;
}

.staticPage label.wide {
  float: none;
  margin-right: 5px;
  padding-top: 3px;
  text-align: left;
  font-weight: bold;
  display: block;
  width: auto;
}

.staticPage #ctl00_ContentPlaceHolderMain_TextBoxMessage {
  margin-left: 135px;
  border: 1px solid #dfdcdb;
  border-color: #c5c1be #dfdcdb #dfdcdb #c5c1be;
  background-color: #f9f8f7;
  width: 310px;
  margin-top: 0.6em;
}

.staticPage .formButton {
  border: 1px solid #dfdcdb;
  border-color: #c5c1be #dfdcdb #dfdcdb #c5c1be;
  background-color: #655a58;
  color: #eb8c00;
  font-weight: bold;
  font-size: 1em;
  padding: 2px 5px;
}

.staticPage #ctl00_ContentPlaceHolderMain_ButtonEnvoyer {
  margin-left: 135px;
}

.staticPage #ctl00_ContentPlaceHolderMain_DropDownListDepartements {
  border: 1px solid #dfdcdb;
  border-color: #c5c1be #dfdcdb #dfdcdb #c5c1be;
  background-color: #f9f8f7;
  color: #655a58;
}

.staticPage table {
  border: none;
  border-collapse: collapse;
}

.staticPage th {
  background-color: #655a58;
  color: #f4f3f2;
  border: none;
}

.staticPage .RowStyleClass {
  background-color: #e8e7e6;
  color: #655a58;
}

.staticPage .AlternatingRowStyleClass {
  background-color: #f9f8f7;
  color: #655a58;
}



/* footer */

#footer a {
	color: #4c4744;
	font-weight: bold;
}




/* misc. */

.alignRight {
	text-align: right;
}



/* Menu principal */

.classMenu {
  position: relative;
	width: 960px;
	background-color:#d8d2d2;
	text-transform: uppercase;
	color: #4c4744;
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
}

.classMenu table {
}

.classMenu td {
	padding: 0;
}

.classMenu td a {
	padding: 0 10px;
	display: block;
	text-align: center;
}

.classMenu td a:hover {
	color: #eb8c00;
	text-decoration: none;
}

.classStaticMenu { /* la table principale */
}

a.classStaticMenuItem {
}

.ctl00_MenuMain_4 {
	border-right: 1px solid #fff;
	height: 2em;
}

#ctl00_MenuMainn7 .classStaticMenuItem {
	border-right: none;
	color:White;
}

.classDynamicHover {
}

.classDynamicMenu {
	color: #eb8c00;
	margin-top: 1px;
	z-index:100;
}

.classStaticSelected {
	/*color: #eb8c00;
	background-color: #655a58;*/
}

.classStaticSelected .classStaticSelected {
	/*color: #eb8c00;*/
}

.classDynamicSelected {
}

.classDynamicMenuItem {
	background-color: #d8d2d2;
	padding: 5px;
	border: 1px solid #fff;
	border-top: none;
}

.classStaticHover {
	/*background-color: #655a58;*/
}



/* Arbre des produits */

.classProductTree {
	padding-right: 10px;
	border-right: 1px solid #fff;
}

.classHoverNode {
}

.classLeafNode {
}

.classLeafNode a {
}

.classNode {
}

.classNode a {
	color: #413a38;
	margin: 0.6em 0;
	display: block;
}

.classNode a:hover {
	color: #cb7800;
	text-decoration: underline;
}

.classParentNode {
}

.classRootNode {
}

td.classSelectedNode {
}

a.classSelectedNode {
		background: #e1dddc url(cssimg/arrowSelected.gif) no-repeat center right;
    padding: 3px 12px 3px 3px;
}

td.TreeLvl1 {
	display: none;
}

#ctl00_ContentPlaceHolderMain_TreeViewProductCategoriesn0 {
	display: none;
}

td.TreeLvl2 {
	font-size: 1.6em;
	margin: 1em 0;
}

td.TreeLvl3 {
	font-size: 1.2em;
	margin: 0.8em 0;
}

td.TreeLvl4 {
	font-size: 1em;
}


/* item version print */



#wrapperPrint #contentPanel {
	float: left;
	width: 650px;
	padding: 10px;
}

#wrapperPrint .itemBody {
	background: none;
	background-color: #f4f3f2;
	margin-top: 10px;
}

#wrapperPrint .itemImage {
	text-align: center;
	float: none;
	width: auto;
	margin-right: 210px;
	background-color: #fff;
}

#wrapperPrint .itemDescription {
	color: #413836;
	padding: 10px;
	float: none;
	width: auto;
	margin-right: 210px;
}

#wrapperPrint .itemFeatures {
	color: #413836;
	float: right;
	width: 180px;
	padding: 10px;
	background-color: #dfdbd9;
}

#wrapperPrint .print_version {
	display: none;
}

#wrapperPrint .pdf_file {
	display: none;
}

#wrapperPrint .featureBloc.autresgraphiques img {
	background-image: none;
}

#wrapperPrint .itemImage img {
	padding-bottom: 0;
	background-image: none;
}



/* clear hack */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.staticPage .TxtBox
{
  border: 1px solid #dfdcdb;
  border-color: #c5c1be #dfdcdb #dfdcdb #c5c1be;
  background-color: #f9f8f7;

}

.divcol01
{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 3px;
    width: 40px;
    display: inline;
    float: left;
    text-align: center;
}

.divAlerte01
{
    border: 1px solid #D38715;
    padding: 4px;
    margin: 4px;
    font-size: 1em;
    width: 590px;
    display: inline;
    float: left;
    text-align: center;
    height: 50px;
    background-color: #DFDCDB;
}
