/*@charset "utf-8";*/
/*couleur principale bleu : #29ABE2*/
body {
	width:100%;
	margin:0;
	padding:0;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}


html, body, #wrapper { 
   min-height: 100%; /*Sets the min height to the   height of the viewport.*/  
   width: 100%;  
   height: 100%; /*Effectively, this is min height   for IE5+/Win, since IE wrongly expands   an element to enclose its content.   This mis-behavior screws up modern    browsers*/  
   margin: 0;  
   padding: 0;  
}
   
html>body, html>body #wrapper {  height: auto; /*this undoes the IE hack, hiding it   from IE using the child selector*/  }
  
A IMG{
	border:none;
}  
#wrapper {  
	position: absolute;  
	top: 0;  
	left: 0;  
	
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	
}  
	
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #000;
	color:#FFF;
	height:70px;	
	text-align:left;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;

}  
A{
	color:#000;
}
	 
#footer A{
	color:#FFF;
}
#footer A:hover{
	color:#29ABE2;
}
	 
#main {
	margin-bottom: 70px; /*Modify value as needed for    footer height.*/
	height: auto;
	padding: 0;
	
	background-image: url(../images/bg_contenu.gif);
	background-repeat: repeat-x;
	background-position: left 110px;background-color:transparent;
	text-align: left;
}
DIV.blog{
	position:absolute;
	top:20px;
	left:715px;
	margin-left:70px;
}
.couleur{
	color:#29ABE2;
}
TD.logo{
	width:255px;
}

TD.slogan_entete{
	font-size:22px;
	font-weight:bold;
	color:#595959;
	padding-left:37px;
	padding-top:15px;
}


TABLE.deux_colonnes{
	width:890px;
	margin-left:18px;
	margin-top:20px;
	text-align:justify;
}
TABLE.deux_colonnes TD.ombre{
	padding-left:7px;
	padding-right:7px;
}
.fondgris{
	background-color:#F1F1F1;
}
TD.ombre{
	background-color:#FFF;
	background-image: url(../images/bg_td.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-bottom:1px solid #EBEBEB;
	height:200px;
}
P{
	margin:0;
}
.smallH_un{
	font-size:17px;
}
H1{
	margin:10px 0 2px 0;
	font-size:32px;
	color:#4d4f57;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
H2{
	margin:0;
	font-size:16px;
}
H3{
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:normal;
}
H4{
	margin:0;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
}

H5{
	margin:5px 0 2px 0;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#6b6969;
}

TABLE.sous_bloc{
	width:100%;
	background:#FFF;
	height:162px;
	margin-top:10px;
	border:1px solid #EBEBEB;
	border-top:3px solid #000;
	padding:7px;
	padding-top:7;
	text-align:justify;
	
}

.HR{
	display:block;
	height:1px;
	border-top:1px solid #CCC;
	margin-top:2px;
	margin-bottom:5px;
}

TABLE.sous_menu{
	width:910px;
	padding-left:18px;
	padding-top:15px;
	color:#FFF;
	font-size:12px;
}

.sous_menu A {
	text-decoration:none;
	color:#FFF;
}
.sous_menu A:hover {
	color:#29ABE2;
}


A.fleche_bleu{
	background-image: url(../images/fleche_off.png);
	background-repeat: no-repeat;
	background-position: right  bottom;
	padding-right:25px;
	text-decoration:none;
	font-size:13px;
	color:#006a97;
	padding-top:3px;
}
A.fleche_bleu:hover{
	background-image: url(../images/fleche_on.png);
	color:#29ABE2;
}

TABLE.poissons TD H6{
	color:#FFF;
	font-weight:normal;
	font-size:11px;
	margin:0;
	padding-top:2px;
	padding-bottom:2px;
	
	margin-bottom:20px;
	background:#000;
	text-transform:uppercase;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
TABLE.poissons TD{
	border-top:1px solid #FFF;
	text-align:center;
	padding:0px;
}
TABLE.poissons TD A{
	text-decoration:none;
}
TABLE.poissons TD H6{
	color:#FFF;
}
TABLE.poissons TD H6:hover{
	background:#29ABE2;
	color:#FFF;
}

H6.latin {
	font-size: 12px;
	font-style: italic;
	margin:0;
	font-weight:normal;
	margin-bottom:5px;	
}

TD.listePoissons{
	width:120px;
	font-size:13px;
	text-transform:none;
	text-align:right;
	padding-right:7px;
}

TD.listePoissons A{
	text-decoration:none;
	color:#000;
	font-weight:normal;
	padding-right:10px;
	padding-left:10px;
}

TD.listePoissons A.selection{
	color:#000;
	font-weight:bold;
	background-image: url(../images/fleche_noire.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
}
TD.listePoissons A:hover{
	color:#29ABE2;
	font-weight:bold;

	background-image: url(../images/fleche_noire.gif);
	background-repeat: no-repeat;
	background-position: right 8px;

}
LI.selection A,LI.selection A:active,LI.selection A:visited{
	color:#000;
}
TABLE.fiche{
	margin-top:15px;
	border-bottom:7px solid #000;
}
TD.imageFiche{
	/*background-image: url(../images/bg_fiche.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;*/
	/*border-right:1px solid #EBEBEB;*/
}

TD.imageFiche H2{
	font-size:11px;
	font-weight:normal;
	color:#000;

	padding-bottom:5px;
	padding-top:5px;
}
TABLE.fiche  H1{
	border-bottom:1px solid #CCC;
}
TABLE.fiche TD{

}
.destacado{
	font-weight:bold;
	font-size:13px;
	margin-top:5px;
	margin-bottom:5px;	
	color:#29ABE2;
}

.notes{
	color:#666;
}

.cgv P{
	margin-bottom:15px;
}

UL, OL{
	margin:0;
}
.cgv OL LI {
	margin-bottom:15px;
}

TABLE.infoTroisCol TD{
	padding-left:20px;
	text-align:justify;
	
	background-image: url(../images/bg_fiche.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	
	border-bottom:3px solid #000;
}


TABLE.infoTroisCol TD H2{
	font-size:17px;
	font-weight:bold;
	color:#29ABE2;
}

TABLE.recettes{
	margin-right:35px;
}
TABLE.recettes TD{
	width:133px;
	text-align:left;
	padding:0px;
}
TABLE.recettes TD A{
	text-decoration:none;
}

TABLE.recettes TD.lienRecettesNoir{
	background:#000;
	color:#FFF;
	text-transform:uppercase;
	text-align: center;
}
TABLE.recettes TD.lienRecettesNoir:hover{
	background:#29ABE2;
	color:#FFF;
}
TD.lienRecettesNoir A{
	color:#FFF;
}

TABLE.recettes TD.recettes{
	text-align:left;
	padding:0px;
	border-bottom:1px solid #CCC;
}

TABLE.carte{
	padding:0;
	margin:0;
	width:auto;
	background-image:none;
	background-color:#FFF;
	border-bottom:none;
}

TD.carte{
	text-align:center;
	font-size:11px;
	font-weight:normal;
}

TD.carte SELECT{
	font-size:10px;
}

TABLE.contact{
	width:890px;
}

TABLE.contact INPUT,TABLE.contact TEXTAREA{
	width:300px;
	padding:2px;
	margin-bottom:3px;
}

TABLE.contact TEXTAREA{
	width:302px;
	height:200px;
}


TABLE.contact INPUT.bouton{
	width:240px;
}
/*******************************************************************/
DIV.flashhome{
	height:177px;
	margin:0;
	padding:0;
	border:none;
}
/*******************************************************************/
@media print {
	#chromemenu {display:none}
	#flashhome {display:none}
	#flashhome2 {display:none}
}

/*******************************************************************/
TABLE.tarifs_livraisons{
	margin:0;
	padding:0px;
	border-top:1px solid #333;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
TABLE.tarifs_livraisons TD{
	border-bottom:1px solid #CCC;
}
TABLE.tarifs_livraisons TD.tit{
	font-weight:bold;
	padding:1px 3px 2px 3px;/* HAUT DROITE BAS GAUCHE*/
	border-right:1px solid #CCC;
}
TD.zones{
}
TD.caisses{
font-weight:bold;
}
TD.alignementDroit{
	padding-right:7px;
	text-align:right;
	border-right:1px solid #CCC;
	font-size:12px;
}
TD.bordsGauches{
	padding-left:7px;
	border-left:1px solid #CCC;
}
TABLE.tarifs TD{
	white-space:nowrap;
	border-bottom:1px solid #CCC;
}
TABLE.tarifs,TABLE.tarifs TR,TABLE.tarifs TD{
	background:#FFF;
	background-image:none;
}
.selectC1{
	background:#309bd9;
	color:#FFF;
}
.selectC2{
	background:#a0d6fc;
	color:#000;
}

/*******************************************************************/
TD.joursemaine{
	padding:0;
	padding-left:3px;
	font-weight:bold;
	font-size:11px;
	text-align:right;
}
/*******************************************************************/
/*TABLE NUTRITION*/
TABLE.admintable{
	text-align:left;
	border-bottom:1px solid #ccc;
}
TABLE.admintable TH{
	/*background-color:#007DEB;*/
	background-image:url(../images/bg_head_table_nutrit-middle.gif);
	background-repeat:repeat-x;
	background-position:top left;
	
	color:#FFF;
	text-align:center;
	padding:0;
	text-transform:uppercase;
	font-size:11px;
	padding-left:2px;
	padding-right:2px;
	border:none;
	height:18px;
}
TABLE.admintable TH.left{
	background-image:url(../images/bg_head_table_nutrit-left.gif);
	background-repeat:no-repeat;
}
TABLE.admintable TH.right{
	background-image:url(../images/bg_head_table_nutrit-max.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:30px;
}
TABLE.admintable TH.moy,TABLE.admintable TH.min{
	width:30px;
}
TABLE.admintable TD{
	border:none;
	pading-top:3px;
	padding-bottom:3px;
	padding-left:1px;
	padding-right:2px;
	
	border-top:1px solid #EBEBEB;
	/*white-space:nowrap;
	border-left:1px solid #CCC;*/
}

TABLE.admintable TD.td1{
	font-weight:bold;
}

TABLE.admintable TR.top_tr TD{
	border-top:1px dotted #007DEB;
}
TABLE.admintable TD.nb,TABLE.admintable TD.nb2{
	text-align:right;
	font-weight:bold;
	font-size:12px;
	color:#333;
}
TABLE.admintable TD.nb2{
	border-right:1px solid #CCC;
}

TABLE.admintable TR.nutrit {
	cursor:pointer;
}

P.fiche_conseils A{
	color:#006699;
	text-decoration:none;
}
P.fiche_conseils A:hover{
	color:#000;
	text-decoration:underline;
}
TD.ombre A{
	text-decoration:none;
}
TD.ombre A:hover{
	text-decoration:underline;
}

TD.ombre H1 A:hover{
	text-decoration:none;
}

TABLE.cout_livraison{
	background-color:#FFFFFF;
	color:#000;
	font-size:12px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #666;
}

TABLE.cout_livraison TD{
	padding-left:3px;
	padding-right:3px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px solid #000;
	background-color:#EBEBEB;
	text-align:center;
}
TABLE.cout_livraison TH{
	text-align:center;
	padding-left:3px;
	padding-right:3px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px solid #666;
	color:#29ABE2;
	font-weight:bold;
}
