/**
 * Structure de la mise en page
 */
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}


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;
}

/* menu top general */


.menu_top{
	
	position:relative;
	z-index:1;
	width:931px;
	margin: 0 auto;
	height:30px;
	
}
.menu_top_container_fr,.menu_top_container_en{
	position:absolute;
}

.menu_top_container_fr{
	top:15px;
	right:-140px;
}

.menu_top_container_en{
	top:15px;
	right:-180px;
}


/**
 * Éléments du header
 */
#logo {
    padding: 10px 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: 98%;
	height: 79px;
	margin-bottom: 11px;
}

#airMiles a {
    display: block;
    width: 155px;
    height: 90px; float:left;
}

#banner_footer{
	width:395px;
	height:75px;

	float:right;
	margin-top:2px;
	margin-right:13px;
}

/*#banner_footer .concours_vogel{ margin-left: -200px;}*/

#copyrights {
 	font-family: Arial, Verdana, sans-serif;
    top: 90px;
    right: 15px;
    position: absolute;
    color: #696969;
    font-size: 10px;
}

.facebook-rb{

  margin-left: 180px;
  margin-top:  20px; 
}

/**
 * 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:-354px;
	left:15px;
	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;
}

#text11{
	position:relative;
	background: transparent url(../img/separateur_vertical.gif) top left no-repeat;
    float: left;
    padding: 38px 25px 0 25px;
    width: 590px;
    *width:640px;
    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: 650px;
    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;
}

.h3{
	
	margin-bottom:10px;
	font-size:1.2em;
}

#content #textVirage {
    position: relative;
	background: transparent url(../img/separateur_vertical.gif) top left no-repeat;
    float: left;
    padding: 38px 25px 0 25px;
    width: 492px;
    min-height: 385px;
}

#textdefault {
    background: transparent url(../img/separateur_vertical.gif) top left no-repeat;
    float: left;
    padding: 38px 0px 0 25px;
    width: 670px;
    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;
}

#content #textConcours {
    position: relative;
	background: transparent url(../img/separateur_vertical.gif) top left no-repeat;
    float: left;
    padding: 38px 25px 0 25px;
    width: 676px;
    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:330px !important;
}



.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;
}


.list-recettes{ margin-left:15px; list-style-type:decimal; width:90%;}
.list-recettes li{ margin-bottom:5px;}
.list-recettes ul{ margin-top:5px;}
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;
}

#inputForm{
	
	padding: 8px;
	color:white;
	background:#5CCD00;
	background:-moz-linear-gradient(top,##fd0000 0%,#e1372a 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e1372a),color-stop(100%,#e1372a));
	background:-webkit-linear-gradient(top,#fd0000 0%,#e1372a 100%);
	background:-o-linear-gradient(top,#fd0000 0%,#e1372a 100%);
	background:-ms-linear-gradient(top,#fd0000 0%,#e1372a 100%);
	background:linear-gradient(top,#fd0000 0%,#e1372a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd0000',endColorstr='#e1372a',GradientType=0);
	
	border-width: 1px;
    border-style: solid;
	border-color: #d69e31 #e3a037 #d5982d #e3a037;
	
	
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	
	font-size:15px;
	border:none;
}

#inputForm:active
{		
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}



.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(../img/fr/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(../img/fr/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(../img/fr/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(../img/fr/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 ***/

#wrap_crue{ width:590px;}

#cuisine_section h2{
	font-size:18px;
	font-weight:bold;
	margin: 30px 0 10px 0;
	font-family:arial;
	text-transform:uppercase;
}
#cuisine_section p{
	font-size:12px;
	color:#59595b;
	width:340px;
	float:left;
	text-align:justify;
}


#cuisine_section img{
	padding:0;
	margin:0;
}
#cuisine_section .content_img{
	float:right;
    padding-right: 20px;
}

.orange h2{
	color:#ffc20e;
}

.green h2{
	color:#adc73e;
}
.dark_green h2{color:#238440;}

.brown h2{
	color:#764c29;
}
.low_brown h2{ color:#bf7251;}

.yellow h2{
	color:#d7e32b;
}


#cuisine_footer{
	float:left;
	padding:10px;
	margin: 20px 0 20px 0;
	width:100%;
	background:transparent url('../img/bg_cuisine_footer.jpg ') no-repeat;
}
#cuisine_footer_img{
 
 	float:left;
	width:150xp;

}
#cuisine_footer_text{
	float:left;
	width:65%;
	padding-top:7%;
	padding-left:2%;
	
}
#cuisine_footer_text p{
	line-height:14px;
	margin-bottom:5px;

}
#subscribe_cuisine{
	margin:0 0 0 0px;
}
#subscribe_cuisine h3{
	font-size:18px;
}
#subscribe_cuisine ul{
	margin:12px 0;
	padding-left:40px;
}

#subscribe_cuisine li{
	list-style-type:disc;
}

#subscribe_cuisine p{ padding-left: 40px;}

#subscribe_cuisine a{
	color:#b1c438;
}

#subscribe_cuisine a.hover{
	color:#c0d060;
}

.floteTitreR{ float:right;}
.floteTitreL{ float:left;}


#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(../img/fr/bandeau_notre_histoire.jpg) top left no-repeat; width:650px; height:88px;}
.notre_histoire_en{ background:url(../img/en/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, .wrap_capsule_gout { width:650px; margin-left:206px; margin-top:20px; font-size:15px; padding-left:24px; padding-top:33px; position:relative; border-left:1px #747a81 solid;}
.abo_wrap * .wrap_capsule_gout{ margin:0px; padding:0px;}
.abo_info_lettre           { position:absolute; top:28px; left:500px;}

.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:#fd0000; font-size:20px; margin-bottom:20px; font-weight:normal; color:#FFF; padding:5px 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;}
*/

.form_main{
	
	border-radius: 3px;
	border: 1px solid #e3e2df;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}


.form_div{ padding:10px;}


.form_main input{
	
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
  
	
}
.form_main p { position:relative; width:50%; float:left; margin:0px;}
.form_main span{ position:absolute; top:32%; left:0px;}

#commentaire{ width: 95%;}

#frm_prenom input, #frm_nom input, #frm_cp input, #frm_email input, #frm_air_miles input,
#joindre_prenom input,
#joindre_nom input,
#joindre_tel input,
#joindre_courriel input,
.parent_prenom input,
.parent_nom input,
.parent_cp input,
.parent_courriel input,
.enfant_prenom input,
.enfant_nom input,
.enfant_dt input,
.magasin_id > span
{
	color: #777;
	padding-left: 10px;
	margin: 10px;
	height: 30px !important;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	font-size:13px;
	
}

.btn_enfant{
	 float: left;
    width: 100px;
    height: 75px;
    margin: 20px;
}
.magasin_id > span {margin-left: -50px; width:290px !important}
.combo-text {width:320px !important; height:30px !important; margin-left: -10px !important; padding: 0px 45px !important;}
.enfant_prenom input{ margin-left:60px; width:180px;}
.enfant_nom input{ margin-left:60px; width:200px;}
.enfant_dt input{ margin-left:120px; width:200px ; }
.parent_prenom input{ margin-left:60px; width:180px;}
.parent_nom input{ margin-left:80px; width:180px;}
.parent_cp input{ margin-left:80px; width:180px;}
.parent_courriel input{ margin-left:70px; width:180px;}

#lang label{ margin-left:-80px; width:250px;}
#frm_prenom input{ margin-left:80px; width:200px;}
#frm_cp input{ margin-left:100px; width:180px;}
#frm_email input,#frm_nom input{ margin-left:70px; width:225px;}
#frm_air_miles input{ margin-left:220px; width:390px;}

#frm_prenom .firt_name{ margin-left:100px; width:180px;}

#frm_nom .last_name, #frm_email .email{ margin-left:90px; width:200px;}

#frm_air_miles .air_miles_num{ margin-left:170px; width:435px;}

#frm_prenom input:focus, #frm_nom input:focus, #frm_cp input:focus, #frm_email input:focus, #frm_air_miles input:focus{

-webkit-box-shadow: 0 0 2px #ed1c24 inset;
	-moz-box-shadow: 0 0 2px #ed1c24 inset;
	-ms-box-shadow: 0 0 2px #ed1c24 inset;
	-o-box-shadow: 0 0 2px #ed1c24 inset;
	box-shadow: 0 0 2px #ed1c24 inset;
	background-color: #fff;
	border: 1px solid #ed1c24;
	outline: none;

}
.submit, .submit_en{ float:right; margin-right:5px;}
.submit_en{ margin-right:24px;}
.submit span,.submit_en span{ position:static; font-size:9px;}

#frm_submit{
	
	width: 80px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #eb2a18; /*IE fallback*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eb2a18), to(#aa1a11));
	background-image: -moz-linear-gradient(top left 90deg, #eb2a18 0%, #aa1a11 100%);
	background-image: linear-gradient(top left 90deg, #eb2a18 0%, #aa1a11 100%);
	border-radius: 5px;
	border: 1px solid #99140f;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(153,20,15,.5);
	cursor: pointer;
	text-transform:uppercase;
}
#btn_save 
{
	width: 110px !important;
	padding: 5px 5px 5px 5px !important;
	font-size: 14px !important;
	font-weight: bold !important;
	color: #fff !important;
	background-color: #eb2a18 !important; /*IE fallback*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eb2a18), to(#aa1a11)) !important;
	background-image: -moz-linear-gradient(top left 90deg, #eb2a18 0%, #aa1a11 100%) !important;
	background-image: linear-gradient(top left 90deg, #eb2a18 0%, #aa1a11 100%) !important;
	border-radius: 5px !important;
	border: 1px solid #99140f !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(153,20,15,.5) !important;
	cursor: pointer !important;
	text-transform:uppercase !important;	
}

.supprimer_enfant{
	padding: 5px 5px 5px 5px !important;
	font-size: 14px !important;
	font-weight: bold !important;
	color: #fff !important;
	background-color: #eb2a18 !important; /*IE fallback*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eb2a18), to(#aa1a11)) !important;
	background-image: -moz-linear-gradient(top left 90deg, #eb2a18 0%, #aa1a11 100%) !important;
	background-image: linear-gradient(top left 90deg, #eb2a18 0%, #aa1a11 100%) !important;
	border-radius: 5px !important;
	border: 1px solid #99140f !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(153,20,15,.5) !important;
	cursor: pointer !important;
	text-transform:uppercase !important;	
	text-decoration:none !important;
	margin-left:160px;
}


#add_enfant 
{
	width: 110px !important;
	padding: 5px 5px 5px 5px !important;
	font-size: 14px !important;
	font-weight: bold !important;
	color: #fff !important;
	background-color: #0F9A0F !important; /*IE fallback*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0C8A08), to(#31932E)) !important;
	background-image: -moz-linear-gradient(top left 90deg, #0C8A08 0%, #31932E 100%) !important;
	background-image: linear-gradient(top left 90deg, #0C8A08 0%, #31932E 100%) !important;
	border-radius: 5px !important;
	border: 1px solid #0A690A !important;
	cursor: pointer !important;
	text-transform:uppercase !important;
	text-decoration:none;
}


/**********
 FORMULAIRE CONTACT

**********/


#joindre_prenom,
#joindre_nom,
#joindre_tel,
#joindre_courriel{

    position:relative; float:left; margin:0px;
    width: 50%;

}

#joindre_prenom span,
#joindre_nom span,
#joindre_tel span,
#joindre_courriel span{ position:absolute; top:32%; left:0px;}

#joindre_prenom input{ width: 150px; margin-left: 70px;}
#joindre_nom input{ width: 150px; margin-left: 70px;}
#joindre_tel input{  }
#joindre_courriel input{ width: 150px; margin-left: 70px;}

#joindre_tel #telephone{ margin-left: 70px;}

#joindre_tel #telephone, #joindre_tel #Telephone2{ width: 30px;}
#joindre_tel #Telephone3{ width: 50px;}



/*************
 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{}



/*************

 css pages sante optimale home

 **/

 #c_santeOpti{
					background: transparent url(../img/separateur_vertical.gif) top left no-repeat;
					margin-left:205px;
					padding:30px 0px 0 24px;
					font-family: Helvetica, Arial, sans-serif;

					}

 #c_santeOpti h2{ font-size:13px; font-weight:700;}

 h1.titreSanteOpt{	background:url(../img/fr/titre_sante_opti.gif) no-repeat top left;
 					width:233px; height:47px; margin-left:15px; margin-bottom:23px;}

h1.titreSanteOpt_en{background:url(../img/en/titre_sante_opti.gif) no-repeat top left;
 					width:233px; height:47px; margin-left:15px; margin-bottom:23px;}

 h1.titreSanteOpt span, h1.titreSanteOpt_en span{ display:none;}

 .blockcontenu{ width:600px;}
 #top_sante{ background:#777878; color:white; padding:12px 0px 20px 12px; width:588px; margin-bottom:20px;}
 #top_sante h2, #top_sante p{ color:white;}
 #top_sante h2{ margin-bottom:5px;}
 #top_sante p{ margin-bottom:5px;}
 #top_sante ul{padding-left:30px; margin-bottom:5px;}

 span.italic{ font-style:italic;}

 #formateurs{ margin-bottom:20px;}
 .block_colonnes{ display:inline; position:relative; float:left;}
 .block_colonnes p{ text-align:justify; padding:0; margin:0 0 5px 0; line-height:13px;}
 .block_colonnes h2{ color:#ed1c24; letter-spacing:-1px; margin-bottom:5px;}
 #sophie{ width:113px; margin-right:15px;}
 #entraineur{ width:186px;}
 #liste_entraineure{width:273px;}
 #liste_nutritionnistes,#nutritionnistes{width:255px; float:right;}

 #liste_entraineure ul, #liste_nutritionnistes ul{ list-style-type:disc; padding-left:14px;}

 /*************
 		css pages sante chronique entraineure
**/

#img_sante_nutri{ width:319px; display:block; float:right; margin:0px 20px 20px 30px;}
#chronique h1{ font-size:25px; font-family:Helvetica, Arial, sans-serif; color:#ea1d25; margin-bottom:30px; line-height:30px;}
#chronique h2{ color:#ea1d25; margin-bottom:10px; font-weight:bold;}
#chronique h2 span{ font-weight:normal;}
#chronique h3{ text-transform:uppercase;}
#chronique p{ margin-bottom:10px; text-align:justify; padding-right:90px;}
#chronique ul { list-style-type:disc; padding-left:16px; margin-bottom:10px;}

#c_santeOpti h3{ margin-left:35px; margin-bottom:10px;}
#c_santeOpti ol h2{color:#777878; margin:5px;}
#chronique ol { padding-left:16px; list-style-type:decimal;}
#chronique ol p{ margin-left:13px;}
#chronique p span{ font-size:11px; font-weight:bold;}
.clear{ clear:both;}

 /*STYLE TABLE ENTRAINEUR*/

#chronique .tab_entraineur{
	border-collapse:collapse;
	border-spacing:0;
	margin-left:30px;
	width:80%;
	margin-bottom:20px;
	border: solid #ccc 1px;
}


#chronique .tab_entraineur td{ padding:5px 0 5px 10px; border:1px solid #dcdadb; width:50%;}

.txt_red{ color:#F00;}
.thumbs{
	margin-right:10px;
	display:inline-block;
	border: 1px solid #CCC; padding:5px;
	margin-bottom:10px;

	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);

}
.last{ margin-right:0px;}

/*

	CRONIQUES 10 --- CING REGLES D'OR

*/

.tab_cinq_regles{
		width:95%;
		border-collapse:collapse;
		margin:0px;
		padding:0px;
		margin-bottom:20px;

}
.tab_cinq_regles th{ padding-bottom:5px; padding-top:5px; text-align:center; color:#F00; font-size:13px; border:1px solid #cac9c9;}
.tab_cinq_regles td{ border:1px solid #cac9c9;}
.tab_cinq_regles .row2{ width:33%;}

.tab_cinq_regles ul{ margin:10px;}
.tab_cinq_regles li{ margin-bottom:5px; list-style-image:url(../img/chronique/crochet.png);}
.tab_cinq_regles span{ display:block; margin:5px; font-style:italic;}

.list_cron10Base{
	margin:0px;
	padding:0px;
	list-style-image:url(../img/chronique/crochet.png);
}
.list_cron10Base li{ margin-left:5px; margin-bottom:4px;}
.list_NonBullet{ margin:0px; padding:0px;}
.list_NonBullet li{ list-style-type:none;}
.list_bullet,.defaut_bullet{ margin:0; padding:0;}
.list_bullet li,.defaut_bullet li{ margin-left:20px;}

.defaut_bullet{ text-align:justify; margin-right:90px;}
.defaut_bullet li{ margin-bottom:10px;}


.pageInfoAliment{

	float:left;
	width:270px;

}


/*Pêche resposable*/

#textVirage{font-family:Arial, Helvetica, sans-serif;}

.virage_bleu{ display:block; margin: 5px 0 24px 0}

.bandeau_peche_respo{ display:block; margin-bottom:17px;}

#textVirage h2{

	color:#ee2d24;
	font-size:18px;
	text-transform:none;


}

.tab_virage_emphesis{ background:#efeeec; padding: 7px 5px 5px 20px; margin-bottom:10px; }
.tab_virage_emphesis li{ margin-bottom:5px; padding-left:25px; padding-bottom:4px; }
.tab_virage_emphesis #num1{ background:url(../img/1.png) no-repeat;}
.tab_virage_emphesis #num2{ background:url(../img/2.png) no-repeat;}
.tab_virage_emphesis #num3{ background:url(../img/3.png) no-repeat;}

#textVirage h3{
	font-size:15px;
	text-transform:none;
	color:#777878;
}


.defaut_them{
    width: 492px;

}

.bold{ font-weight: bold;}


.defaut_them h2{
    color: #ed1c24;
    font-size: 16px;
    text-transform: none;
    margin-bottom: 0px;


}

.defaut_them p{ text-align: justify;}



/* section des smoothie */


.titre_smoothie{ margin-bottom: 10px;}
.logo_smoothie{ margin-bottom: 10px;}
.section_smoothie{ position: relative; margin-bottom: 10px;}
.section_smoothie p{ padding-left: 9px; width: 289px; text-align: justify;}
.section_smoothie h3{ padding-left: 9px; font-size: 16px; font-weight: normal;}

.section_smoothie h2{
    color: #fff;
    font-size: 16px;
    padding: 5px 0 5px 10px;
    margin-bottom: 3px;
}

.section_smoothie img{
    position: absolute;
    right: 12px;
}

.img_agrume{ top: -11px;}
.img_poire{ top: -11px;}
.img_amande{top: -20px;}
.img_mangue{top: -15px;}
.img_carotte{top: -23px;}
.img_banane{top: -11px;}
.img_vanille{top: -10px;}


#titreAgrume{ background: #508657;}
#titrePoire{ background: #d7884a;}
#titreAmande{background: #d4e048;}
#titreMangue{background: #fdbf14;}
#titreCarotte{background: #fbcec4;}
#titreBanane{background: #ca9875;}
#titreVanille{background: #e86f33;}


.titreAgrume{ color: #508657;}
.titrePoire{ color: #923d24;}
.titreAmande{color: #97c73d;}
.titreMangue{color: #fdbf14;}
.titreCarotte{color: #f59698;}
.titreBanane{color: #965a34;}
.titreVanille{color: #e86f33;}

 /*CLEAR FIX */

.clearFixT:before, .clearFixT:after { content: ""; display :table; }
.clearFixT:after { clear: both; }
.clearFixT { zoom: 1; /* IE6&7 */ }

.textJustify{ text-align: justify;}

/* CSS PAGE APPRENTIS*/
.appre_top{ margin-left: 72px;margin-bottom: 38px;}
.appre_top p{ font-size: 13px; color: #000; text-align: center; width: 240px; float: left; }
.appre_top span{ color: #c4161c; text-transform: uppercase; font-weight: bold;}
.appre_main h2{ background: #ff2c0b; color: #fff; font-weight: bold; text-transform: none; position: relative; margin-left: 18px; margin-right: 325px; padding: 2px 0; }
.appre_main h2 img{ position: absolute;}
.appre_main .appre_titre_carotte{ padding-left: 38px;}
.appre_main .appre_titre_carotte img{ top: -38px; left: -18px;}
.appre_main .appre_titre_tomate, .appre_main .appre_titre_brocoli{ margin-left: 40px; padding-left: 16px; }
.appre_main .appre_titre_tomate img{ top: -15px; left: -35px;}
.appre_main .appre_titre_brocoli img{ top: -25px; left: -23px;}
.appre_p_top { margin: 0 0 30px 58px;  width: 503px;}
.appre_sec{ margin-left: 58px; position: relative; width: 417px;}
.appre_caro_g { position: absolute;  right: -127px; top: -50px;}
.appre_broco_g{ position: absolute; top: 222px; right: -100px;}
#textdefault .appre_sec h3{color: #ff2c0b; margin-bottom: 5px;  padding: 0px; }
#textdefault .appre_sec p{ margin-bottom:10px;}
.appre_last{ color:#ff2c0b; font-weight: bold; padding-top: 25px;}
.appre_tomate_g{ float: left; display: block; margin: 0 15px 0 10px; }


.beautiful_button_fr{
   
		position:absolute;
		top:1150px;
		left:40px;
		
		
    padding: 10px;

    border: 1px solid #5FB746; /* stroke */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #5FB746; /* layer fill content */
    -moz-box-shadow: 0 0 0 4px rgba(0,0,0,.05); /* outer glow */
    -webkit-box-shadow: 0 0 0 4px rgba(0,0,0,.05); /* outer glow */
    box-shadow: 0 0 0 4px rgba(0,0,0,.05); /* outer glow */
    background-image: -moz-linear-gradient(bottom, #5FB746 0%, #C5E2BA 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #5FB746 0%, #C5E2BA 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #5FB746 0%, #C5E2BA 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #5FB746 0%, #C5E2BA 100%); /* gradient overlay */

    color: #fff !important; /* text color */
    font-family: "Helvetica Neue";
    font-size: 35px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0,0,0,.35); /* drop shadow */ 
}


.beautiful_button_en{
   
		position:absolute;
		top:1150px;
		left:40px;
		padding: 10px;

    border: 1px solid #5FB746; /* stroke */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #5FB746; /* layer fill content */
    -moz-box-shadow: 0 0 0 4px rgba(0,0,0,.05); /* outer glow */
    -webkit-box-shadow: 0 0 0 4px rgba(0,0,0,.05); /* outer glow */
    box-shadow: 0 0 0 4px rgba(0,0,0,.05); /* outer glow */
    background-image: -moz-linear-gradient(bottom, #5FB746 0%, #C5E2BA 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #5FB746 0%, #C5E2BA 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #5FB746 0%, #C5E2BA 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #5FB746 0%, #C5E2BA 100%); /* gradient overlay */

    color: #fff !important; /* text color */
    font-family: "Helvetica Neue";
    font-size: 35px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0,0,0,.35); /* drop shadow */ 
}

/*Nouvelle css pour la page*/


.travail_layout h2{
	font-size:1.2em;
	
}
.travail_layout h3{
	margin-bottom:10px;
	
}
.travail_layout  table{
	border-collapse:collapse;
	
}

.travail_layout  table td{ padding-bottom:5px;}



.travail_layout .type{
	width:30%;
	padding-bottom:15px;
	
}


.travail_layout ul{ list-style-type:disc; margin-left:15px; margin-bottom:20px; width:90%;}
.travail_layout ul li { padding-bottom:5px;}


/*MODIFICATION DE LA PAGE CIRCULAIRE*/

.wrap_circulaire{width:690px; margin-left:206px; margin-top:20px; font-size:15px; padding-left:24px; padding-top:33px; position:relative; border-left:1px #d1d1d1 solid; zoom:1;}

.wrap_circulaire:before, .wrap_circulaire:after{
	content: "";
	display: table;
}
.wrap_circulaire:after{ clear:both;}


.wrap_table{ width:160px; margin-right:10px; float:left;}

.circulaire_section{
	float:left;
	width:50%;
}
.circulaire_section .links{ text-decoration:underline; margin-bottom:20px; display:block;}
.circulaire_section .links:hover{ text-decoration:none;}
.section_epicerie .links{ color:#ee3124;}
.section_boutique .links{ color:#62bb47;}



.name_section{ position:relative; padding-left:45px; text-transform:uppercase;}

.name_section a{ position:absolute; top:-80%; display:block; left:0px;}

.table_coordonnes{
	
	    font: 11px  Arial, Helvetica;     
		background: #fff;      
		color: #333;
		width: 160px;
		_display: inline; /* IE6 double margin fix */
		position: relative;
		margin-bottom:10px;
		margin-right:10px;
		
	 -moz-box-shadow:  0 0 1px rgba(0,0,0,.03); /* outer glow */
     -webkit-box-shadow: 1px 1px 0 1px rgba(0,0,0,.03); /* outer glow */
      box-shadow: 0 0 0 1px rgba(0,0,0,.03); /* outer glow */
	  border-radius:5px;
	  -moz-border-radius:5px;
	  -webkit-border-radius:5px;	
	
}



.table_coordonnes .header{
	    position: relative;
		font-size: 11px;
		padding: 5px 5px;
		background-color: #f6f6f1;
		border:1px solid #f6f6f1;
		color:#000;
		font-weight:bold;
		text-transform:uppercase;
	
}

/*.table_coordonnes .epicerie{
	background-color: #f9f9f6;
	border:1px solid #f9f9f6;
}
*/
.table_coordonnes ul{
	
	    margin: 0;
		padding:0 3px;
		list-style: none;
		border-left:1px solid #f6f6f1;
		border-bottom:1px solid #f6f6f1;
		border-right:1px solid #f6f6f1;
}
.table_coordonnes li{ padding: 4px 3px; border-bottom:1px dotted #dedede;}

.table_coordonnes li:last-child{ border:none;}


/* LE MUST DE RACHELLE_BERY*/
#text .lemust_img{
	position:absolute;
	right:-100px;
	top:0px;
}



/* atelier de cuisine */

.atelier h2.main{
	
	font-size:18px !important;
	padding:0;
	margin:0;
}




.atelier .intro div{

    width: 90%;
	padding-top:20px;
 
}

.atelier .intro h2{

    color:#75a0c3;
    font-size: 14px;
    font-weight: bold;
}

.atelier .intro p{
    color: #665d52;
}

.atelier .intro span{
    color:#75a0c3;
	font-weight:bold;
}

.manger_bien{ margin-bottom: 20px;}

.manger_bien h2{ font-weight: bold; }


.manger_bien span{ text-transform: uppercase; color: #e51331; font-weight: bold}


.section_gabrielle_samson h2{
	
	font-weight:bold;

}

/*tableau le must*/

.tab-default{
    float: left;
}
.tab-default h3{

    margin-bottom: 5px;

}
.rb_col3{

    width: 32%;
    margin-right: 10px;
}

.no_margin_rigth{
     margin-right: 0;
}


.ateliers_horaires h2{
	
	color:#75a0c3;
    font-size: 14px;
    font-weight: bold;
}


.ateliers_horaires h3{
	
    font-size: 14px;
    font-weight: bold;
	padding-bottom:10px;
}

.ateliers_horaires span{ font-weight:bold;}
.ateliers_horaires ul{ margin-left:10px;}
.ateliers_horaires ul li{ margin-bottom:5px;}

.adresse{
	background:#F3F2ED;
	padding:10px;
	margin-bottom:10px;
	
}

.adresse p:first-child{
	font-weight:bold;
}




/* Nouvelle page contact*/


.accord-header{

    background:#EFEEEC;
    font-weight: bold;
    padding:  5px;
    font-size: 15px;
    margin-bottom: 5px;
}
.accord-header span{float: right;}



.accord-content {


    padding: 15px 10px;
    border: 1px solid  #efeeec;
    margin-bottom: 5px;
    

}

.accord-header:hover{

    cursor: hand;
}


  .accord-content a{ text-decoration: underline; color: ececec;
}


.list-normal{ margin-left:15px; list-style-type:disc; width:90%;}
.list-normal li{ margin-bottom:5px;}


 /* css capsules de gout*/

.wrap_capsule_gout p{ line-height: 18px;}


/*utilities*/
.row{

   margin-right: -15px;
   margin-left: -15px; 
}


 clearfix:before,
 .tab-links,
.clearfix:after,
.row:before,
.row:after{
    
    display: table;
    content: " ";
}
.tab-links,
.clearfix:after,
.row:after{
    clear: both;
}
.floatleft{ float: left;}
.floatright{ float: right;}


 .titre_webfont{
      
      font-family: Muli, Arial, Helvetica, sans-serif;
      color: #f32f34;
      font-size: 32px;
      font-weight: normal;
      margin-bottom: 40px;
      letter-spacing: -1px;

 }

 .wrap_capsule_gout h2{
    
    text-transform: none;
    font-weight: bold;
    font-size: 18px;
 }

 .tabs{
        
    width: 100%;
    display: inline-block;

 }

 .tab-content{
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
 }

 .tab{ display: none;}
 .tab.active{ display: block;}

 .tab-links li{
    
    margin: 0px 5px;
    float: left;
    list-style: none;

 }

.tab-links a{
     padding: 9px 15px;
     display: inline-block;
     border-radius: 3px 3px 0px 0px;
     border-left: 1px solid #e3e3e3;
     border-top: 1px solid #e3e3e3;
     border-right: 1px solid #e3e3e3;
     background: #ffffff;
     font-weight: bold;
     color: #b0b0b0;
     transition:all linear 0.15s;
     text-decoration: none;
}

.tab-links a:hover{

    background: #f8f4f0;
}
li.active a, li.active a:hover{
    background: #b0b0b0;
    color: white;
}

.col-2,.col-full{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-2,.col-full{
    float: left;
}

.col-2{
     width: 45%;
}

.img-thumbnail {
  display: inline-block;
  
  height: auto;
  padding: 4px;
  margin-right: 10px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.pastille_gout{ margin-left: 10px;}

.separateur{
    border-top: .13em dotted #d1d1d1;
}

.row{ margin-bottom: 20px;}

.col-full{
    
    width: 95%;
}

.p-woutter_en{ padding-top: 40px;}

.choix_p{
     font-size: 18px;
     background: #eeeeee;
     padding: 10px;
}
.video_content{ margin-bottom: 10px;}


.choix_p span{

    color: #f32f34;
    font-size: 18px; 
}

.p-woutter-intro img,.choisir-couleur img, .choisir-sensation img{ margin-right: 10px; float: left;}
.p-woutter-intro p{ margin-top: 10px;}
.p-woutter-intro span{ font-weight: bold;}

.combine-couleur img{ width: 35%; }
.color-unique img{ width: 17%; }

.douce img{ width: 25%}
.amere img{ width: 20%}
.tranchante img{ width: 25%}
.acidulee img{ width: 20%}
.ronde img{ width: 20%}
.mordante img{ width: 25%}
.liquoreuse img{ width: 25%}
.epicee img{ width: 20%}
.fumee img{ width: 25%}

#capsules_de_gout_footer{
    width:200px;
    height:75px;
    float: right;
    margin-right: 27px;
}


.text .default-link{ text-decoration:underline;}


/* page-mieux-manger  */

.content-mieux-manger{

    margin-left: auto;
    margin-right: auto;
    width: 931px;

}
.grid-2,
.grid-3,
.grid-4,
.grid-12{
  float: left;  
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
}


.content-mieux-manger .grid-12{

  width: 924px;
  
}
.content-mieux-manger .grid-3{
    width: 303px;
}
.content-mieux-manger .grid-4{
    width: 611px;
    float: right;
}

.last-grid{

    float: right;
}

.content-mieux-manger .alpha {
    margin-left: 0;
}

.content-mieux-manger .omega {
    margin-right: 0;
}

/**********PAGE JOB******************/
.job-main ul{
    margin-bottom: 10px;
}

.job-main li{

    margin-left:15px;
    list-style: disc;
    padding-bottom: 8px;

}

/* confidentialité*/

.content-mieux-manger .wrapper-in{
    margin: 30px 50px 10px 50px;
}

.po-liste{
  list-style-type:decimal;
  margin-bottom:10px;

}

.po-liste ol{
	
	list-style-type:upper-alpha;
	margin-top:10px;
	margin-left:15px;
}
.po-liste ol li{ margin-bottom: 5px;}


/* Rubrique sante especial*/

body#ressources #photo{
	float:right;
	margin-right:-125px;
	margin-top:-37px;
	margin-left:10px;
	
}

.justify-text{
	text-align: justify;
}

.combo-arrow{
	    width: 30px !important;
		height: 20px !important;
		padding:5px 5px 5px 5px;
		margin-top:-10px;
		background-color:#E0ECE4 !important;
}
.combobox-item-selected{
	background-color:#D8D8D8 !important;
}

.combobox-item-hover{
	background-color:#D8D8D8 !important;
}

.enfant-table , .enfant-td , .enfant-th {    
    border: 1px solid #ddd;
    text-align: left;

    border-collapse: collapse;

    padding: 15px;
}


/*css pour la table sondage*/


.table-sondage{
    
    
        border:1px solid #d3d3d3;
        background:#fefefe;
        width:100%;
        margin:5% auto 0;
        -moz-border-radius:5px; /* FF1+ */
        -webkit-border-radius:5px; /* Saf3-4 */
        border-radius:5px;
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);


}

.table-sondage th, .table-sondage td{

    padding:18px 28px 18px; text-align:center;
}
.table-sondage th{
    padding-top:22px; text-shadow: 1px 1px 1px #fff; background:#e8eaeb;
}

.table-sondage td{
    border-top:1px solid #e0e0e0; border-right:1px solid #e0e0e0;
}
/*.table-sondage tr.odd-row td {background:#f6f6f6;}
    
.table-sondage td.first, th.first {text-align:left}
    
.table-sondage td.last {border-right:none;}*/

