/**
 * Structure de la mise en page
 */
body {
    background-color: #e9e9e9;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #68737a;
}

#top_container {
    position: relative;
    background: url(../img/top_container_bg.gif) bottom left repeat-x;
}

#main_container { /* pour le dégradé */
    position: relative;
    background: #f3f3f3 url(../img/main_container_bg.gif) top left repeat-x;
}

#main_container_2 { /* pour les feuilles */
    position: relative;
    background: transparent url(../img/feuilles_bg.gif) bottom center no-repeat;
   /* border-bottom: #d2d2d2 solid 1px;*/
}

#bottom_container {
    background: #e9e9e9 url(../img/bottom_container_bg.gif) top left repeat-x;
    min-height: 250px;
}

#feuilles_top {
    width: 931px;
    height: 55px;
    padding: 0 10px;
    margin: 0 auto;
    background: url(../img/feuilles_top.png) top left no-repeat;
}

#header {
    position: relative;
    width: 931px;
    height: 105px;
    padding: 0 10px;
    margin: 0 auto;
    background: url(../img/header_bg.gif) top left no-repeat;
}

#main_content_area {
    width: 931px;
    padding: 0 10px;
    margin: 0 auto;
    background: transparent url(../img/content_area_degrade.png) top left repeat-y;
    position: relative;
	overflow: auto;
}

#footer {
    position: relative;
    z-index: 1;
    width: 931px;
    padding: 0 10px;
    margin: 0 auto;
    background: url(../img/footer_bg.gif) top left no-repeat;
}
/**
 * Éléments du header
 */
#logo {
    padding: 25px 0 0 20px;
    width: 160px;
    height: 66px;
    float: left;
    display: inline;
}


#logo2 {
   
    width: 492px;
    height: 384px;
    
}


/* voir navigation.css pour le menu */
/**
 * Éléments du footer
 */
#airMiles {
    margin-left: 20px;
    width: 155px;
	height: 79px;
	margin-bottom: 11px;
}

#airMiles a {
    display: block;
    width: 155px;
    height: 90px;
}

#copyrights {
 	font-family: Arial, Verdana, sans-serif;
    top: 90px;
    right: 15px;
    position: absolute;
    color: #696969;
    font-size: 10px;
}
/**
 * Accueil
 */
#accueil {
    position: relative;
    float: left;
    width: 498px;
    height: 385px;
    background: url(../img/accueil_bg.gif) top left no-repeat;
    overflow: hidden;
}

#accueil #bande {
    position: absolute;
    top: 22px;
    left: 0px;
    width: 498px;
    height: 39px;
    background: url(../img/bande.gif) top left no-repeat;
}

#News {
    display: block;
    overflow: hidden;
    position: relative;
}

#Ticker {
    height: 39px;
    display: block;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}


/*#Ticker li {
    width: 498px;
    display: block;
    height: 39px;
    line-height: 39px;
    color: #f00;
    text-align: center;
    font-family: "Lucida Console", Monaco, monospace;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    padding: 0 10px;
    float: left;
}*/


#Ticker li {
    width: 498px;
    display: block;
    height: 39px;
    line-height: 39px;
    color: #e56904;
    text-align: center;
    font-family: "Lucida Console", Monaco, monospace;
    text-transform: uppercase;
    font-size: 22px;
	font-weight:bold;
    margin: 0;
    padding: 0 10px;
    float: left;
}

#femme {
    z-index: 250;
    position: absolute;
    top: 68px;
    left: 175px;
    width: 235px;
    height: 354px;
    /*background: url(../img/femme.png) top left no-repeat;*/
	display: none;
}


#femme2 {
    z-index: 250;
    position: absolute;
    top: 68px;
    left: 175px;
    width: 492px;
    height: 384px;
    /*background: url(../img/femme.epicerie.png) top left no-repeat;*/
	display: none;
}



#femme_bas {
    z-index: 250;
    position:absolute;
    top: -384px;
    left: 36px;
    width: 492px;
    height: 384px;
	
    /background: url(../img/accueil_boutons_rythme_en.jpg) top left no-repeat;
}

#femme_bas2 {
     z-index: 250;
    position:absolute;
    top: -384px;
    left: 36px;
    width: 492px;
    height: 384px;
    background: url(../img/accueil_boutons_rythme_fr.jpg) top left no-repeat;
}



#tuile_accueil{

	z-index:250;
	position:absolute;
	top:-384px;
	left:36px;
	width:492px;
	
	

}


/* ________ */
/**
 * Éléments de section (autre que l'accueil)
 */
#content {
    position: relative;
    background: #fff url(../img/content_bg.gif) top left repeat-y;
    overflow: auto;
	padding-bottom: 20px;
}

#content #top_degrade {
    z-index: 200;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent url(../img/content_top_degrade.png) top left no-repeat;
    width: 931px;
    height: 13px;
	overflow: hidden;
/*    clear: both; */
}

#content #bottom_degrade {
    z-index: 200;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: transparent url(../img/content_bottom_degrade.png) bottom left no-repeat;
    width: 931px;
    height: 15px;
	overflow: hidden;
/*    clear: both; */
}

#content #sidebar {
    position: relative;
    float: left;
    width: 205px;
    min-height: 385px;
}


#text3{

    position:relative;
	background: transparent url(../img/separateur_vertical.gif) top left no-repeat;
    float: left;
    padding: 38px 25px 0 25px;
    width: 600px;
    min-height: 385px;
}



#text10{

    position:relative;
	background: transparent url(../img/separateur_vertical.gif) top left no-repeat;
    float: left;
	padding-left:5px;
    
    width: 675px;
    min-height: 385px;
}



#text2{

    position: relative;
	background: transparent url(../img/separateur_vertical.gif) top left no-repeat;
    float: left;
    padding: 38px 25px 0 25px;
    width: 800px;
    min-height: 385px;
}



#text5{
	background: transparent url(../img/separateur_vertical.gif) top left no-repeat;
    float: left;
    padding: 38px 25px 0 25px;
    width: 575px;
    min-height: 385px;
}

#text6{
	background: transparent url(../img/separateur_vertical.gif) top left no-repeat;
    float: right;
    padding: 38px 0px 0 25px;
    width: 701px;
    min-height: 385px;
}

#content #text4 {
    position: relative;
	background: transparent url(../img/separateur_vertical.gif) top left no-repeat;
    float: left;
    padding: 38px 25px 0 25px;
    width: 600px;
    min-height: 385px;
}




#content #text {
    position: relative;
	background: transparent url(../img/separateur_vertical.gif) top left no-repeat;
    float: left;
    padding: 38px 25px 0 25px;
    width: 366px;
    min-height: 385px;
}




/**
 * Qui est rachelle?
 */
body#concept #content #photo {
    z-index: 150;
    float: right;
    width: 310px;
}
.mini_text{
	font-size:0.9em;
}

body#concept #content #text ul {
	list-style: disc;
	padding-left: 16px;
	margin-bottom: 16px;
}

body#concept h3 {
	margin-bottom: 16px;
}

/**
 * Recettes
 */
body#recettes #content #text {
    float: left;
    padding: 38px 22px 0 22px;
    min-height: 385px;
	width: 310px;
}
body#recettes #content #photo {
	float: right;
    width: 328px;
}
body#recettes #content #text.recette {
	padding: 0;
	width: 726px;
	
}
.recette #entete_recette {
	padding: 38px 22px 0 22px;
	height: 222px;
	width: 354px;
}
.recette #contenu_recette {
    padding: 0 22px;
}
#valeursNutritives {
	position: relative;
	width: 328px;
	height: auto;
/*	background-color: #f0f;*/
}
#valeursNutritives #boutonValue {
	background: #ee1c24;
	margin-left: 128px;
	width: 200px;
}
#valeursNutritives #boutonValue a {
	position: relative;
	font-size:11px;
	color: #fff;
	padding:2px 5px 2px 5px;
	text-decoration: none;
	display: block;
	background: #ee1c24 url(../img/arrow_down.gif) no-repeat center right;
	margin-right: 5px;
}

#valeursNutritives #imageValue,#valeursNutritives #imageValueNew {
	margin-left: 166px;
	width: 162px;
	height: 241px;
}



.recette h1 {
	color: #ee1c24;
	font-size: 16px;
	margin-bottom:30px;
	font-weight: normal;
}
.recette h2 {
	color: #373534;
}
.tempsRequis {
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../img/separateur_recettes.gif) top left no-repeat;
	height: 28px;
	line-height: 28px;
}
.tempsRequis span {
	float: left;
}
.tempsRequis span.temps {
	float: right;
	background: url(../img/icon_horloge.gif) center left no-repeat;
	padding-left: 24px;
	margin-right: 16px;
}
.reperesRapides {
	padding: 10px;
	background-color: #f1f1f1;
	margin-top: 30px;
	margin-bottom: 10px;
}
.reperesRapides table td { width: 50%; }

.recette ul {
	margin-bottom: 16px;
}
.recette ul {
	list-style: disc;
	padding-left: 16px;
}

.liensRecette {
	background: url(../img/separateur_recettes.gif) top left no-repeat;
	height: 28px;
	line-height: 28px;
}

a#printLink {
    float: left;
	background-repeat: no-repeat;
    background-position: center left;
	height: 28px;
	line-height: 28px;
	width: 100px;
}
a#printLink span { display: none; }

a#sendToFriendLink {
 	float: left;
	background-repeat: no-repeat;
    background-position: center left;
	height: 28px;
	line-height: 28px;
	width: 120px;
}
a#sendToFriendLink span { display: none; }

/**
 * Infolettre
 */
body#infolettre #content #text {
    width: 576px;
}

body#infolettre #content #text ul {
	margin-bottom: 16px;
}

body#infolettre #content #text li {
	margin-left: 15px;
	list-style-type: disc;
}
/**
 * Circulaire
 */
body#circulaire #content #text {
    width: 676px;
}
body#circulaire img {
	float: left;
}
body#circulaire h2 {
	line-height: 39px;
	margin-left: 49px;
}
/**
 * Rubrique santé
 */
body#ressources #content #text {
    width: 576px;
}
body#ressources #content #text ul {
	margin-bottom: 16px;
}

body#ressources #content #text li {
	margin-left: 15px;
	list-style-type: disc;
}
body#ressources #content #text ol li {
	margin-bottom: 16px;
	list-style-type: decimal;
}

/**
 * Nous trouver
 */
body#trouver #content #text {
    width: 676px;
}

body#trouver .leftColumn { float: left; width: 40%; margin: 16px 0 16px 0; }
body#trouver .rightColumn { float: left; width: 60%; margin: 16px 0 16px 0; }
body#trouver .rightColumn div.subColumnHolder dl { float: left; width: 50%;}

body#trouver img {
	float: left;
}

body#trouver h2 {
	line-height: 39px;
	margin-left: 49px;
}

body#trouver #content dt {
	font-weight: bold;
	margin-bottom: 8px;
}

body#trouver #content dd {
	margin-bottom: 8px;
	color: #111;
}

/**
 * Nous joindre
 */
body#contact #sidebar #contactInfo {
    position: absolute;
	top: 32px;
    right: 15px;
    text-align: right;
}

body#contact #content #text {
    width: 676px;
}
/**
 * Offre d'emplois
 */
body#jobs #content #text {
	width: 576px;
}

body#jobs #content #text h1 {
	color: #ee1c24;
	font-size: 16px;
	margin-bottom:30px;
	font-weight: normal;
}

/**
 * Site map Plan du site
 */
body#sitemap #content #text ul {
 	list-style: disc;
	padding-left: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
}
body#sitemap #content #text ul .niveau2{
	list-style: circle;
}
/**
 * Éléments de formulaire
 */
form { padding-bottom: 25px; }

label {
	display: block;
    color: #68737a;
	float:right;
}

fieldset { padding: 10px 0 16px 0; }

fieldset p { margin: 0; }

select {
	border: 1px solid #a7a6aa;
	width: 300px;
}

textarea {
	width: 300px;
	border: 1px solid #a7a6aa;
}

input.text {
	border: 2px solid #a7a6aa;
	width:228px;
}
.textField {
	margin-bottom: 16px;
}

.inputButton, .cancelButton {
	border: 0px solid black;
	background-color: #cc2229;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 2px 5px;
	color: #fff;
}

.radiobox {
	margin-bottom: 16px;
}
#telephone, #telephone2 { width: 30px; }
#telephone3 { width: 40px; }

/* ________ */
#text div.hr {
    background: transparent url(../img/separateur.png) no-repeat top left;
    width: 250px;
    height: 1px;
	margin-bottom: 16px;
}

#sidebar div.hr {
    background: transparent url(../img/separateur_side.png) no-repeat top left;
    width: 175px;
    height: 1px;
	margin-bottom: 16px;
}

div.hr hr {
    display: none;
}
/* Éléments de typographie */
#content h1#titrePage,h1#titrePage1{
    position: relative;
    top: 0;
    left: 0;
    width: 350px;
    height: 36px;
	line-height: 36px;
    background-position: top left;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}


/************************* CSS RENDEZ-VOUS****************************************************************/

#content #textRendez {
    position: relative;
	background: transparent url(../img/separateur_vertical.gif) top left no-repeat;
    float: left;
    padding: 38px 25px 0 25px;
    width: 590px !important;
    min-height: 385px;
	color:#6d6e70;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#pConference{ display:block; margin-bottom:5px;}


/******************************************/
/*		CSS RENDEZ-VOUS                   */
/******************************************/

#textRendez #top_rendez_vous{
	width:590px;
	padding:0px;
	margin:0px;
}
#content #textRendez img{ display:block; border:none;}
#content #textRendez p{ padding-left:10px;} 

#tab_heures{ border-collapse:collapse; width:100%;}
#textRendez h1,.description td{ background:#61bc47; color:white;}
#textRendez h1{ height:43px; font-size:20px; line-height:43px; text-align:center; font-style:italic; margin-bottom:20px; margin-top:0px;}
#textRendez h2{ text-align:center; font-size:17px; margin: 20px 0px; font-style:italic; font-weight:bold;}
.description td,.ville td, .contenu td{ padding:10px;}
.ville td{ background:#d8efd3; color:#61bc47; padding: 5px 0px 5px 10px; font-size:16px; font-weight:bold;}
.ville td a{font-size:16px; font-weight:bold; color:#61bc47;}
.description td{ padding-top:5px; padding-bottom:5px; font-size:13px;}
.sujet{ width: 194px;}
.description .heure{ width:100px;}









#content h1#titrePage2{

	position: relative;
    top: 0;
    left: 0;
    width: 450px;
    height: 36px;
	line-height: 36px;
    background-position: top left;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;


}

#content #tableauB{ line-height:18px;}
#content #tableauB thead tr td div#cell1{ background-color:#8fb9dd; color:#FFFFFF; width:130px; margin-right:10px; padding-left:2px; padding-top:3px;}
#content #tableauB thead tr td div#cell2{ background-color:#afcde7; color:#FFFFFF; width:130px; margin-right:10px; padding-left:2px; padding-top:3px;}
#content #tableauB thead tr td div#cell3{ background-color:#90b9de; color:#FFFFFF; width:130px; margin-right:10px; padding-left:2px; padding-top:3px;}

#content #tableauB tbody tr{ border-bottom:1px solid #eaeae8; }
#content #tableauB tbody tr div{ margin-left:2px;}


#TitreRendez_vous { color:#619cd0;font-size:18px;}

#content #placeLimite{color:#619cd0; font-weight:bold;}

#lucie{ position:absolute; top:456px; left:590px;}
#lucie2{ position:absolute; top:425px; left:590px;}

#luciedes{ position:absolute; top:390px;  right:-70px; font-size:10px; line-height:9px; text-align:right; font-family:Arial, Helvetica, sans-serif;}
#luciedes2{ position:absolute; top:360px;  right:-70px; font-size:10px; line-height:9px; text-align:right; font-family:Arial, Helvetica, sans-serif;}


/************************* CSS RENDEZ-VOUS FIN****************************************************************/

#content h1#titrePage span, #content h1#titrePage1 span,#content h1#titrePage2 span {
    display: none;
}

h2 {
    color: #68737a;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 12px;
}

.newtitre {
    color: #68737a;
	font-size:16px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 12px;
}


p {
    line-height: 16px;
    color: #68737a;
    margin-bottom: 12px;
}

.rouge {
    color: #ee1c24;
}

#new{ color:#FF0000;
font-weight:normal;
font-size:12px;}

.rightAlign{
	text-align:right;
	padding-right:10px;
	color:#878786;
}

a:link { color: #68737a; text-decoration: none; }
a:visited { color: #68737a; text-decoration: none; }
a:active { color: #68737a; }
a:hover { text-decoration: underline; }





#demo-gallery{
    width: 492px;
    height: 384px;
    overflow: hidden;
   /* position: relative;*/
}
#demo-gallery img{
	position: absolute;
	left: 0px;
	top: 0px;
}


/****************** CSS POUR LE INFO_ALIMENTS ***********************/


#texto{
	
	float:left;
	width:726px;
	position:relative;
}

#texto2 *{
	maring:0px;
	padding:0px;
}

#texto2 {
	
	float:left;
	width:726px;
	position:relative;
	font-size:12px;
	color:#777777;
}


#photo_info_alimet{
	float:right;
	margin-left:5px;

}



h1#titreSectionKa{
    position: relative;
    top: 40px;
    left: 30px;
    width: 350px;
    height: 36px;
	line-height: 36px;
    background-position: top left;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

#content h1#titreSectionKa span, #content h1#titreSectionKa1 span {
    display: none;
}


.titre{display:block; color:#ed1b24; font-weight:bold; font-size:16px; margin-top:50px; margin-left:30px; }

#par{
	margin-top:5px;
	margin-left:30px;
} 


#par2{
	margin-top:5px;
	margin-left:30px;
	width:600px;
} 

#par2 ul { 
	list-style: disc;
	padding-left: 25px;}

.titre_rouge{ color:#ed1b24; font-weight:bold;}


.bg_vert{ background-color:#f3fed2;}
.titre_vert{color:#6a8004; font-weight:bold;}
.titre_vert_main{color:#6a8004; font-weight:bold; font-size:16px;}
.cote_gauche_vert{ background-image:url(../img/info_aliment/side_a_vert.jpg); background-repeat:repeat-y;}
					
					
.cote_droit_vert{ background-image:url(../img/info_aliment/side_b_vert.jpg); background-repeat:repeat-y; width:8px;}
					
.topbocvert{background-image:url(../img/info_aliment/top_cadre_vert.jpg); width:568px; height:11px; background-repeat:no-repeat; margin-bottom:0px;}

.bottombocvert{background-image:url(../img/info_aliment/bottom_cadre_vert.jpg); width:568px; height:11px; background-repeat:no-repeat; margin-top:-12px;}
					
.kampai_recette li a {color:#6a8004;}
.kampai_recette li a:hover{color:#666;}

#tableronde{
	
	width:568px;
	background-color:#f3fed2;
	border-left:1px solid #ffffff;
	padding:0px;
	margin-left:55px;
	
	
}


#contentBoxVerte{
	margin-top:-5px;
	margin-left:1px;
	width:564px;
	border-left:1px solid #819a0e;
	border-right:1px solid #819a0e;
	
}


#contentBoxVerte  div{
	margin-left:15px;
	 
	
}


/******************************* THE INFO.ALIMENT*******************************************************/

#texto2 #the_img{
 margin-left:25px;
 margin-top:35px;
	
}

#texto2 div#intro{
	font-size:14px;
	position:absolute;
	left:51px;
	top:119px;
	width:283px;
}

#texto2 #saveurs_monde{
 	position:absolute;
	top:369px;
	left:51px;
 
}

#texto2 #saveurs_monde h2 {
	color:#896f33;
	font-size:15px;
	font-weight:600;
	text-transform:none;

}

#texto2 #saveurs_monde #rooibos{
	margin-top:40px;

}

#texto2 #left{
	float:left;
	width:310px;
	
}

#texto2 #right{
	float:left;
	width:320px;
	margin-left:35px;
	
}


#texto2 #saveurs_monde span{

 	color:#896f33;
 }
 
 
 #texto2 #saveurs_monde #right{
 	margin-top:70px;
 
 }
 
 #texto2 #saveurs_monde #left{
 	margin-bottom:40px;
 
 }
 
 #texto2 #saveurs_monde #foot{
 	clear:both;
 }
 
 #texto2 #saveurs_monde #foot #right{
 	margin-top:0px;
}


/********************** THE NOIRS INDIENS******************************************************/

#texto2 #noirs_indiens{
	position:absolute;
	top:1094px;
	left:51px;
}

#texto2 #noirs_indiens #introduction{ 
	float:left;
	width:610px;
	margin-bottom:46px;
}

#texto2 #noirs_indiens h2 {
	color:#380141;
	font-size:15px;
	font-weight:600;
	text-transform:none;

}

#texto2 #noirs_indiens span{

 	color:#380141;
 }
 
 
#texto2 #noirs_indiens #ceylan{
	margin-top:30px;
}

#texto2 #noirs_indiens #ceylan_en{
	margin-top:50px;
}


/********************** THE JAPONAIS******************************************************/





#texto2 #the_japonais{
	position:absolute;
	top:1938px;
	left:51px;
}

#texto2 #the_japonais #introduction{ 
	float:left;
	width:640px;
	margin-bottom:33px;
}

#texto2 #the_japonais h2 {
	color:#03252e;
	font-size:15px;
	font-weight:600;
	text-transform:none;

}


#texto2 #the_japonais span{

 	color:#03252e;
 }


#texto2 #the_japonais #sencha{
	margin-top:40px;
}

#texto2 #the_japonais #sencha_en{
	margin-top:80px;
}

/********************** THE CHINOIS ******************************************************/


#texto2 #the_chinois{
	position:absolute;
	top:2791px;
	left:51px;
}

#texto2 #the_chinois #introduction{ 
	float:left;
	width:630px;
	margin-bottom:33px;
}

#texto2 #the_chinois h2 {
	color:#465d01;
	font-size:15px;
	font-weight:600;
	text-transform:none;

}

#texto2 #the_chinois span{

 	color:#465d01;
 }
 
#texto2 #the_chinois #perle_jade{
 	margin-top:40px;
 }
 
 
 #texto2 #the_chinois #perle_jade_en{
 	margin-top:60px;
 }
 
 
 
 
 /**************************SANTE DANS VOTRE ASSIETTE *****************************************************/
 
 
 #rb_box *{

	margin:0px;
	padding:0px;
}


#rb_box h1{

	color:#aa2d47;
	font-size:15px;
	margin-bottom:12px;
}

#rb_box h2{

	color:#666666;
	margin-bottom:5px;
	font-weight:600;
	text-transform:none;
	font-size:13px;
}


#rb_box  p{
 	margin-bottom:10px;
 }
 
/**************************UN COMPLEMENT A VOTRE SANTE *****************************************************/
 
 
 #rb_box1 *{

	margin:0px;
	padding:0px;
}


#rb_box1 h1{

	color:#843d37;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:12px;
}

#rb_box1 h2{

	color:#666666;
	margin-bottom:5px;
	font-weight:600;
}


#rb_box1  p{
 	margin-bottom:10px;
 } 
 
 
 
 
 /********** NOUVEAU CSS POUR LA PAGE THE *********************/
 
 #thePage *{
	
	
	margin:0px;
	padding:0px; 
	 
}

#thePage{
	background: transparent url(../img/separateur_vertical.gif) top left no-repeat;
	width:690px;
	float:left;
	padding-left:20px; 
}

#thePage .clear{ clear:both;}
 
#thePage #the_monde{

	background:url(../fr/img/bg_saveursMode.jpg) top left no-repeat;
	margin-top:40px;
	height:1007px;
	position:relative;
	
}

#thePage #the_monde h1{
	color:#896f33;
	font-size:15px;
	margin-bottom:23px;
}
 
#thePage #the_monde #intro{
	width:280px;
	height:138px;
	margin-left:19px;
	padding-top:80px;
	font-size:14px;	
}

#thePage #the_monde .color{
	color:#896f33;
}

#thePage #the_monde #cadretop{
	padding-left:19px;
	margin-top:112px;
	height:425px;
	
}
#thePage #the_monde #cadretop .left{
	width:300px;
	float:left;
	margin-right:40px;
}

#thePage #the_monde p{ margin-top:21px;} 


#thePage #the_monde #cadretop .right{
	width:300px;
	float:left;
	margin-top:75px;
}


#thePage #the_monde #cadre_bas{
	padding-left:19px;
}
#thePage #the_monde #cadre_bas .left{
	width:300px;
	float:left;
	margin-right:40px;
}

#thePage #the_monde #cadre_bas .right{
	width:298px;
	float:left;
}

/* DEBUT  INDIEN */

#thePage #indiens{

	background:url(../fr/img/bg_noirs_indiens.jpg) top left no-repeat;
	width:690px;
	height:843px;
	position:relative;
	
}

#thePage #indiens .intro{
	margin-left:19px;
	padding-top:51px;
	width:604px;
	height:57px;
}
#thePage #indiens h1{
	color:#380141;
	font-size:15px;
	margin-bottom:19px;
}

#thePage #indiens p{ margin-bottom:15px;}

#thePage #indiens .color{
	color:#380141;
}

#thePage #indiens .cadre{
	margin-left:19px;
	margin-top:43px;
}


#thePage #indiens .left{
	width:300px;
	float:left;
	margin-right:40px;
}

#thePage #indiens .right{
	width:320px;
	float:left;
}

#thePage #indiens .right .intop{
	
	height:253px;

}

#thePage #indiens .right .inbottom{
	
	margin-top:25px;

}


/*CSS THE JAPONAIS*/

#thePage #japonais{

	background:url(../fr/img/bg_japonais.jpg) top left no-repeat;
	width:690px;
	height:843px;
	position:relative;
	
}

#thePage #japonais .intro{
	margin-left:19px;
	padding-top:51px;
	margin-bottom:35px;
	width:637px;
}
#thePage #japonais h1{
	color:#03252e;
	font-size:15px;
	margin-bottom:15px;
}

#thePage #japonais p{ margin-bottom:15px;}

#thePage #japonais .color{
	color:#03252e;
}

#thePage #japonais .cadre{
	margin-left:19px;
}


#thePage #japonais .left{
	width:300px;
	float:left;
	margin-right:40px;
}

#thePage #japonais .left .intop{
	height:310px;
}
#thePage #japonais .right{
	width:320px;
	float:left;
}

/*CSS THE CHINOIS*/

#thePage #chinois{

	background:url(../fr/img/bg_chinois.jpg) top left no-repeat;
	width:690px;
	height:870px;
	position:relative;
	
}

#thePage #chinois .intro{
	margin-left:19px;
	padding-top:51px;
	margin-bottom:35px;
	width:645px;
}

#thePage #chinois h1{
	color:#465d01;
	font-size:15px;
	margin-bottom:15px;
}

#thePage #chinois p{ margin-bottom:15px;}
#thePage #chinois .color{color:#465d01;}
#thePage #chinois .cadre{
	margin-left:19px;
	margin-top:35px;
}

#thePage #chinois .left{
	width:300px;
	float:left;
	margin-right:40px;
}

#thePage #chinois .right{
	width:320px;
	float:left;
}

#thePage #chinois .right .intop{
	height:370px;
}

/*** Begin Cuisine crue css ***/

#cuisine_section h2{
	font-size:18px;
	font-weight:bold;
	margin:38px 0 16px;
	font-family:arial;
	text-transform:uppercase;
}
#cuisine_section p{
	font-size:12px;
	color:#59595b;
}
#cuisine_section .date_table{
	width:342px;
	*width:370px;
	float:left;
	padding:0 17px 0 0;
}
#cuisine_section img{
	padding:0;
	margin:0;
}
#cuisine_section .date_table span{
	font-size:12px;
	margin:0;
	padding:0;
}
#cuisine_section .date_table .header_table span{
	color:white;
	font-weight:bold;
}

#cuisine_section .date_table .first{
	width:155px;
	margin:0 0 0 12px;
	float:left;
}
#cuisine_section .date_table .second{
	width:70px;
	*width:75px;
	float:left;
}
#cuisine_section .date_table .third{
	width:70px;
	*width:90px;
}
#cuisine_section .content_img{
	float:right;
}
#cuisine_section .date_table  .content_table p{
 	margin:0px;
 	padding:0px;
}
.orange h2{
	color:#ffc20e;
}
.orange .header_table{
	background-color:#ffc20e;
}
.green h2{
	color:#adc73e;
}
.green .header_table{
	background-color:#adc73e;
}
.brown h2{
	color:#764c29;
}
.brown .header_table{
	background-color:#764c29;
}
.yellow h2{
	color:#d7df21;
}
.yellow .header_table{
	background-color:#d7df21;
}

#cuisine_footer{
	margin:45px 0px;
	padding:24px 22px;
	float:left;
	background:transparent url('../img/bg_cuisine_footer.jpg ') no-repeat;
}
#cuisine_footer_img{
 	width:209px;
 	float:left;
}
#cuisine_footer_text{
	float:left;
	width:337px;
}
#cuisine_footer_text p{
	font-size:12px;
}
#subscribe_cuisine{
	margin:0 0 0 42px;	
}
#subscribe_cuisine h3{
	font-size:18px;
}
#subscribe_cuisine ul{
	margin:12px 0;
	padding-left:40px;
}
#subscribe_cuisine li{
	list-style-type:disc;
	font-size:14px;
}
#subscribe_cuisine a{
	color:#b1c438;
}

#subscribe_cuisine a.hover{
	color:#c0d060;
}
#text11{
	position:relative;
	background: white url(../img/separateur_vertical.gif) top left no-repeat;
    float: left;
    padding: 38px 25px 0 25px;
    width: 590px;
    *width:640px;
    min-height: 385px;
}

#text11 .clear{
	clear:both;
}

/*** End Cuisine crue css ***/


/*****************NOUS TROUVER HEURES table********************************/

#mytable{
	
	border-collapse:collapse;
	border-spacing:0;
	width:660px;
	margin-bottom:10px;
	border:1px solid #ddd;6
	font-size:11px;
	line-height:18px;
}
.highlight    { background:#d5fcdc; }
.even      { background:#fff; }
.mo      { background:#e3f1fb; }
.odd      { background:#eee; }

#mytable thead tr td{ background:#ddd; border-bottom:1px solid #999; border:1px white solid; padding-left:5px;  color:#4e6a74; height:30px; line-height:30px; text-align:left; font-size:13px; font-weight:bold;}

#mytable tfoot tr td{ background:#ddd; border-top:1px solid #999; border:1px white solid; padding-left:5px;  color:#4e6a74; height:30px; line-height:30px; text-align:left; font-size:13px; font-weight:bold;}


#mytable tbody tr td{ padding:5px; border:1px solid #ddd; font-size:11px;}

#mytable .adresse{ width:130px;}
#mytable span{ color:#666; font-weight:bold;}
.scrollable-container { max-height: 200px; }
.ouverture{ font-size:18px !important; color:#000; line-height:25px;}



/************PAGE NOTRE HISTOIRE***************************/
.notre_histoire{ background:url(../fr/img/bandeau_notre_histoire.jpg) top left no-repeat; width:650px; height:88px;}
.notre_histoire_en{ background:url(../en/img/bandeau_notre_histoire.jpg) top left no-repeat; width:650px; height:88px;}

.notre_histoire span,.notre_histoire_en span { display:none;}
.para_histoire{ width:600px; padding:15px;}
.para_histoire p{ font-size:13px;}


/************PAGE abonnement***************************/

.abo_wrap                  { width:583px; margin-left:206px; margin-top:20px; font-size:15px; padding-left:24px; padding-top:33px; position:relative; border-left:1px #747a81 solid;}
.abo_wrap *                { margin:0px; padding:0px;}
.abo_info_lettre           { position:absolute; top:28px; left:400px;}

.abo_wrap h1               { font-size:19px; text-transform:none; font-weight:normal; line-height:20px; font-style:italic; width:360px; margin-bottom: 23px;}
.abo_wrap h1.abo_circulaire{ margin-top:25px;}

.abo_wrap h2               { background-color:#83ba51; font-size:15px; font-style:italic; margin-bottom:20px; font-weight:bold; width:568px; color:#FFF; padding:3px 7px;}
.abo_wrap h2.abo_concours  { background-color:#cc2229;}
.abo_wrap p                { font-size:15px; margin-bottom:18px; line-height:15px;} 

.abo_wrap h3.last          { margin-bottom:20px;}

#member_first_name,
#member_postal_code                 { width:153px;}
.groupe_textL                      { float:left; width:258px;}
.groupe_textL div,.groupe_textD div { height:25px;}
.groupe_textD,#member_first_name,#member_postal_code,#member_last_name,#member_email{ float:right;}
.lb_air_miles{ float:left; margin-right:5px;  padding-bottom:5px}
#member_air_miles{ float:left; margin-bottom:20px;}

/*************
 TABLEAU DE VALEURS NUTRITIVES
 
 **/
 #valeursNutritives #imageValueNew{
	 height:255px;
	 width:162px;
	 margin-left:140px;
}

 .tab_valeur_nutritives{ margin-bottom:5px; border-collapse:collapse; width:100%; font-size:10px; margin:0; padding:0; line-height:1.21em; border:1px solid #000;}
 .tab_valeur_nutritives td{ padding-left:2px; padding-right:3px;}
 .tab_valeur_nutritives .val{ font-weight:bold; padding-top:5px; font-size:15px;}
 .tab_valeur_nutritives .portion{ font-size:11px; border-bottom:2px solid #999; padding-bottom:2px;}
 .tab_valeur_nutritives span{ font-weight:bold;}
 .bord_bottom{border-bottom:1px solid #999;}
 .bord_dou{border-bottom:2px solid #999;}
 .bord_last{}
