/* Global styles */

a img {
	border-style:none;
}


/* START:notice */
#display_notice {
  background-color: rgb(248,236,7);
  font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:0.9em;
  border: 2px solid gray;
  padding: 1em;
   margin-left: 20px;
   margin-right: 20px;
}
#notice {
   position: absolute;
   margin-left: 16ex;
   background-color: white;
   width:500px;
   z-index: 5000;
  border: 2px solid gray;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/* site pour gérer l'overlay avec IE6 http://www.dolem.com/forum/showthread.php?tid=6*/
html>body .overlay{left: 0;}

.overlay {
   display:block;
   position:absolute;
   left:0;
   top:0;
   width:100%; 
   _width: 1200px; /* read by IE only */
   height:1000px;
   z-index:100;
   opacity:0.5;
   filter: alpha(opacity=50);  /* pour gérer la transparance avec IE6 */
   background-color: #fff;
}
/* END:notice */


/* Styles for main page */

#banner {
  background: #ff9933;
  background-image: url(/images/bannertop.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  height:255px;
  padding-top: 10px;
  font: small-caps 40px/40px "Times New Roman", serif;
  color: #ff9933;
  text-align: center;
}

#banner img {
  float: left;
}


#main {
  background: #ff9933;
  margin-left: 0em;
/* width with no right column*/
/*  width : 930px; */
/* width with right column*/
  width : 1080px;
  margin:0 auto; /* centrage */
  height: 100%;			/* to be abble to have all 3 column at 100% height whether with IE, FF */
  font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
#columns {
  background: #ff9933;
  height: 100%;
}
#left_side {
  float: left;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 175px;
  height: 100%;
  background: #ff9933;
  background-image:url(/images/leftside.jpg); 
  background-repeat:no-repeat;
}

#center {
  float: left;
  padding-bottom: 1em;
  width: 806px;
  height: 100%;
  background: white;
  background-image: url(/images/centerleft.jpg);
  background-repeat:no-repeat;
  background-position: right;
}
/*#right_side {*/
/*  float: left;*/
/*  padding-top: 1em;*/
/*  padding-bottom: 1em;*/
/*  width: 150px;*/
/*  height: 100%;*/
/*  color: white;*/
/*  background: #ff9933;*/
/*  background-image:url(/images/leftside.jpg); */
/*  background-repeat:no-repeat;*/
/*}*/
#footer {
  background: #ffffff;
  padding-top: 10px;
  font: small-caps 40px/40px "Times New Roman", serif;
  color: #ff9933;
  width:800px;
  text-align: center;
}
#footer_info {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    text-decoration: none;
    color: blue;
    text-align:center;
}
#footer_info a {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    text-decoration: none;
    color: blue;
}
.footer_info {
    padding-top:3px;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    text-decoration: none;
    color: #000;
    text-align:center;
}
.footer_info a {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    text-decoration: none;
    color: blue;
}
/* information de connexion */
#accountinfo {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    text-align:right;
    padding-right: 1ex;
}

/* style for the menu */
#menu {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:  0.9em;	
}
#menu ul {
    list-style-type: none;
    padding: 2ex;
    margin:0;
} 

#menu li {
   margin-bottom: 5px;
   color: white;
}

#menu a {
   margin: 0 0px;
   width: 130px; 
   height: 20px;
   display: block;
   text-align: left;
   padding-left: 1ex;
   border: 1px solid gray;
   text-decoration: none;
   color: white;
   background: #ff9933;
   font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
   font-size:  0.9em;	
}
	 
#menu a:hover {
    background: #ff4500;
    color: black;
    border: 1px solid gray; 
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:  1em;	
    font-weight:bold;
}

/* Style for home page with the 4 sections */
#home td {
	vertical-align:top;

}
.border_box {
	background: url(../images/border_tl.png) no-repeat top left;
}
.border_top {
	background: url(../images/border_tr.png) no-repeat top right;
}
.border_bottom {
	background: url(../images/border_bl.png) no-repeat bottom left;
}
.border_bottom div {
	background: url(../images/border_br.png) no-repeat bottom right;
}
.border_content {
	background: url(../images/border_r.png) top right repeat-y;
}

.border_top div,.border_top,
.border_bottom div, .border_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.border_content, .border_bottom {
	margin-top: -19px;
}
.border_content { padding: 0 15px; }

#hasard_section, #rec_section, #ing_section, #news_section {
margin:auto;
width:390px;
}
#hasard_section {
    text-align:center;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
 }

#rec_section h3, #news_section h3, #ing_section h3, #hasard_section h3  {
font-size:  1em;	
text-align:center;
padding-top:0.1ex;
background-color: #fff;
color: gray;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-weight: bold;
font-style: italic;
}
#rec_section .orange, #news_section .orange, #ing_section .orange, #hasard_section .orange  {
color: #ff9933;    
}

#ing_section td {
padding-left:45px;
}
.month {
padding-left:15px;
color: gray;
font-size:  1em;	
font-weight: bold;
}

/*#news_section h3 {*/
/*font-size:  0.9em;	*/
/*text-align:center;*/
/*padding-top:0.1ex;*/
/*background-color: #FFD700;*/
/*font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;*/
/*}*/
/*#ing_section h3 {*/
/*font-size:  0.9em;	*/
/*text-align:center;*/
/*padding-top:0.1ex;*/
/*background-color: #FFC0CB;*/
/*    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;*/
/*}*/
/**/
/*#hasard_section h3 {*/
/*font-size:  0.9em;	*/
/*text-align:center;*/
/*padding-top:0.1ex;*/
/*background-color: #98FB98;*/
/*    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;*/
/*}*/
#hasard_section p, #rec_section p, #ing_section p, #news_section p {
font-size:0.8em;	
text-align:left;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.more_news {
    font-size:  0.8em;	
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    text-align:right;
    padding-bottom:1ex;
    padding-top:1ex;
    margin-bottom:11px;
}
.date {
    font-size:  0.8em;	
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.statistic {
    font-size:  0.8em;	
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    padding-top:1em;
    padding-left:6em;
}
#news_section a, #rec_section a, #ing_section a, #hasard_section a {
   font-size:  0.9em;	
   text-decoration: none;
   color: blue;
   font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
#spinner_news, #spinner_rec, #spinner_rand, #spinner_ing {
    position:absolute;
   padding-left:10em;
   padding-top:3em;
    z-index: 500;
}

/* Styles for search forms */

#search_form, #search_form_ing, #search_form_type {
    position: absolute;
	margin-left: 15ex;
    border:solid 1px;
	background-color: white;
	width:500px;
	z-index: 1000;
}

.head_search {
  color: white;
  background: #ff4500;
  padding: 0.2em 1em;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:0.9em;
}
.label_search {
	width:455px;
}
.closeform {
    width:5px;
    text-align:right;
}

#search_form  .champs,#search_form_ing  .champs, #search_form_type  .champs  {
  margin-top: 3ex;
  margin-bottom: 1ex;
  margin-left: 1ex;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:0.9em;

}

#search_form .submit, #search_form_ing .submit, #search_form_type  .submit {
  margin-left: 5ex;
}	 

/* Style for recipe list */

#list_recipe {
	padding-left: 20px;
	color: black;
}

.spinner_recipe {
    width:18px;
}
#search_string {
	color: #0000CD;
}

.caddy_rec, .diff_rec {
	padding:0;
	margin:0;
        width:47px
}
.price_rec {
    padding:0;
    margin:0;
    width:75px;
} 
.photo_rec {
	padding:0;
	margin:0;
        width:53px    
}
.name_rec {
    font-size:  1em;	
    padding-left: 10px;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    width:450px;
}
.show {
    font-size:0.9em;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    width:25px;
}
.delete {
    font-size:0.8em;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    padding-right: 1em;
}

/* style for recipe display */
/* frame */
.border_box_yellow {
	background: url(../images/border_tl_yellow.png) no-repeat top left;
	margin-bottom:2px;
}
.border_top_yellow {
	background: url(../images/border_tr_yellow.png) no-repeat top right;
}
.border_bottom_yellow {
	background: url(../images/border_bl_yellow.png) no-repeat bottom left;
}
.border_bottom_yellow div {
	background: url(../images/border_br_yellow.png) no-repeat bottom right;
}
.border_content_yellow {
	background: url(../images/border_r_yellow.png) top right repeat-y;
}

.border_top_yellow div,.border_top_yellow,
.border_bottom_yellow div, .border_bottom_yellow {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.border_bottom_yellow, .border_content_yellow {
	margin-top: 1px;
}

.border_content_yellow { padding: 0 10px; }

#show_recipe {
    margin: 1ex;
}
#show_recipe table {
	width: 100%;
}
#ingredients table {
	width:70%;
        font-size:0.9em;
}
#general {
	padding-top:0;
}#general table {
	width:70%;
        font-size:0.9em;
}
.top_recipe {
	padding: 1ex 1ex 1ex 0;
}
.top_rec_left {
	text-align: left;
}
.top_rec_right {
	text-align: right;
	vertical-align :middle;
}
.top_rec_right1 {
	text-align: center;
	vertical-align:top;
    font-size:  0.8em;	
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
.top_rec_name {
    text-align: left;
    font-size:  0.9em;	
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
.closeLink a:hover {
	  background-image:url(/images/closeLinkRed.jpg); 
}
#vote, #nb_comments {
    border-left:10px solid #FFFFFF;
    float:right;
/*    margin:6px 0pt 10px;*/
    text-align:center;
    width:50px;
    font-size:  0.9em;	
    font-family: Verdana,Arial,Helvetica,sans-serif;
}


.num_vote, .num_comment {
    border:2px solid #FDD98D;
    display:block;
    font-size:26px;
    font-weight:bold;
    line-height:36px;
    background: #FEFEE4;
    text-align:center;
    padding: 5px;
    width:40px;
}

.button_comment, .button_vote {
    width:40px;
}
.bouton {
    border:2px solid #FDD98D;
    display:block;
    padding:1px;
    background:#FDD98D;
    font-weight:bold;
    color:#000;
}
#nb_comments a {
    text-decoration:none;
}
#nb_comments table {
    width:50px;
}
/* comments */
#recipe_comments {
    width:500px;
    margin: 0 auto;
}

#note_comment {
    width:500px;
    margin: 0 auto;
    font-size:0.9em;
}
.one_comment {
    margin-top:1ex;
    border:1px solid;
    border-color:#DDDDDD;
    background-color:#EEEEEE;
}

.id_user {
/*    border-bottom:1px dotted #CCCCCC;*/
    font-size:  0.8em;
    color:#666666;
    text-decoration:underline;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align:left;
    vertical-align:bottom;
}
.user_icon {
    width:48px;
}
.text_comment {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:  0.9em;
    padding-top:5px;
    padding-left:5px;
}
#news_form_comment,#form_comment {
    margin: 2px auto;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:  0.9em;
    width:498px;
    padding:3px;
    border:1px solid;
    border-color:#DDDDDD;
}
.yacaph {
    width: 270px;
    background-color:#EEEEEE;
    border: 1px solid #bfd7ed;
    margin:0 auto;
  font-size:0.8em;
    padding-top:1px;    
}
.yacaph label {
    text-align:center;
    margin:0 auto;
    
}
.yacaph input {
    text-align:center;
    margin-left:40px;
    
}
 
/*.bouton a hover {*/
/*    font-weight: bold; */
/*    color: white;*/
/*    text-decoration: none;*/
/*    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;*/
/*}*/

.rec_name {
	text-align: center;
}
.name_rec {
	color: black;
}
.name_rec a {
    text-decoration:none;
         font-size:0.9em;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    color:blue;
}
.label {
	font-weight: bold;
         font-size:0.9em;
}
#rec_description {
         font-size:0.9em;
}
/* Pagination section */
.pagebar {
margin:0px;
padding-bottom:10px;
padding-top:20px;
text-align:center;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 0.9em;
}
.pagebar a {
background:#FFFFFF none repeat scroll 0%;
border:1px solid #ddd;
padding:2px 6px;
text-decoration:none;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 0.9em;
}

.currentpage {
background:#FFFFFF none repeat scroll 0%;
font-weight:bold;
padding:2px 6px;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 0.9em;
}
.pagebar a:hover {
background:#ff9933 none repeat scroll 0%;
border-color:#ff9933;
color:#FFFFFF;
text-decoration:none;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 0.9em;
}

.numberofpage { 
    padding: 2px 3px; 
    border: 1px solid #ddd; 
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 0.9em;
}


/* Styles for the caddy in the sidebar */

#caddy {
}
#caddy, #caddy table {
  font-size: small;	
  color:     black;
}

#caddy table {
  border:    1px dotted #595;
  margin-bottom: 10px;
  margin: 1ex;
  background: yellow;
  width: 90%;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:  0.8em;	

}
#caddy form {
	margin: 0; /* this allow to override te default 1.33em margin in IE */
}
#nbper_tot {
	width:2ex;
}
.caddy-title {
	text-align: center
}
.nbrec {
    padding: 0 4px; 
    border: 1px solid #ddd; 
    font-weight: bold; 
    background:#417690; 
    color:#f4f379; 
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 0.8em;
}
.caddy-button {
    margin: 0;
    text-align: center;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 0.8em;
}
/* END:cart */

/* Style for photo dislay */
.photo_name {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:  0.9em;	
}

/* Style for shopping list */

#shopping_list {
    padding: 1ex;
}
.shopping_r {
    padding-top:2ex;
    padding-left:5ex;
    font-weight: bold; 
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:  0.9em;	
}
.shopping_i {
    padding-left:10ex;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:  0.9em;	
    padding-bottom:1ex;
}

/* style for the about and help window */
#about_us, #help {
    position: absolute;
    margin-left: 15ex;
    border:solid 2px;
    background-color: white;
    width:500px;
    z-index: 1000;
}

#about_title {
  color: black;
  background: #87CEEB;
  padding: 0.2em 1em;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:0.9em;
  font-weight:bold;
}
#about_text {
  padding: 0.2em 1em;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:0.9em;
}
#about_text p {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:0.9em;
  font-weight:bold;
}
.label_about {
    width:455px;
}
/* auto complete */
.auto_complete {
    position:absolute;
    width:250px;
    background-color:white;
    border:1px solid #888;
    margin:0px;
    padding:0px;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:0.9em;
}

.auto_complete ul {
      list-style-type: none;
      margin:0px;
      padding:0px;
}

.auto_complete ul li.selected 
{ 
        background-color: #bbf;

}

.auto_complete ul li {
      list-style-type: none;
      display:block;
      margin:0;
      padding:2px;
      height:16px;
}

/* Google Ads*/
#google_ads {
  padding: 1ex;
}
#google_ads2 {
  margin:0 auto;
  padding-top:1ex;
}

.vote_digg {
  text-align:center;
  margin-top:5px;
  padding: 0,0,0,4ex;
  font-size:0.8em;
}
.vote_digg a {
  text-decoration:none;
}

/* Style for list of news */
#news_list {
margin:0 15px 0 15px;
}
.date_news {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:0.8em;
    float:right;
}
.date_news2 {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:0.8em;
}
.title_news {
    padding-left: 2ex;
}
.title_news a {
   font-size:  0.9em;	
   text-decoration: none;
   color: blue;
   font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.news_body {
    padding-left: 4ex;
    padding-right: 4ex;
   font-size:  0.9em;	
   font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.body {
    background-color:#EEEEEE;
   font-size:  0.8em;	
    padding:1ex;
}

/* style for the news */
#news {
    margin:10px auto 10px auto;
    background-color: white;
    width:500px;
}

#news_title {
  margin-top:19px;
/*  padding:10px 5px 5px 5px;*/
  color: gray;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:0.9em;
  font-weight:bold;
}
#news_body {
  padding: 11px 15px;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:0.9em;
}
#news_body p {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:0.9em;
  font-weight:bold;
}
.news_image {
    float:right;
    padding: 0.5em;
}
.news_tag {
   font-size:0.8em;
   float:left;
}
.label_news {
    width:455px;
}
#source {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:0.8em;
  text-align:right;
  padding-right:1em;
  padding-bottom:1em;
  margin-bottom:10px;
}
/* Style for Subscription page */
.desc_subscription {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:0.9em;
  padding-left:5em;
  padding-right:5em;
  padding-top:1em;
}
.subscribe {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  padding-left:10em;
  padding-right:5em;
  padding-top:1em;
}

.news_tooltip {
  width:300px;
  background:#ffffff;
  font-size:0.8em;
  padding:5px;
  border:solid 1px;
}
#vote_meilleurduweb {
font-size:0.8em;
text-align:center;
    
}
#vote_meilleurduweb img {
border: none;
    }

/* Tags */
.liste_news {
    width:70%
}
.all_clouds {
    float:right;
    width:29%;
}
.recipes_cloud {
    margin: 0 auto;
    width:90%;
}
.cloud_title {
  background:#EDF7FC none repeat scroll 0%;
  border:1px solid #B3D2EE;
  color:#333333 !important;
  display:block;
  font-size:16px;
  font-weight:bold;
  margin:2px;
  padding:4px 8px;
  text-align:center;
}
.cloud
{
    padding: 0.8em;
    border: 1px solid #bfd7ed;
    background-color: #FFFFFF;
    text-align:center;
    line-height:25px;
}

.cloud A:hover {
font-weight: bold;
background-color: #0060B6;
color: #FFFFFF;
}

.cloud A {
font-weight: bold;
color: #0060B6;
text-decoration: none;
}

a.tiny {
font-size: 10px !important;
line-height: 20px !important
}
a.small {
font-size: 0.8em !important;
}
a.normal {
font-size: 1.0em !important;
}
a.big {
font-size: 1.2em !important;
}
a.huge {
font-size: 1.4em !important;
}
