html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background-color: #c4df26;
	background-image: url(fond.gif);
	background-repeat: repeat-x;
	background-position: 50% top;
	background-attachment:fixed;
	color: #303030;
	font: 75%/1.35 Arial, Helvetica, sans-serif;
}
/***** Headings *****/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	color: #656565;
	font-weight:bold;
	padding:10px 0 15px 0;
	font-size: 2.3em;
}
h2 {
	color: #656565;
	padding: 10px 0 15px 0;
	font-size: 1.7em;
	font-weight:bold;}
h3 {
	color: #7c971d;
	padding: 0 0 15px 0;
	font-size: 1.6em;
	font-weight:bold;
}
h4 {
	color: #656565;
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px 0;
}
h5 {
	color: #7c971d;
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px 0;
}
h6 {
	color: #656565;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 0;
}
.intro{
	color:#656565;
	font-size:1.7em;
	font-weight:bold;
	margin:0;
	padding-bottom:15px;
}
/***** Common Formatting *****/
p, ul, ol {
	margin: 0;
	padding: 0 0 1.35em 0;
}
ul, ol {
	padding: 0 0 1.35em 2.7em;
}
li{
	list-style-image:url(puce.gif);
}
li li{
	list-style-image:url(puce2.gif);
}
li li li{
	list-style-image:url(puce3.gif);
}
blockquote {
	margin: 1.35em;
	padding: 1.35em 1.35em 0 1.35em;
}
small {
	font-size: 0.8em;
}

img {
	border: 0;
}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
hr{
	color: #7c971d;
	background-color: #7c971d;
	height: 1px;
	border: 0;
}
/***** Links *****/
a, a:link, a:visited {
	color: #7c971d;
	text-decoration: underline;
}
a:hover {
	color: #556b09;
	text-decoration: underline;
}
/***** Forms *****/
form {
	margin: 0;
	padding: 0;
	display: inline;
}
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}
textarea {
	width: 100%;
	line-height: 1.35;
}

#form {
	float:left;
	border:1px solid #7c971d;
	padding:20px;
	width:80%;
	margin-top:0px;
	background-color:#fbfdf0;
}

#form p {
	color:#5e585a;
}
#form table {
	margin:20px 0 0 0;
	border:none;
}

#form table td {
	border:0;
	line-height:normal;

}
#form table th {
	text-align:left;
	border-bottom:2px solid #FFFFFF!important;
	border:none;
	background-color:#c4df26;
}
#form textarea, #form input[type='text'], #form input[type='password'], #form select {
	border:1px solid #736b68 !important;
	background-color:#ebf1c3;
	padding:2px;
}
#form ul li{
	list-style-image:none;
	list-style-type:none;
}


.formu{
border:0;
}

.formu table td{
	padding:5px!important;
	border-bottom:1px solid #adb090;
	border-right:1px solid #adb090;
}

.formu table {
	border-top:1px solid #adb090;
	border-left:1px solid #adb090;
}
/***** Tables *****/
table {
	border:0;
	margin:0 0 1.35em 0;
	padding:0;
	border-collapse: collapse;
}
table tr td {
	padding: 2px;
}
td{
	vertical-align:top;
}
th{
	background-color:#e7f1ae;
	font-weight:bold;
	padding:4px;
	vertical-align:top;
}
/***** Wrapper *****/
#wrap {
	width: 980px;
	margin: 0 auto;
}

/***** sup Header *********************************************************************/

#supHeader{
	background-image: url(sup_header.gif);
	background-repeat:repeat-x;
	height:36px;
	margin:0;
	padding:0;
}
#Bloc_supHeader{
	height:36px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0 0 0;
}
#Bloc_supHeader .choixMagasin, #Bloc_supHeader .choixLangues {
	padding:0;
	margin:10px 0 0 0;
	float:left;
	height:26px;
	color: #FFFFFF;
}
	
#Bloc_supHeader .choixMagasin {
	width:390px;
	margin-left:18px;
	>margin-left:18px!important;
	>margin-left:8px;
}

#Bloc_supHeader .choixLangues {
	width:230px;
	margin-left:72px;
}
#Bloc_supHeader .choixMagasin ol, #Bloc_supHeader .choixLangues ol {
	height:26px;
	margin:0;
	padding:0;
	list-style: none;
}
#Bloc_supHeader .choixMagasin ol li, #Bloc_supHeader .choixLangues ol li {
	display:inline;
	margin:0;
}
#Bloc_supHeader .choixMagasin ol li a, #Bloc_supHeader .choixLangues ol li a {
	float: left;
	color: #fff;
	margin: 0 5px 0 0;
	padding: 5px 25px 5px 25px;
	background-color: none;
	text-decoration: none;
	font-weight: normal;
}
#Bloc_supHeader .choixMagasin ol li a:hover, #Bloc_supHeader .choixLangues ol li a:hover, #Bloc_supHeader .choixMagasin ol li a.active, #Bloc_supHeader .choixLangues ol li a.active {
	color: #000;
	background: #fff;
	font-weight: bold;
}
#Bloc_supHeader .choixMagasin ol li a.active {
	background: #fff;
}
#Bloc_supHeader .magasins {
	float: left;
	color: #FFFFFF;
	margin-left: 64px;
	margin-top:10px;
	padding: 0;
	height:26px;
	width: 200px;
}
#Bloc_supHeader .magasins p {
	padding: 5px 5px 0 0;
	float: left;
	margin: 0;
}
/***** menu top *****/
#bloc_menuTop {
	height:35px;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
}
.menuTop {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	height:35px;
}
.menuTop ul {
	margin: 10px 37px 0 0;
	>margin: 10px 37px 0 0!important;
	>margin: 10px 19px 0 0;
	padding:0;
	float:right;
}
.menuTop li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	font-weight: bold;
}
.menuTop ul li a, .menuTop ul li a:visited {
	color: #303030;
	text-decoration: none;
	font-weight: normal;
	padding: 0 5px 0 5px;
}
.menuTop ul li a:hover {
	text-decoration: underline;
	}
	
	
/***** Header *********************************************************************/
#header {
	width: 980px;
	height: 185px;
	margin:0;
	padding:0;
	background-image: url(banner.png);
	background-repeat: no-repeat;
	background-position: top;
}


#header .logo {
	width: 225px;
	height: 185px;
	float: left;
	padding-left: 18px;
}
#header .image {
	width: 225px;
	float: left;
	height: 185px;
}
#header .courses {
	width: 325px;
	float:left;
	margin-left:150px;
	height: 104px;
/*	background-image:url(bt_courses.jpg);
	background-repeat:no-repeat;
	background-position:bottom;*/
	margin-top:34px;
	>margin-top:34px!important;
	>margin-top:33px;
}
/*#header .courses:hover {
	background-image: url(bt_courses_hover.jpg);
}*/
#header .recherche {
	float: left;
	padding: 0;
	height: 25px;
	margin-top: 20px;
	margin-left: 125px;
}
#header .recherche input#search {
	background-color: #ebf1c3;
	border: 1px solid #7a9716;
	height: 20px;
	padding-left: 5px;
	width: 230px;
	float: left;
	padding-top: 3px;
	margin: 0;
}
/***** breadcrumbs *********************************************************************/
#breadcrumb {
	width: 980px;
	height: 35px;
	font-weight: bold;
}
#homepage #breadcrumb{
	background-image: url(breadcrumb_home.gif);
	background-repeat: no-repeat;
}
#match #breadcrumb, #vins #breadcrumb, #boucherie #breadcrumb, #poissonnerie #breadcrumb, #edo #breadcrumb, #recettes #breadcrumb {
	background-image: url(breadcrumb.gif);
	background-repeat: no-repeat;
}
#breadcrumb ol {
	height: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#breadcrumb ol li {
	height: 35px;
	display: inline;
	background-color:#FF66CC;
	padding-top:9px;
}
#breadcrumb ol li a, #breadcrumb ol li a:visited {
	float: left;
	margin: 0 5px 0 0;
	background-color: none;
	font-weight: normal;
	color: #303030;
	}
.rub {
	background-image: url(/img/match/separateur_bredcrumb.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 25px;
	float: left;
	padding-right:25px;
	padding-left:15px;
	margin:0;
	padding-top:9px;
}
.accueil {
	color: #FFFFFF!important;
	padding-left:15px;
	padding-right:45px;
	float: left;
	padding-top:9px;
}
.accueil a, .accueil a:visited {
	color:#FFFFFF!important;
}
.page_courante {
	padding-top:9px;
	padding-left:15px;
	padding-right:60px;
	float:left;
}
/***** Content ***************************************************************************************************/
#content {
	width:980px;
	margin:0;
	padding:0;
}
/***** zone b *******************************************/
#content .zoneB {
	width:241px;
	background-image:url(bg_zoneB.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	padding:0 0 15px 0px;
}
/***** menu gauche *****/
#content .zoneB ul#menuGauche{
	padding:0;
	margin:20px 0 0 0px;
	width:242px;
	float:right;
	}
#content .zoneB ul#menuGauche li{
	margin:0;
	padding:7px 0 0 35px;
	list-style-image:none;
	list-style-type:none;
	background-image:url(bg_menu_gauche.gif);
	background-repeat:no-repeat;
	background-position:top right;
	}

#content .zoneB ul#menuGauche li:hover{
	background-image:url(bg_menu_gauche_hover.gif);
	}
#content .zoneB ul#menuGauche li.active{
	background-image:url(bg_menu_gauche_hover.gif);
	font-weight:bold;
	}

#content .zoneB ul#menuGauche li a, #content .zoneB ul#menuGauche li a:visited{
	display:block;
/*	height:29px;*/
	color:#000000;
	text-decoration:none;
	padding:0 0 12px 0;
	>padding:0 0 12px 0!important;
	>padding:0 0 12px 0;
}

#content .zoneB ul#menuGauche li li,#content .zoneB ul#menuGauche li li.boucherie, .zoneB ul#menuGauche li li.sousMenu ,#content .zoneB ul#menuGauche li li.vins,#content .zoneB ul#menuGauche li li.poissonnerie,#content .zoneB ul#menuGauche li li.edo{
	background-image:none;
	padding:0 0 0 0px;
	margin:3px 0 3px -4px;
	font-weight:bold;
/*	text-indent:20px;*/
	border-right:none;
}
#content .zoneB ul#menuGauche li li a, #content .zoneB ul#menuGauche li li.boucherie a, #content .zoneB ul#menuGauche li li.sousMenu a, #content .zoneB ul#menuGauche li li.vins a, #content .zoneB ul#menuGauche li li.poissonnerie a, #content .zoneB ul#menuGauche li li.edo a {
	font-weight:normal;
	padding:5px 0 5px 25px!important;
}
#content .zoneB ul#menuGauche li li:hover, #content .zoneB ul#menuGauche li li.boucherie:hover, #content .zoneB ul#menuGauche li li.sousMenu:hover, #content .zoneB ul#menuGauche li li.vins:hover, #content .zoneB ul#menuGauche li li.poissonnerie:hover, #content .zoneB ul#menuGauche li li.edo:hover, #content .zoneB ul#menuGauche li li.match:hover{
	background-image:none;
}
#content .zoneB ul#menuGauche li li a.active{
	background-color:#FFFFFF;
	font-weight:bold;
}
#content .zoneB ul#menuGauche li li.match a.active{
	background-color:#ffffff;
}
#content .zoneB ul#menuGauche li li.sousMenu a.active{
	background-color:#ffffff;
}
#content .zoneB ul#menuGauche li li.boucherie a.active{
	background-color:#d65193;
	color:#FFFFFF;
}
#content .zoneB ul#menuGauche li li.vins a.active{
	background-color:#550000;
	color:#FFFFFF;
}
#content .zoneB ul#menuGauche li li.poissonnerie a.active{
	background-color:#165d94;
	color:#ffffff;
}
#content .zoneB ul#menuGauche li li.edo a.active{
	background-color:#db0005;
	color:#FFFFFF;
}

#content .zoneB ul#menuGauche li ul{
	padding:0;
	margin-left:-10px;
	margin-bottom:7px;
}
#content .zoneB ul#menuGauche li li a:hover{
	background-color:#FFFFFF;
}
#content .zoneB ul#menuGauche li li.match a:hover{
	background-color:#fff;
}
#content .zoneB ul#menuGauche li li.boucherie a:hover{
	background-color:#d65193;
	color:#FFFFFF;
}
#content .zoneB ul#menuGauche li li.vins a:hover{
	background-color:#550000;
	color:#FFFFFF;
}
#content .zoneB ul#menuGauche li li.poissonnerie a:hover{
	background-color:#165d94;
	color:#FFFFFF;
}
#content .zoneB ul#menuGauche li li.sousMenu a:hover{
	background-color:#ffffff;
}
#content .zoneB ul#menuGauche li li.edo a:hover{
	background-color:#db0005;
	color:#FFFFFF;
}
#content .zoneB ul#menuGauche li li li{
	padding-left:33px;
	font-size:90%;
	padding-right:15px;
}

#content .zoneB ul#menuGauche li li li:hover{
	background-color:none!important;
	color: #303030;
}

#content .zoneB ul#menuGauche li li li a:hover{
	background-color: #e5e6e3!important;
	text-decoration:none;
	font-weight:bold;
	color: #303030!important;
}
#content .zoneB ul#menuGauche li li li a.active{
	font-weight:bold;
	background-color:#e5e6e3!important;
	color: #303030!important;
}


#content .zoneB .franchises{
	margin-left:35px;
	>margin-left:35px!important;
	>margin-left:20px;
	margin-top:15px;
	font-weight:bold;
	float:left;
}
#content .zoneB .franchises a, #content .zoneB .franchises a:visited{
	color:#000000;
	text-decoration:none;
}
#content .zoneB .franchises a:hover{
	text-decoration:underline;
}



/***** menu gauche espace produits *****/
#content .zoneB ul#menuGauche li.espaceProduits{
	background-image:url(bg_menu_gauche_hover.gif);
}

#content .zoneB ul#menuGauche li.espaceProduitsOuvert{
	background-image:url(bg_menu_gauche_hover.gif);
	font-weight:bold;
}


#content .zoneB ul#menuGauche li.espaceProduits ul{
	margin-top:16px;
}


/***** zone A **********/
#content .zoneA {
	background-image: url(bg_zoneA.gif);
	>background-image: url(bg_zoneA.gif)!important;
	>background-image: url(bg_zoneA_IE.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
	width:720px;
	padding:0;
}

#homepage #content .zoneA .contenu {
	background-image: url(bg_zoneA_home.png);
	background-repeat: no-repeat;
	background-position:top right;	
	margin:0;
	padding:0;
	width:690px;
	Min-height :500px;
	>height :auto !important;
	>height:500px;
	padding:29px 33px 20px 15px;
}
#match #content .zoneA .contenu {
	background-image: url(bg_zoneA_home.png);
	background-repeat: no-repeat;
	background-position:top right;	
	margin:0;
	padding:0;
	width:650px;
	Min-height :500px;
	>height :auto !important;
	>height:500px;
	padding:29px 58px 20px 30px;
}
#boucherie #content .zoneA .contenu {
	background-image: url(bg_zoneA_boucher.png);
	background-repeat: no-repeat;
	background-position:top right;
	margin:0;
	width:658px;
	Min-height :500px;
	padding:0px 50px 20px 30px;
	>height :auto !important ;
	>height:500px;
}
.slogan_bg_contenu{
	margin:0;
	margin-left:-30px;
	>margin-left:-30px!important;
	>margin-left:-10px;
	margin-bottom:30px;
	float:left;
	position:relative;
}

#vins #content .zoneA .contenu {
	background-image: url(bg_zoneA_vins.png);
	background-repeat: no-repeat;
	background-position:top right;
	margin:0;
	width:658px;
	Min-height :500px;
	padding:0px 50px 20px 30px;
	>height :auto !important ;
	>height:500px;
}

#recettes #content .zoneA .contenu {
	background-image: url(bg_zoneA_recettes.png);
	background-repeat: no-repeat;
	background-position:top right;
	margin:0;
	width:688px;
	Min-height :500px;
	padding:117px 50px 20px 0px;
	>height :auto !important ;
	>height:500px;
}
#recettes #content .zoneA .contenu .recettes {
	background-image: url(recettes.gif);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	margin:0 20px 0 0;
	padding:0 0 0 70px;
	width:620px;


}
#recettes #content .zoneA .contenu td, #recettes #content .zoneA .contenu th{
	padding:4px;
}
#match #content .zoneA h1, #recettes #content .zoneA h1, #boucherie #content .zoneA h1, #vins #content .zoneA h1, #poissonnerie #content .zoneA h1, #edo #content .zoneA h1{
	margin-bottom:0;
	width:618px;
}

.RechercheRecette{
	background-color:#f5fad8;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	background-image:url(/img/match/fleurs.gif);
	background-repeat:repeat-y;
	background-position:top left;
	border:1px solid #c4df26;
}
.BonListe_opti{
width:245px;
float:left;
padding:15px;
margin-right:35px;
border:1px solid #ccc;
margin-bottom:15px;
}
.horaires table{
	border-top:1px solid #adb090;
	border-left:1px solid #adb090;
	}
.horaires table td, .horaires table th{
	border-bottom:1px solid #adb090;
	border-right:1px solid #adb090;
	padding:5px;
}
.horaires p{
clear:both;
}
/***** liste categories *****/
.listeCat{
width:620px;
min-height:50px;
margin-bottom:10px;
}

.listeCat p{
	margin-top:0;
	padding-top:0;
	padding-top:5px!important;
	
}
.listeCat p span{
	background-color:#c4df26;
	margin-right:5px;
	font-weight:bold;
	color:#000;
	margin-bottom:5px;
	float:left;
	padding:3px;
}
.listeCat span a{
	text-decoration:none!important;
	color:#000!important;
	font-weight:normal;
}


/***** HOMEPAGE *****/

#homepage #content .zoneA h1{
	padding:0 0 8px 0;
}
#folder{
	float:left;
	width:282px;
	height:341px;
	margin:0 0 15px 0;
	padding:0 15px 0 15px;
}
#folder .Bloc_folder{
	width:282px;
	height:282px;
	margin-top:10px;
}


#fidelite{
	float:right;
	width:294px;
	height:341px;
	background-image:url(fidelite.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin:0 0 15px 0;
	padding:0 57px 0 15px;
	>padding:0 57px 0 15px!important;
	>padding:0 22px 0 0px;
}
#fidelite_interieur{
	float:left;
	width:290px;
	height:301px;
	background-image:url(fidelite.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin:0 0 15px 0;
	padding:0 57px 0 15px;
	>padding:0 57px 0 15px!important;
	>padding:0 22px 0 0px;
}
#fidelite .inscription, #fidelite_interieur .inscription{
	width:286px;
	padding-left:55px;
	margin-top:16px;
}
#fidelite h1{
	width:250px;
	}
#fidelite_interieur h1{
	width:250px;
	padding-bottom:7px;
}

#fidelite .inscription .titre_inscription, #fidelite .inscription .titre_inscription a, #fidelite_interieur .inscription .titre_inscription, #fidelite_interieur .inscription .titre_inscription a{
	color:#7c971d;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:14px;
}
span.deja_inscrit{
	color:#7d7d7d;
	font-weight:bold;
	font-size:1.2em;
}
span.connexion{
	color:#303030;
	font-weight:bold;
	font-size:1.5em;
	margin-left:7px;
}
#fidelite form, #fidelite_interieur form{
	margin-top:6px;
	float:left;
	padding-bottom:10px;
}
#fidelite form p, #fidelite_interieur form p{
	padding-bottom:4px;;
}
#fidelite input#search, #fidelite_interieur input#search {
	background-color: #f8f8f8;
	border: 1px solid #7a9716;
	height: 20px;
	padding-left: 5px;
	width: 203px;
	float: left;
	padding-top: 3px;
	margin: 0;
}
.news{
	float:left;
	width:310px;
	margin-top:5px;
	margin-bottom:10px;
	padding:0 15px 0 15px;
	height:350px;
	overflow:hidden;
}
.news h2{
	padding-bottom:10px;
}
.news p{
	padding-top:15px;
}
.news p a, .news p a:visited{
	color: #303030;
	text-decoration:none;
}
.news p a:hover{
	text-decoration:underline;
}
.bloc_news{
	float:left;
	margin:0;
	padding:0;
}
.flash{
	width:620px;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:20px;
	height:150px;
	background-color:#ececec;
}

/***** THEMES ******************************************************************************/
#homepage, #boucherie, #poissonnerie, vins, #edo{
	margin:0;
	padding:0;
}
/*****liste recettes *****/

table.listeRecettes{
	margin:0;
	padding:0;
	margin-bottom:10px;
}
table.listeRecettes td{
	padding:8px!important;
	border-bottom:1px solid #CCCCCC;
}



.ajouterRecette{
	background-color:#f1f7d0;
	float:right;
	padding:5px;
	border:1px solid #c4df26;
	margin-top:15px;
	margin-bottom:10px;
}
.ajouterRecette a{
	font-weight:bold;
	text-decoration:none;
	padding-left:3px;
	padding-top:2px;
}
.ajouterRecette a:hover{
	text-decoration:underline;
}
.ajouterRecette img{
float:left;
}







/***** LISTE PRODUITS *****/

#zoneListe{
	padding-bottom:20px;
	padding-left:34px;
	float:left;
}
.liste{
	float:left;
	margin-right:30px;
	padding:10px;
	width:256px;
	>width:256px!important;
	>width:244px;
	height:340px;
	margin-top:10px;
	margin-bottom:10px;
/*	border:1px solid #c4df26;*/
}
.liste2{
	float:left;
	margin-right:30px;
	padding:10px;
	width:256px;
	>width:256px!important;
	>width:244px;
	height:270px;
	margin-top:10px;
	margin-bottom:10px;
/*	border:1px solid #c4df26;*/
}
.liste h2{
	font-size:1.4em;
	margin-bottom:10px;
	padding-bottom:0;
}
.liste2 h2{
	font-size:1.4em;
	margin-bottom:10px;
	padding-bottom:0;
}
.titreListe{
	height:60px;
}
.basListe{
	margin-top:15px;
}

.liste .listeImage{
	text-align:center;
	height:240px;
}
.liste2 .listeImage{
	text-align:center;
	height:170px;
}
.liste .details{
	font-weight:bold;
	float:left;
}
.liste2 .details{
	font-weight:bold;
	float:left;
}
.pages{
	padding:10px;
	text-align:right;
	width:570px;
	border-bottom:1px solid #adadad;
	margin-bottom:10px;
}
.pagesBas{
	padding:10px;
	text-align:right;
	width:570px;
	border-top:1px solid #adadad;
	clear:both;
}
.pages .active, .pagesBas .active{
	background-color:#adadad;
	font-weight:bold;
	padding:1px 2px 1px 2px;
	color:#FFFFFF;
}
/*****liste sous catégories *****/

.catListe{
	float:left;
	width:136px;
	height:140px;
	padding:5px 2px 0 2px;
	margin-left:6px;
	margin-right:6px;
	border:1px solid #c4df26;
	background-color:#FFFFFF;
	margin-bottom:20px;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	line-height:1.1em;
}
.catListe p{
	margin:0;
	padding:0;
}
.catListe a{
	text-decoration:none;
}
.catListe a:hover{
	text-decoration:underline;
	background-color:#f6fcd2;
}
.catListe:hover{
	background-color:#f6fcd2;
}
/*****liste course *****/

.tableauBord td.courses{
	background-color:#f4fbcd;
}
.tableauBord td.courses div{
	margin-top:13px;
	margin-bottom:13px;
	margin-left:20px;
}
.choixBoutons{
	float:right;
	margin-top:10px;
	margin-bottom:15px;
}
.posMSG{
	background-color: #c4df26;
	padding:5px;
	font-weight:bold;
	margin-bottom:20px;
	width:97%;
}
.posMSG p{
	margin:0;
	padding:0;
}
.tableauCourses{
	border-top:1px solid #adb090;
	border-left:1px solid #adb090;
	width:100%;
}
.tableauCourses td, .tableauCourses th{
	border-bottom:1px solid #adb090;
	border-right:1px solid #adb090;
	padding:5px;
}
.tableauCourses h2{
	padding:0;
	font-size:1.2em;
	color:#000;
}
.tableauCourses td.coul{
	background-color:#e3e4e1;
}
.tableauCourses td.panier_total{
	background-color:#c4df26;
}
/***** fiche PRODUIT *****/

table#fiche{
	margin:0;
	padding:0;
	width:100%;
}
table#fiche td.image{
	width:350px;
	padding-left:10px;
}
table#fiche td form input.bouton{
	margin-bottom:30px;
}
.pictosProduits{
	float:left;
}
.pictosProduits img{
	margin-right:30px;
	margin-top:30px;
}
/***** resultat de la recherche *****/

.bloc_recherche{
	background-color:#e7f1ae;
	width:100%;
	margin:0;
	padding:0;
	float:left;
}
.bloc_recherche2{
	background-color:#f5f8e3;
	width:100%;
	margin:0;
	padding:0;
	float:left;
}
.bloc_recherche p, .bloc_recherche2 p {
padding:0;
}
.numero{
	float:left;
	width:15px;
	padding:10px;
	margin:0;
}
.score{
	float:left;
	width:55px;
	margin:0;
}
.type{
	float:left;
	width:65px;
	margin:0;
	padding-top:10px;
	font-style:italic;
}
.score img{
	padding-top:13px;
}

.contentRecherche{
	float:left;
	padding:10px;
	width:420px;
}
.contentRecherche p{
	margin-bottom:0!important;
}
.titreRecherche{
font-weight:bold;
font-size:110%;
margin-bottom:7px;
}

.contentRecherche a{
	color: #303030;
}
/* ------------ astuces ---------------- */
.astuce{
	background-color:#f5fad8;
	padding:10px;
	margin-top:15px;
	margin-bottom:25px;
	background-image:url(/img/match/fleurs.gif);
	background-repeat:repeat-y;
	background-position:top left;
	border:1px solid #c4df26;
	float:left;
}
.astuce h2{
	font-size:130%;
	border-bottom:2px solid #c4df26;
	padding-bottom:5px;
	margin-bottom:10px;
}
.commentaire{
	background-image:url(/img/match/commentaire.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:27px;
	padding-top:5px;
	padding-left:40px;
	}
.note{
	background-image:url(/img/match/add_note.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-top:5px;
	padding-left:40px;
	}
/***** e card *****/

.ecardListe{
	float: left;
	clear: none;
	width: 270px;
	height: 210px;
	margin-right: 30px;
	margin-bottom: 15px;
	padding-top: 8px;
	text-align: center;
	vertical-align: bottom;
}
.ecardListe a{
	font-weight:bold;
	text-align:center;
}

.ecardListe img{
	padding-bottom:7px;
}*/

/* ------------ plan du site ---------------- */
.plan{
	margin:0;
	width:80%;

}
.plan ul{
	margin:0;
	padding-left:0;
}
.plan ul li{
	list-style-type:none;
	list-style-image:none;
	padding-left:15px;
	line-height:2em;
	border:1px solid #ccc;
	margin:2px 0 3px 0;
}
.plan ul ul{
	margin-top:10px;
	margin-bottom:5px;
	margin-left:5px;
}
.plan ul ul ul{
	margin-bottom:0px;
	padding:0 0 5px 0;
}


.plan ul li a{
	text-decoration:none;
	font-weight:bold;
	color:#5e585e!important;
}
.plan ul li a:hover{
	text-decoration:underline;
	font-weight:bold;
}
.plan ul li li {
	margin:0 5px 5px 0;
	border:0!important ;
	background-color:#e7f1ae;
	font-size:90%;
	list-style-image:none;
	background-image:none;
	padding-left:5px;
	
}

.plan li li li{
	margin:0;
	font-size:90%;
	padding:0 0 2px 25px;
	margin-left:35px;
	list-style-image:none;
	background-image:url(puce_smile.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-bottom:0;
}
/***** bloc utilisateur *****/
#optiLog{
	background-color:#e7f1ae;
	border:1px solid #7c971d;
	float:left;
	padding:10px;
	margin-bottom:20px;
}
#optiLog p{
	margin:0;
	padding:0;
	}
/***** Footer *****/
#footer {
	color: #fff;
	background-color: #7a941c;
	background-image: url(footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	padding-top:20px;
	padding-bottom:0px;
	margin:0;
}
#footer a, #footer a:hover, #footer a:visited {
	color: #FFFFFF;
}
/***** Global Classes *****/
.clear {
	clear: both;
	height: 0;
}
span.grasGris{
	color:#7d7d7d;
	font-weight:bold;
}
.bouton, .boutonListeCourse{
	background-image:url(bouton.gif);
	background-repeat:repeat-x;
	height:25px;
	padding:0 10px 0 10px;
	>padding:0px;
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	margin-right:10px;
	background-color:#006d48;
	cursor:pointer;
}
.boutonListeCourse{
	margin-left:20px;
	margin-top:15px;
}
.boutonNeg{
	background-image:url(boutonNeg.gif);
	background-repeat:repeat-x;
	height:25px;
	padding:0 10px 0 10px;
	>padding:0px;
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	margin-right:10px;
	background-color:#006d48;
	cursor:pointer;
}
a.bouton, a.boutonCourses{
	color:#FFFFFF;
	text-decoration:none;
	padding:3px;
	margin-left:10px;
}
.bouton_fidelite{
	background-image:url(bouton.gif);
	background-repeat:repeat-x;
	height:25px;
	padding:0 10px 0 10px;
	>padding:0 5px 0 5px;
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	margin-left:10px;
	background-color:#006d48;
	cursor:pointer;
	margin-left:164px;
	margin-top:7px;
}
.boutonChercher{
	background-image:url(bouton.gif);
	background-repeat:repeat-x;
	height:25px;
	padding:0 19px 0 19px;
	>padding:0 6px 0 6px;
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	margin-left:10px;
	background-color:#006d48;
	cursor:pointer;
}
.boutonDroite{
	background-image:url(bouton.gif);
	background-repeat:repeat-x;
	height:25px;
	padding:0 10px 0 10px;
	>padding:0 0px 0 0px;
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	background-color:#006d48;
	cursor:pointer;
	float:right;
	margin-top:10px;
}
.boutonCourses{
	background-image:url(bouton.gif);
	background-repeat:repeat-x;
	height:25px;
	padding:0 10px 0 10px;
	>padding:0 0px 0 0px;
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	background-color:#006d48;
	cursor:pointer;
	float:right;
	width:185px;
}
/* IMAGES */
img.imgAlignRight {
	padding:0 0 2px 12px !important;
	margin:0 0 2px 12px !important;
	float:right;
	clear:right;
}
.imgAlignLeft {
	padding:0 0 4px 0 !important;
	margin:0 5px 0 0 !important;
	float:left;
	clear:left;
}
img.imgALaLigne {
	display: block;
	clear: both;
}
.imgLeft {
	clear:both;
	text-align:left;
	display:block;
	margin:10px 0 10px 0;
	padding:4px 0 4px 0;
}
.imgCenter {
	clear:both;
	text-align:center;
	display:block;
	margin:6px auto 6px auto;
	padding:2px;
}
.imgRight {
	clear:both;
	text-align:right;
	display:block;
	margin:10px 0 10px 0;
	padding:4px 0 4px 0;
}
/* ---------- BLOCS ---------- */
.aligneADroite {
	text-align:right;
}
.aligneAGauche {
	text-align:left;
}
.aligneJustifie {
	text-align:justify;
}
.aligneCentre {
	text-align:center;
}
.tableauBord{
	border-top:1px solid #adb090;
	border-left:1px solid #adb090;
}
.tableauBord td, .tableauBord th{
	border-bottom:1px solid #adb090;
	border-right:1px solid #adb090;
	padding:5px;
}

span.vertFonce{
font-weight:bold;
color:#7b961d;}

span.vertVif{
	font-weight:normal;
	color:#c4df26;}

span.rouge{
	font-weight:bold;
	color:#e00024;
}

span.gris{
	font-weight:normal;
	color: #666666;
}

.message{
	color:#FF0000;
	font-weight:bold;
}
.neutre{
	color:#a1bb06;
	font-weight:bold;
	padding-left:5px;
}
.produitAjoute{
	color:#a1bb06;
	font-weight:bold;
	clear:both;
}

.addThis {
  display:block;
  float:none;
  clear:both;
  padding-top:30px;
  text-align:center;
}
.addThis img {

}