/**
 * 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 {
	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;
}

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: 1px solid #a7a6aa;
}
.textField {
	margin-bottom: 16px;
}

.inputButton, .cancelButton {
	border: 0px solid black;
	background-color: #ee2e24;
	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;
}

#content h1#titrePage span, #content h1#titrePage1 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;
}

#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;
	 
	
}