/* Clearfix */ 

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/* General */
html,body {
    margin: 0px;
    padding: 0px;
}

body {
    color: #666666;
    background-color: #ffffff;
    font-family: arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
}


.clear { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clear.force_height { 
    height:1px !important;
}

p.small {
    font-size: 11px;
}

a img {
    border: none;
}

a {
    outline: none;
}

a.button, input {
    display: inline-block;
    border: #d0d0d0 1px solid;
    padding: 4px;
    margin: 0px;
}

a.button {
    background-color: #bbbbbb;
}

input[type=radio] {
    border: none;
    background: transparent;
}

input[type=checkbox],div#content div#search input[type=checkbox],div#header div#search_block form input[type=checkbox]
    {
    border: none;
    padding: 0px;
    margin-right: 3px;
    margin-bottom: 3px;
    vertical-align: -2px;
}

input[type=image] {
    padding: 0px;
    border: none;
}

a.button {
    border: 1px solid #ed1b2e;
    background: #ed1b2c;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5a1a8),
        to(#ed1b2c) );
    background: -webkit-linear-gradient(top, #f5a1a8, #ed1b2c);
    background: -moz-linear-gradient(top, #f5a1a8, #ed1b2c);
    background: -ms-linear-gradient(top, #f5a1a8, #ed1b2c);
    background: -o-linear-gradient(top, #f5a1a8, #ed1b2c);
    padding: 3px 12px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
    color: #ffffff;
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
}

/* Red button with bold text */
a.buttonBold
{
    text-shadow: none;
    font-weight: bold;
}

/* Only used in recipe form step 4 at the moment */
a.buttonBig
{
    padding: 6px 18px;
    text-shadow: none;
    font-size: 14px;
    font-weight: bold;

    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

div#article h1 {
	float:left;
	width:580px;
	line-height:25px;
}

#recipe_content_extra_right {
    height:90px;
}

#recipe_content_extra_right  div.problem_container {
    float: right;
}

#recipe_content_extra_right  div.subscription_container {
    float:right;
    clear:both;
    margin:10px 0;
}

div.wiki_page.article {
    position:static;
    margin-top:-65px;
}
div.wiki_page.article h1.wiki_title {
    margin:0 0 15px 0;
}     

p.wiki_edit_left {
	clear:both;
}

/*************/
div.contributors a.buttonNormal,  
div#info a.buttonNormal,
div.profile a.buttonNormal,
div#article a.buttonNormal,
div.print_btn a.buttonNormal,
div#image .legend span a.buttonNormal,
div.recommand .buttons a.buttonNormal,
div#comments a.buttonNormal
{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 40%, #e5e5e5 65%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#ffffff), color-stop(65%,#e5e5e5)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 40%,#e5e5e5 65%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 40%,#e5e5e5 65%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 40%,#e5e5e5 65%) !important; /* IE10+ */
    background: linear-gradient(top, #ffffff 40%,#e5e5e5 65%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

div.contributors a.buttonNormal:hover,
div#info a.buttonNormal:hover,
div.profile a.buttonNormal:hover,
div#article a.buttonNormal:hover,
div.print_btn a.buttonNormal:hover,
div#image .legend span a.buttonNormal:hover,
div.recommand .buttons a.buttonNormal:hover,
div#comments a.buttonNormal:hover,
div#comments input.buttonNormal:hover
 {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 40%, #d7d7d7 65%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#ffffff), color-stop(65%,#d7d7d7)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 40%,#d7d7d7 65%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 40%,#d7d7d7 65%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 40%,#d7d7d7 65%) !important; /* IE10+ */
    background: linear-gradient(top, #ffffff 40%,#d7d7d7 65%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
}
/*************/

/* Small version of the standard red button, used in the search results */
a.buttonSmall,div#content div#search a.buttonSmall {
    color: #ffffff !important;
    font-size: 10px;
    font-weight: bold;
    
    background: #fabcc2; /* Old browsers */
    background: -moz-linear-gradient(top,  #fabcc2 5%, #ed1b2e 41%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#fabcc2), color-stop(41%,#ed1b2e)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fabcc2 5%,#ed1b2e 41%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fabcc2 5%,#ed1b2e 41%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fabcc2 5%,#ed1b2e 41%) !important; /* IE10+ */
    background: linear-gradient(top,  #fabcc2 5%,#ed1b2e 41%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabcc2', endColorstr='#ed1b2e',GradientType=0 ); /* IE6-9 */
	/* http://ie.microsoft.com/testdrive/graphics/svggradientbackgroundmaker/default.html : FFFFFF -> E31809  */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2NzgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFMzE4MDkiIG9mZnNldD0iMC41Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzY3OCkiIC8+Cjwvc3ZnPg==);    
}

a.button:hover {
    border-top-color: #ef4152;
    background: #ef4152;
    color: #ffffff;
    text-decoration:none;
    
    background: #F58690; /* Old browsers */
    background: -moz-linear-gradient(top,  #F58690 5%, #ed1b2e 41%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#fabcc2), color-stop(41%,#ed1b2e)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #F58690 5%,#ed1b2e 41%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #F58690 5%,#ed1b2e 41%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #F58690 5%,#ed1b2e 41%) !important; /* IE10+ */
    background: linear-gradient(top,  #F58690 5%,#ed1b2e 41%) !important; /* W3C */
    -webkit-box-shadow: inset -1px -1px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset -1px -1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset -1px -1px 5px 0px rgba(0, 0, 0, 0.4);
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1NDkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFMzE4MDkiIG9mZnNldD0iMC4zIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzU0OSkiIC8+Cjwvc3ZnPg==);       
}

a.button:active {
    border-top-color: #910c17;
    background: #910c17;
}

/* This site has about 10 different rounded buttons skins, 4 of them are red. Here is one. */
a.oneMoreDifferentRedButton
{
    text-shadow: none;
    padding: 1px 5px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

a.buttonGrey,div#content a.buttonGrey {
    background: #f9f9f9;
     background: -moz-linear-gradient(top,  #ffffff 20%, #d6d6d6 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#ffffff), color-stop(70%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 20%,#d6d6d6 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 20%,#d6d6d6 20%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 20%,#d6d6d6 70%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 20%,#d6d6d6 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
    padding: 0 16px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #7a7a7a;
    text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
    font-size: 11px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    -moz-box-shadow: inset 0 1px 2px #666666;
    -webkit-box-shadow: inset 0 1px 2px #666666;
    box-shadow: inset 0 1px 2px #666666;
    display: inline-block;
    line-height: 36px;
    height: 36px;
}

a.buttonGrey:hover,div#content a.buttonGrey:hover {
    background: #e9e9e9;
    color: #333333;
}

a.buttonGrey:active,div#content a.buttonGrey:active {
    background: #e9e9e9;
    color: #333333;
}

div#main div#content div.wikiContent div.wiki_page a
{
    color:#0645AD;
}

div#main div#content div.wikiContent div.wiki_page a.buttonBlack,
div#content a.buttonBlack
{
    color: #ffffff;
    background: #333333;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
        to(#d6d6d6) );
    background: -webkit-linear-gradient(top, #999999, #333333);
    background: -moz-linear-gradient(top, #999999, #333333);
    background: -ms-linear-gradient(top, #999999, #333333);
    background: -o-linear-gradient(top, #999999, #333333);
    padding: 4px 8px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    font-size: 11px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
}

div#content a.buttonBlack:hover {
    border-top-color: #999999;
    background: #000000;
    color: #cccccc;
}

div#content a.buttonBlack:active {
    border-top-color: #999999;
    background: #000000;
    color: #cccccc;
}

body.home div#content a.buttonNormal,div#content a.buttonNormal,a.buttonNormal,div#main div#footer div.rounded a.buttonNormal,body div#footer a.buttonNormal
body.home div#content a.buttonNormal, div#content input[type="submit"] {
    color: #333333 !important;
    border: 1px solid #e2e2e2;
    background: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
        to(#d6d6d6) );
    background: -webkit-linear-gradient(top, #ffffff, #d6d6d6);
    background: -moz-linear-gradient(top, #ffffff, #d6d6d6);
    background: -ms-linear-gradient(top, #ffffff, #d6d6d6);
    background: -o-linear-gradient(top, #ffffff, #d6d6d6);
    padding: 4px 4px 3px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #5a5a5a;
    font-size: 10px;
    font-family: Arial, Sans-Serif;
    font-weight:bold;
    text-decoration: none;
    vertical-align: middle;
    -moz-box-shadow: 1px 1px #8c8c8c;
    -webkit-box-shadow: 1px 1px #8c8c8c;
    box-shadow: 1px 1px #8c8c8c;
    margin-right: 2px;
    margin-top: 20px;
    cursor: pointer;
}

div#content a.flagIcon {
    padding: 4px 4px 3px 8px;
}

div#content a.flagIcon:before {
    content: url(themes/site_themes/default/images/flag-icon.png);
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

div#content a.subscribeIcon:before {
    content: url(themes/site_themes/default/images/subscribe-icon.png);
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

div#content a.book_icon:before {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

div#content a.book_icon.add:before{
    content: url(themes/site_themes/default/images/book-icon-add.png);
}
div#content a.book_icon.remove:before{
    content: url(themes/site_themes/default/images/book-icon-remove.png);
}



div#content .book_icon{
    background:url(themes/site_themes/default/images/book-icon.png) 0 0 no-repeat transparent;
}

div#content a.print_icon:before {
    content: url(themes/site_themes/default/images/print-icon.png);
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
    z-index: 0;
}

div#content .print_icon{
    background:url(themes/site_themes/default/images/print-icon.png) 0 0 no-repeat transparent;
}

div#content span.print_button_holder
{
    float: right;
    display: inline-block;
    padding-top: 6px;
}

a.buttonNormal:hover,body.home div#content a.buttonNormal:hover
{
    background: #eeeeee;
}

a.buttonNormal:active,body.home div#content a.buttonNormal:active {
    background: #d6d6d6;
}

a.big {
    padding: 4px 14px;
    font-size: 16px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

input[type="text"],input[type="password"] {
    background-color: #ffffff;
}

li.active a {
    font-style: italic;
    text-decoration: underline;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.wiki {
    
}

.hideText {
    text-indent: -9999px;
    overflow: hidden;
    /* Corriger la zone cliquable dans certains anciens navigateurs */
}

/* Changed for client request BOUFFE-906 */
div#recipe div#ingredients a.unexistingWikiArticle,
div#recipe div#info .blue_recipe_link a.unexistingWikiArticle,
a.unexistingWikiArticle
{
    color: #666666 !important;
}

div#recipeForm h1,h1.splitterXLarge {
    font-size: 28px;
    padding-bottom: 18px;
    background: url(themes/site_themes/default/images/splitter-xlarge.png)
        bottom left no-repeat;
}

div#recipeForm h1 span {
    font-weight: normal;
    color: #999999;
    font-size: 20px;
    vertical-align: 1px;
}

div#recipeForm h3 {
    margin-bottom: 0px;
}

div.splitterLarge {
    width: 458px;
    height: 14px;
    background: url(themes/site_themes/default/images/splitter-large.png)
        top left no-repeat;
}

h1.splitterLarge {
    width: 458px;
    padding-bottom:30px;
    line-height:22px;
    background: url(themes/site_themes/default/images/splitter-large.png)
        bottom left no-repeat;
}

div.splitterXLargeGrey {
    margin: 10px 0px;
    width: 790px;
    height: 17px;
    background:
        url(themes/site_themes/default/images/splitter-xlarge-grey.png)
        top left no-repeat;
}

div.splitterBoxLarge {
    position: relative;
    left: -16px;
    width: 228px;
    height: 13px;
    background:
        url(themes/site_themes/default/images/box-large-splitter.jpg)
        top left no-repeat;
}

div#main div.clear {
    margin: 0px;
    padding: 0px;
    border: 0px;
    clear: both;
    height: 0px;
    font-size: 0px;
}

ul.horiz {
    margin: 0px;
    padding: 0px;
}

ul.horiz li {
    display: block;
    float: left;
    border-left: #7b7b7b 1px solid;
    padding-left: 6px;
    margin-left: 6px;
}

ul.horiz li:first-child {
    border: none;
    margin: 0px;
    padding: 0px;
}

legend {
    display: none;
}

/* Interface */
div#top_background {
    background: url(themes/site_themes/default/images/top-bg.png) top
        repeat-x;
    width: 100%;
}

body.home div#top_background {
    background: url(themes/site_themes/default/images/top-bg-with-bar.png)
        top repeat-x;
}

div#bottom_background {
    background: url(themes/site_themes/default/images/bottom-bg.jpg) bottom
        repeat-x;
    width: 100%;
}

div#main {
    width: 940px;
    margin: 0px auto;
}



div#header a {
    color: #ffffff;
}

div#header a.buttonGrey {
    color: #7a7a7a;
    z-index: 3;
    position: relative;
}
div#popup {
    width: 438px;
    padding: 0px 20px;
}

div#main div#content {
    padding: 24px 45px;   
    background-color: #ffffff;
    min-height: 340px;
    margin-bottom: 50px;
}

/* less padding for home */
body.home div#main div#content,body.homeForMembers div#main div#content
{
    padding: 0 24px 24px 24px;
    /*padding: 100px 24px 24px 24px;*/
}

div#main div.homeContent div#content {
    /*padding: 0px 0px;*/
    padding: 100px 0 24px 0;
}

div#main div#footer {
    color: #ffffff;
    padding-top: 26px;
    height: 290px;
    z-index: 100;
}

div#main div#footer h3 {
    margin-top: 20px;
    margin-bottom: 6px;
    font-size: 16px;
}

div#main div#footer span.small {
    font-size: 11px;
}



div#main div#footer a.advanced:hover {
    text-decoration: none;
}

div#footer a {
    color: #b3b3b3;
}

div#footer a.button {
    color: #ffffff;
}

div#main div#header div#powered_by {
    width: 940px;
    float: left;
    height:32px;
    overflow:hidden;
}

div#main div#header div#powered_by .powered_iga_logo {
    float: right;
}

div#header .top_navi {
    padding-top: 8px;
    height: 24px;
}

div#header div#links_block {
    width: 340px;
    height: 24px;
    font-size: 12px;
    font-weight: bold;
    float: left;
}

div#header div#links_block a:hover,div#header div#member_block a:hover {
    color: #b9b9b9;
    text-decoration: none;
}

div#header div#member_block {
    font-weight: bold;
    line-height: 12px;
    float: right;
}

div#header div#member_block ul
{
    float: right;
    font-size: 13px;
    line-height: 12px;
}

div#header div#member_block ul li
{
    height: 20px;
    line-height: 20px;
}

#member_block_logout {
    border-left: none;
    clear: both;
    float: right;
}

/* Member popup menu */
div#header div#member_block ul li ul
{
    display: none;
    width: 130px;
    position: absolute;
        
    background-color: #eeeeee;
    border: #d9d9d9 1px solid;
    padding: 1px 5px 7px 5px;
    z-index: 9999;
}

div#header div#member_block ul li ul li
{
    display: block;
    float: none;
    border: none;
    padding: 0px;
    height: 16px;
    margin: 0px;
}

div#header div#member_block ul li ul li a
{
    color: #888888;
    font-size: 12px;
}

div#header div#member_block ul li ul li a:hover
{
    color: #585858;
}

div#header div#banner_block
{
    width: 240px;
    float: left;
}

div#header div#teaser_block
{
    width: 300px;
    font-size: 12px;
    font-weight: bold;
    margin-left: 54px;
    color: #fff;
    float: left;
}

div#header div#teaser_block a:hover
{
    text-decoration: none;
}

div#header div#facebook_block
{
    width: 160px;
    height: 42px;
    padding-left: 80px;
    padding-top: 20px;
    line-height: 21px;
}

div#header div#facebook_block img
{
    float: left;
    padding-right: 8px;
}

div#header div.header_menu
{
    padding-top:1px;
}

div#header div#menu_block
{
    height: 63px;
    position: relative;
    z-index: 3;
    float: left;
}

.menu_block_recettes
{
    background-position: 0px -65px !important;
}

.menu_block_wiki
{
    background-position: 0px -130px !important;
}

.menu_block_contributeurs
{
    background-position: 0px -195px !important;
}

div#header div#menu_block ul
{
    display: block;
    margin: 0px;
    padding: 18px 0px 0px 0px;
}

div#header div#menu_block ul li
{
    display: block;
    float: left;
}

div#header div#menu_block ul li a.menu
{
    display: block;
    width: 127px;
    height: 30px;
    font-size: 15.5px;
    font-weight: bold;
    padding-left: 25px;
}

div#header div#menu_block ul li a.menu:hover
{
    text-decoration: none;
    color: #656565;
}

div#header div#menu_block div.submenu
{
    display: none;
    z-index: 9999;
    position: absolute;
    color: #656565;
    width: 825px;
    padding: 22px 24px 18px 24px;
    border: #d8d8d8 1px solid;
    border-top: none;
    background-color: #eeeeee;
}

li#wiki div.submenu
{
    width: 200px !important;
    margin-left: -2px;
}

h1#recipe_title
{
	line-height:30px;
    margin-bottom: 25px;
}
.page_author {
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 25px;
}
.page_author a {
    font-weight: 400;
    color: #666666;
}

div#header div#menu_block div.submenu div.left_recipe_block
{
    float: left;
    margin-right: 10px;
    width: 210px;
}

div#header div#menu_block div.submenu div.right_recipe_block
{
    float: right;
}

div#header div#menu_block div.submenu div.list_container
{
    float: left;
    width: 430px;
}

div#header div#menu_block div.submenu div.right_recipe_block div.recipe
{
    background-color: #fff;
    float: left;
    padding: 10px;
    width: 143px;
}

div#header div#menu_block div.submenu div.right_recipe_block div.recipe div.texte
{
    font-weight: bold;
    font-size: 11px;
}

div#header div#menu_block div.submenu div.left_recipe_block div.recipe
{
    width: 190px;
    height: 70px;
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
}

div#header div#menu_block div.submenu div.left_recipe_block div.recipe div.image
{
    float: left;
}

div#header div#menu_block div.submenu div.left_recipe_block div.recipe div.title,
div#header div#menu_block div.submenu div.right_recipe_block div.recipe div.title
{
    padding-left: 10px;
    width: 85px;
    font-weight: bold;
    font-size: 12px;
    float: left;
    line-height: 14px;
}

div#header div#menu_block div.submenu a
{
    color: #8a8a8a;
}

div#header div#menu_block div.list
{
    float: left;
    width: 200px;
}

div#header div#menu_block div.listLeft
{
    width: 215px;
    margin-right: 10px;
}

div#header div#menu_block div.list table
{
    border-top: 1px solid #d5d5d5;
    margin-top: 5px;
    margin-right: 24px;
}

div#header div#menu_block div.list .table_left
{
    width: 210px;
}

div#header div#menu_block div.list .table_left div
{
    width: 100px;
}

div#header div#menu_block div.list .table_left div,
div#header div#menu_block div.list .table_theme div
{
	line-height:10px;
	padding:0px;
	margin:0px;
	padding-top:5px;
}

div#header div#menu_block div.list .table_right div
{
	line-height:10px;
	padding:0px;
	margin:0px;
	padding-top:4px;
}

div#header div#menu_block div.list .table_right div a,
div#header div#menu_block div.list .table_left div a,
div#header div#menu_block div.list .table_theme div a
{
	line-height:12px;
}

div#header div#menu_block div.list .table_theme div {
	width:170px;
}

div#header div#menu_block div.list .table_right
{
    width:180px;
}

.menu_influence
{
    padding-right:0px !important;
}

.menu_influence div
{
    width:96px;
    float:left;
}

div#header div#menu_block div.list table tr td:first-child,
div#header div#menu_block div.list tr td:first-child a
{
    vertical-align: top;
    padding-right: 7px;
}

.particularity_list
{
    margin-top:10px;
}

div#header div#menu_block div.list table td,
div#header div#menu_block div.list a
{
    vertical-align: top;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
}

div#header div#menu_block div.list table td a:hover,
div#header div#menu_block div.list a:hover
{
    text-decoration: none;
    color: #575757;
}

div#header div#menu_block div.list div.list_title
{
    display: block;
    float: left;
    padding-bottom: 2px;
    font-size:16px;
    width: 85%;
    font-weight: bold;
}

div#header div#search_block
{
    width: 340px;
    margin-top: 5px;
    float: left;
}

div#header div#search_block input#lookinrecipes_top,
div#header div#search_block input#lookinwiki_top
{
    border: none;
    margin: 0px 4px 0px 12px;
    padding: 0px;
    background-color: #737373;
}

div#header div#search_block label {
    font-size: 11px;
}

div#header div#search_block form .submitImage,
div#footer div#recipes_block .search_btn  {
    float: left;
    margin-left:-36px;
}

div#header .main_search_container {
    width: 340px;
    float: left;
}

div#header .main_search_checker {
    width: 260px;
    float: left;
}

div#header div#search_block .main_search_checker {
    padding-top: 3px;
}

div#header div#search_block form input#search,
div#footer div#recipes_block input.search,
div#footer .mailing_input_container input#mailing_list_email {
    border: 1px solid #D0D0D0;
    color: #767676;
    display: inline-block;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0 45px 0 15px;
    width: 257px;
    height:34px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    outline: none;
    
}


div#header #banner_block #logo {
    background: url(themes/site_themes/default/images//logo-wikibouffe.png) no-repeat;
    width: 216px;
    height: 44px;
    display: block;
}

div#header div.header_banner div.login-buttons {
    float: right;
    margin-top: 5px;
}

a.buttonGrey.creerRecette,
a.buttonGrey.creerFiche {
    text-decoration: none;
}

a.buttonGrey.creerRecette span {
    background: url(themes/site_themes/default/images/icon-chef.png) no-repeat left center;
    padding-left: 25px;
    display: block;
    font-size: 12px;    
}

a.buttonGrey.creerFiche span {
    background: url(themes/site_themes/default/images/icon-fiche.png) no-repeat left center;
    padding-left: 25px;
    display: block;
    font-size: 12px;
}

div#header div.header_menu .social-medias {
    float: right;
    width: 250px;
    margin-top: 20px;
}

div#header div.header_menu .social-medias .icons {
    float: right;
}
div#header div.header_menu .social-medias span {
    color: #fff;
    font: 700 12px/34px 'Helvetica', Arial;
    float: left;
}

div#header div.header_menu .social-medias a{
    float: left;
    display: block;
    width: 34px;
    height: 34px;
    margin-left: 10px;
}


div#header div.header_menu .social-medias a.facebook {
    background: url(themes/site_themes/default/images/icon-fb.png) no-repeat center top;    
}

div#header div.header_menu .social-medias a.twitter {
    background: url(themes/site_themes/default/images/icon-tw.png) no-repeat center top;    
}

div#header div.header_menu .social-medias a.pinterest {
    background: url(themes/site_themes/default/images/icon-pt.png) no-repeat center top;    
}

div#header div.header_menu .social-medias a.googleplus {
    background: url(themes/site_themes/default/images/icon-g+.png) no-repeat center top;    
}



div#header div.header_menu .social-medias a:hover {
    background-position: center bottom;
}


























div#main div#footer div {
    float: left;
}
div#main div#footer .search,
div#main div#footer .lists {
    float: none;
    clear: both;
}


div#footer .content-left {
    float: left;
}
div#footer .content-right {
    float: right;
}


div#footer div#recipes_block {
    width: 424px;
    height: 200px;
}

div#main div#footer .search{
    margin-top: 10px;
    height: 36px;
}

div#footer div#recipes_block input.search {
    width: 263px;
    float: left;
    margin: 0;
    padding-right: 50px;
}
div#footer div#recipes_block h3 {
    clear:both;
    margin-top: 20px;
}
div#footer div#recipes_block .search_btn {
    float: left;
    margin-right: 5px;
}

div#footer div#recipes_block div.list {
    width: 116px;
    padding-top: 12px;
    height: 110px;
    overflow: hidden;
}

div#footer div#recipes_block div.list div,
#wiki_block .title {
    display: block;
    width: 85%;
    border-bottom: #b3b3b3 1px solid;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 7px;
}
#wiki_block .title {
    width: 100%;
    margin-top: 18px;
}
#wiki_block .lists {
    width: 400px;
}
#wiki_block .lists ul {
    float: left;
    width: 200px;
}

div#footer div#recipes_block div.list a {
    font-size: 12px;
    display: block;
    width: 100px;
    height: 19px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 3px;
}

div#footer div#wiki_block {
    clear:both;
}

div#footer div#wiki_block a {
    font-size: 12px;
    display: block;
    width: 180px;
    height: 19px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

div#footer div#wiki_block a:hover, div#footer div#recipes_block div.list a:hover {
    color: #DFDFDF;
    text-decoration: none;   
}

div#footer div#wiki_block div.list {
    width: 128px;
}

div#footer div#wiki_block ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

div#footer div#wiki_block ul li {
    margin: 0px;
    padding: 0;
}

div#footer div#signup_block {
    width: 435px;
}

div#footer div#signup_block div.rounded {
    padding: 12px 20px 5px 20px;
    margin-bottom: 22px;
    width: 282px;
    background-color: #666666;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

div#footer div#signup_block div.part1 {
    float: left;
    width: 150px;
}

div#footer div#signup_block div.part2 {
    float: left;
    width: 130px;
    text-align: center;
    padding-top: 4px;
}

div#footer div#signup_block div.part2 span {
    font-size: 10px;
}

div#footer div#signup_block div.rounded p {
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 0px;
}

div#footer .mailing_title img {
    display: block;
    margin-bottom: 5px;
}

div#footer .mailing_input_container input#mailing_list_email.error{
    color:#F00; 
}
div#footer .mailing_input_container input#mailing_list_email {
    width: 235px;
}
div#footer .mailing_input_container {
    width: 300px;
    float: left;
    margin-right: 5px;
    height: 36px;
}

div#footer .mailing_button_container a {
    color: #7A7A7A;
    text-decoration: none;
}

div#footer .whole_input_container {
    margin-top: 10px;
}

div#footer .mailing_button_container a.buttonNormal {
    background: -moz-linear-gradient(center top, #FFFFFF, #D6D6D6) repeat
        scroll 0 0 transparent;
    border: 1px solid #E2E2E2;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px #8C8C8C;
    color: #5A5A5A;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 10px;
    padding: 4px 4px 3px 4px;
    text-decoration: none;
    margin-top: 0px;
    display: inline-block;
}

div#footer .mailing_button_container a.buttonNormal:hover{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 40%, #d7d7d7 65%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#ffffff), color-stop(65%,#d7d7d7)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 40%,#d7d7d7 65%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 40%,#d7d7d7 65%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 40%,#d7d7d7 65%) !important; /* IE10+ */
    background: linear-gradient(top, #ffffff 40%,#d7d7d7 65%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
}

div#footer p.mailing_teaser {
    font-size: 11px;
    display: block;
    float: left;
    margin: 0px;
    margin-top: 5px;
}

div#footer div#member_block {
    width: 560px;
}

div#footer div#links_block {
    width: 454px;
}

div#footer div#facebook_like_block {
    width: 205px;
}

div#credits_block {
    width: 130px;
    text-align: center;
}

div#footer div#member_block,div#footer div#links_block,div#footer div#credits_block
    {
    padding-top: 25px;
    height: 24px;
    font-size: 12px;
    line-height: 12px;
}

div#footer div#member_block a, div#footer div#facebook_like_block a, div#footer div#links_block a, div#footer div#credits_block a
{
    color: #DFDFDF;
}

div#footer div#member_block a:hover, div#footer div#facebook_like_block a:hover, div#footer div#links_block a:hover, div#footer div#credits_block a:hover {
    color: #B9B9B9;
    text-decoration: none;
}

div#footer div#facebook_like_block {
    padding-top: 22px;
    height: 26px;
    font-size: 12px;
}

div#footer div#facebook_like_block span {
    vertical-align: 4px;
}

/* snippet_search */
fieldset {
    border: none;
    padding: 0px;
    margin: 0px;
}

div#main div.hiddenFields {
    background: none;
    width: 0px;
    position: absolute;
    border: 0px;
}

/* General content */
div.grid_2 {
    float: left;
    width: 400px;
}

div.grid_4 {
    float: left;
    width: 200px;
}

/* Home */


div#content .breadcrumbs {
    font-size: 12px;
}

div#content .breadcrumbs a
{
    color:#0645ad;
}


div#content a.button {
    color: #ffffff;
}

div.homeBar {
    height: 107px;
    background: url(themes/site_themes/default/images/home-bar-bg.png)
        no-repeat top left;
}

div.homeBar div.text {
    padding: 0px 0px 0px 143px;
}

div.homeBar h1 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
}

div.homeBar a.moreInfo
{
    color: #666;
    font-size: 11px;
}

div.homeBar a.moreInfo span.underline
{
    text-decoration: underline;
}

div.homeBar a.moreInfo:hover
{
    color: #999999;
    text-decoration: none;
}

div.homeBar a.moreInfo:hover span.underline
{
    color: #999999;
    text-decoration: none;
}

div.homeBar div.col1
{
    padding-top: 20px;
    float: left;
    width: 360px;
    line-height: 20px;
}

div.homeBar div.col1 span
{
    color: #666666;
    font-size: 12px;
}

div.homeBar div.col2
{
    padding-top: 20px;
    float: left;
    width: 320px;
    line-height: 26px;
}

div.homeBar div.col2 span {
    color: #666666;
    font-size: 11px;
    margin-left: 24px;
}

div.homeBar div.col3 {
    float: left;
    width: 240px;
}

div.homeBar div.col3 div.fb {
    margin:0px 0 0 -5px;
}

div.homeContent div.findRecipes {
    float: left;
    width: 130px;
    height: 130px;
    overflow: hidden;
}

div#main div.homeContent div.findRecipes a {
    color: #8a8a8a;
    font-size: 12px;
    font-weight: bold;
    display: block;
    width: 120px;
    height: 18px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

div#main div.homeContent div.findRecipes a:hover {
    color: #575757;
    text-decoration: none;
}

div.homeContent div.categories {
    float: left;
    width: 400px;
    padding-top: 10px;
    line-height: 30px;
}

div#main div.homeContent div.categories ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

div#main div.homeContent div.categories ul li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 200px;
    float: left;
}

div#main div.homeContent div.categories ul li a {
    color: #8a8a8a;
    font-size: 13px;
    font-weight: bold;
}

div#main div.homeContent div.categories ul li a:hover {
    color: #575757;
    text-decoration: none;
}

div.homeContent div.col1 {
    float: left;
    width: 380px;
}

div.homeContent div.col2 {
    float: left;
    width: 380px;
    padding-left: 20px;
}

div.homeContent div.recipeBlock {
    width: 340px;
    min-height: 202px;
    padding: 20px;
    background: url(themes/site_themes/default/images/home-left-bg.jpg)
        bottom no-repeat;
}

div.homeContent div.recipeBlock div.wrapper {
	float:left;
	min-height:95px;
}

div.homeContent div.wikiBlock {
    width: 437px;
    min-height: 330px;
    padding: 20px;
    background: url(themes/site_themes/default/images/home-right-bg.jpg)
        bottom no-repeat;
}

div.homeContent div.wikiBlock .a_la_une_preview_image {
    float: left;
    padding: 0px 9px 4px 0px;
}

div.homeContent h1 {
    font-size: 26px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 18px;
    margin: 35px 0px 7px 0px;
}

div.homeContent h1.noPad {
    padding: 0px;
}

div.homeContent h2 {
    margin-top: 0px;
    padding-top: 0px;
}

div#content div.homeContent h2 a {
    font-size: 20px;
    color: #999999;
}

div#content div.homeContent h2 a:hover {
    text-decoration: none;
    color: #727272;
}

div.homeContent p {
    font-size: 12px;
}

div.homeContent p strong {
    color: #575757;
}

div.homeContent div.recipe_author {
	position:absolute;
	margin-left:175px;
	margin-top:-40px;
	width:160px;
}

div.homeContent p span {
    color: #999999;
    font-size: 12px;
}

div.homeContent p span strong {
    font-size: 18px;
}

div.homeContent div.recipeBlock img {
    float: left;
    margin: 0px 25px 6px 0px;
}

div.homeContent div.contributors {
    padding: 21px;
}

div#content div.homeContent div.contributors a.screen_name {
    color: #585858;
    font-size: 12px;
    font-weight: bold;
}

div#content div.homeContent div.contributors a.screen_name:hover {
    color: #727272;
    text-decoration: none;
}

div#content div.homeContent div.contributors div {
    margin-bottom: 4px;
}

div#content div.homeContent div.contributors div > div {
	width:125px;
	padding-right:5px;
}


div.profileContent {
    position: relative;
    width: 880px;
    padding: 24px 0px;
}

div.profileContent div.badges {
    width: 175px;
    margin-left: -6px;
}

div.profileContent div.badges a {
    display: block;
    width: 54px;
    float: left;
    margin: 0px 1px 10px 1px;
}

/* Badge phylactery fill */
div.profileContent div.badges a span {
    display: inline-block;
    width: 55px;
    visibility: hidden;
    position: absolute;
    margin-left: -10px;
    margin-top: -30px;
    color: #575757;
    font-size: 12px;
    text-align: center;
    background-color: #ffffff;
    padding: 5px 14px 5px 9px;
    border: #cccccc 1px solid;
}

/* Badge phylactery triangle drop shadow */
div.profileContent div.badges a span:before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 30px;
    border-width: 5px;
    border-style: solid;
    border-color: #cccccc transparent transparent transparent;
    display: block;
    width: 0;
}

/* Badge phylactery triangle */
div.profileContent div.badges a span:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 30px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    display: block;
    width: 0;
}

div.profileContent div.badges a:hover {
    text-decoration: none;
}

div.profileContent div.badges a:hover span {
    visibility: visible;
}

div.recipeHome div.left div.leftBg h2 {
    color: #575757;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url(themes/site_themes/default/images/profile-splitter.jpg) bottom center no-repeat;
    width: 100%;
    font-size: 19px;
}

div.recipeHome div.left div.leftBg div.see_more_link {
    margin-top: 5px;
}

div.recipeHome div.left div.leftBg div.see_more_link a {
    color: #ea1f22 !important;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}

div.recipeHome div.left div.leftBg div.see_more_link a:hover {
    color: #c80508 !important;
}


div.recipeHome div.left div.leftBg p {
    margin-top: 3px;
}

div.recipeHome div.left div.leftBg p a {
    color: #8a8a8a;
    font-size: 13px;
}

div.wikiContent div.left h2 {
    color: #575757;
    padding-bottom: 20px;
    margin-bottom:10px;
    background: url(themes/site_themes/default/images/profile-splitter.jpg) center bottom no-repeat;
    width: 100%;
}

div.profileContent div.left h2 {
    padding-bottom: 18px;
    background: url(themes/site_themes/default/images/profile-splitter.jpg)
        0px 36px no-repeat;
    font-size: 18px;
}

div#content div#recipe h2 {
    color: #575757;
    padding-bottom: 18px;
    background: url(themes/site_themes/default/images/splitter-medium.png) 0px 30px no-repeat;
}

div.wikiContent div#article h2
{
    display: table;
    color: #999999;
    font-size: 22px;
    margin: 46px 0px 0px 0px;
    padding-bottom: 20px;
    background: url(themes/site_themes/default/images/splitter-large.png)
        0px 30px no-repeat;
    width: 100%;
}

div.wikiContent div#article h2.dark {
    color: #585858;
    background: none;
}

body#tinymce table tr td
{
    padding-left: 10px;
    padding-right: 10px;
}

div.profileContent h2 span {
    color: #999999;
    font-size: 15px;
    font-weight: normal;
}

div.profileContent h2 span.abonnement {
    float: right;
    margin-top: 5px;
    margin-right: -10px;
}

div#wikiContent div.profileContent h3,div#content div.profileContent h3 {
    margin: 0px;
    padding: 24px 0px 0px 0px;
}

div.wikiContent h3 span,div.profileContent h3 span {
    color: #575757;
    font-weight: normal;
}

div.profileContent h4 {
    margin-bottom: 0px;
}

div.profileContent div.bio p,div.profileContent div.information p {
    margin-top: 0px;
}

div.profileContent div.profile {
    padding: 24px 0px;
}

div.avatar {
    height: 56px;
}

div#content div.itempad a {
	color:#0645AD;
}

div.avatar img {
 	margin-right: 10px;
    background-color: #ffffff;
    padding: 4px;
    border: #e2e2e2 1px solid;
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    float: left;
}

div.contributors div.avatar img {
	margin-bottom:50px;
}

div.leftBg div.avatar {
    margin-bottom: 20px;
}

div.profileContent div.information {
    float: left;
    width: 170px;
    padding-right: 25px;
    border-right: #e5e5e5 1px solid;
}

div.profileContent div.bio {
    position: relative;
    left: -1px;
    float: left;
    width: 345px;
    padding-left: 25px;
    border-left: #e5e5e5 1px solid;
}

div.profileContent div.bioCorporate {
    width: 560px;
    padding-left: 0px;
    border-left: none;
}

div.profileContent div.bio a {
    color: #ed1b2e !important;
    font-weight: bold;
    font-size: 11px;
}

div.profileContent div.bio a.problem {
    color: #666666 !important;
    font-weight: bold;
    font-size: 11px;
}

.rating_table td {
    color: #989898;
    font-size: 11px;
    line-height: 10px;
}

.rating_table td.percentage {
    font-weight: bold;
    font-size: 15px;
    color: #666666;
}

.rating_table td.percentage sup {
    font-size: 9px;
}

div#content div.boxLarge {
    float: left;
    width: 228px;
    border: #e5e5e5 1px solid;
    padding: 5px;
    margin-right: 20px;
}

div#content div.boxLargeBg {
    background-color: #f6f6f6;
    padding: 16px;
}

div#content div.boxLargeBg h2,div#content div.boxLargeBg h3,div#content div.boxLargeBg h4,div#content div.boxLargeBg p {
    margin-top: 0px;
}

div#content div.box,div.recipeHome div.left,div.wikiContent div.left,div.profileContent div.left
    {
    float: left;
    width: 188px;
    border: #e5e5e5 1px solid;
    padding: 5px;
}

div#content div.box {
    float: none;
}

div#content div.boxBg {
    background-color: #eee;
    padding: 1px 10px 16px 10px;
}

div.recipeHome div.leftBg,
div.wikiContent div.leftBg,
div.profileContent div.leftBg
{
    background-color: #f6f6f6;
    padding: 1px 10px 16px 10px;
}

div#content div.boxBg {
    min-height: 1px;
    padding-top:10px !important;
}

div#content div.boxBg input[type="submit"]{
    margin-top:-5px;
}

div#content div.boxBg #rating{
margin-top:6px;
}

div#content div.boxWide {
    width: 237px;
}

div.wikiContent h2
div.profileContent h2 {
    margin: 0px;
    font-size: 22px;
}

div.avatar h1 {
    margin: 5px 0 10px 0;
}

div.avatar div {
    float: left;
}

#social div.avatar div {
	width:145px;
}

.ratio_referait .ratio {
    font-weight: bold;
    font-size: 16px;
}

.ratio_referait .ratio sup {
    font-size: 10px;
}

.ratio_referait .ratio_texte {
    padding-left: 4px;
    font-size: 11px;
    color: #a4a4a4;
}

div#content div.avatar div p {
    padding: 0px;
    margin: 0px 0px 6px 0px;
}

div#content div.avatar div a.screen_name {
    color: #000 !important;
    font-size: 12px;
    font-weight: bold;
}

div#content div.avatar div a.screen_name:hover {
    color: #575757;
    text-decoration:none;
}

div.profileContent div.actionsRight {
    float: right;
    text-align: right;
    width: 480px;
    padding-right: 40px;
}

div.profileContent div.left h1 span {
    margin: 0px;
    font-size: 22px;
}

div.wikiContent div.right {
    padding-bottom: 70px;
}

div.profileContent div.right {
    float: left;
    width: 630px;
    padding-bottom: 70px;
    padding-left: 25px;
}

div.profileBlockHolder {
    position: relative;
    width: 630px;
}

div.profileContent div.recipeBookBlock,div.profileContent div.profileBlock
    {
    float: left;
    width: 261px;
    min-height: 160px;
    padding: 20px 20px 20px 20px;
    background: url(themes/site_themes/default/images/profile-box-bg.jpg)
        bottom no-repeat;
    margin-right: 14px;
}

div.profileContent div.recipeBookBlock {
    height: 110px;
}

div#content div.profileContent div.recipeBookBlock h3.title {
    overflow: hidden;
    max-height: 100px;
}

div.recipeBookBlock span.recipeId {
    display: none;
}

div.profileContent div.recipeBookBlock img {
    float: left;
    padding-bottom: 20px;
    margin-right: 16px;
    max-height: 120px;
}

div.profileContent div.recipeBookBlock div.remove_item_container {
    clear: both;
    position: absolute;
    margin-top: 140px;
}

div#content div.profileContent div.recipeBookBlock h3 {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

div#content div.profileContent div.recipeBookBlock h3 a {
    color: #9a9a9a;
}

div.profileContent div.recipeBookBlock p {
    font-size: 11px;
}

div#content div.profileContent div.profileBlock h2 a {
    color: #999999;
}

div.profileContent div.profileBlock img {
    display: block;
    float: left;
    width: 125px;
    margin-right: 15px;
}

div.profileContent div.shortProfileBlock {
    min-height: 100px;
}

div#content div.profileContent div.shortProfileBlock a {
    color: #989898 !important;
}

div.profileContent div.shortProfileBlock p {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

div#content div.editProfileMenu h3 {
	clear:both;
    padding: 0px;
    font-size: 13px;
    background: url(themes/cp_themes/default/images/memberhbg.png) no-repeat
        top left;
    margin: 15px 0px;
    color: #8d8d8d;
    padding: 5px 5px 5px 10px;
}

div.profileFollowing.ajaxPart div.avatar div p{
	width:210px;
}

div#content div.editProfileMenu p {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

div#content div.editProfileMenu div.avatar div.name {
    width:96px;
    font-weight: bold;
    font-size: 12px;
    color: #575757;
}

div#content div.editProfileMenu div.subSection {
    margin-left: 10px;
}

div#content div.editProfileMenu hr {
    border: none;
    border-top: 1px solid #d4d4d4;
    width: 95%;
    float: right;
}

div#content div.editProfileMenu div.subSection a,div#content div.editProfileMenu div.messages p a,  div.profileContent div.leftBg a
    {
    color: #575757 !important;
    font-size: 12px;
}

/* Start message section */
#message_view,
#message_preview {
	width:510px;
	padding:5px;
	border:1px solid #D0D0D0;
	margin-bottom:20px;
}

#message_view {
	margin-top:35px;
	width:590px;
}

#message_view div.content,
#message_preview div.content {
	background-color:#F6F6F6;
	width:490px;
	padding:10px;
}

#message_view div.content {
	width:570px;
}

#message_view div.content h1,
#message_preview div.content h1,
#message_view div.content h2,
#message_preview div.content h2,
#message_view div.content h3,
#message_preview div.content h3,
#message_view div.content h4,
#message_preview div.content h4,
#message_view div.content h5,
#message_preview div.content h5,
#message_view div.content p,
#message_preview div.content p {
	color:#666;
    margin:5px 0 !important;
    padding:3px 0 !important;
}

#message_preview div.content h2.preview_message {    
    margin:0 0 10px 0 !important;
    padding:0px !important;
}

#message_view div.content h2,
#message_preview div.content h2 {
	margin-top:5px;
	font-size:18px;
}

#message_view div.content hr,
#message_preview div.content hr {
	border:0px;
	border-top:1px solid #CCC;
}


table.tableBorderTopRight {
	margin-top:10px;
}

table.tableBorderTopRight tr.header {
	color:#666666;
	font-size:13px;
	background: url(themes/profile_themes/default/images/mail_header_background.jpg)
        repeat-x bottom left;
    height:40px;
}

table.tableBorderTopRight tr.header td { 
	padding:0px 5px 15px 5px;
}


table.tableBorderTopRight tr.header #messages_trash_btn {
	background: url(themes/profile_themes/default/images/mail_trash_icon.jpg)
        no-repeat top left;
    width:20px;
    height:20px;
    cursor:pointer;
    margin-left:-5px;
}

table.tableBorderTopRight tr.message td {
	font-size:13px;
	border-bottom:1px solid #CCC;
	padding:7px 5px;
}

table.tableBorderTopRight tr.message_new {
	color:#666666;
	font-size:13px;
	background: url(themes/profile_themes/default/images/mail_message_new_background.jpg)
        repeat-x bottom left;       
}

table.tableBorderTopRight tr.message_old {

}

table.tableBorderTopRight tr td a.subject {
    display: block;
    width: 230px;    
    height: 19px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

table.tableBorderTopRight tr.message_old td.icon {
	background: url(themes/profile_themes/default/images/mail_message_old_icon.jpg)
        no-repeat center center;
    width:19px;
    height:17px;
}

table.tableBorderTopRight tr.message_reply td.icon {
	background: url(themes/profile_themes/default/images/mail_message_reply_icon.jpg)
        no-repeat center center;
    width:19px;
    height:17px;
}

table.tableBorderTopRight tr.message_new td.icon {
	background: url(themes/profile_themes/default/images/mail_message_new_icon.jpg)
        no-repeat center center;
    width:19px;
    height:17px;
}

div#content table.tableBorderTopRight tr.message_old a {
	color:#0642B0;
}


div#content table.tableBorderTopRight tr.message_new td a {
	color:#0642B0;
	font-weight:bold;
}

/* end messages */

#contributions a {
    color: #575757 !important;
}

div#content div.editProfileMenu div.messages p {
    padding: 7px 0px;
    border-bottom: 1px solid #d4d4d4;
    margin-left: 10px;
}

div#content div.editProfileMenu div p span.cpnumber-red {
    display: block;
    float: right;
    background: url(themes/cp_themes/default/images/chiffrebg-rouge.png)
        no-repeat top left;
    height: 19px;
    width: 19px;
    color: #FFF;
    text-align: center;
    font-size: 10px !important;
}

div#content div.editProfileMenu div p span.cpnumber-gray {
    display: block;
    float: right;
    background: url(themes/cp_themes/default/images/chiffrebg.png) no-repeat
        top left;
    height: 19px;
    width: 19px;
    color: #000;
    padding-top: 3px;
    text-align: center;
    font-size: 10px !important;
}

/* Registration form */
div.tooltip {
    display: inline-block;
    border: #e5e5e5 1px solid;
    background-color: #fffcc2;
    font-weight: normal;
    font-size: 12px;
    padding: 5px 9px;
    margin: 10px 0px;
}

/* Wiki */
div.recipeHome div.left p,div.wikiContent div.left p {
    padding: 3px 0px 0x 0px;
    margin: 0px;
}

div#content div.left ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}

div#content div.box ul {
    list-style-type: none;
    padding: 3px 16px;
    margin: 0px;
    font-size: 12px;
}

div#content div.left ul li,div#content div.box ul li {
    padding: 0px 0px 6px 0px;
}

div#content div.box ul a,div#content div.left ul a,div#content div.recipeHome div.left p a,div#content div.wikiContent div.left p a
    {
    color: #8a8a8a;
    font-weight: bold;
}

div#content div.wikiContent div.left ul a:hover
    {
    color: #575757 !important;
    text-decoration:none;
}

div.recipeHome div.left div.leftBg p a:hover {
    color: #575757 !important;
    text-decoration: none;
}

div.recipeHome div.searchBoxRight,div.wikiContent div.searchBoxRight {
    float: right;
}

div.recipeHome div.searchbox,div.wikiContent div.searchbox {
    width: 603px;
    padding: 5px;
    border: #eeeeee 1px solid;
    margin-top: -18px;
}

div.recipeHome div.searchbox input[type=image],div.wikiContent div.searchbox input[type=image]
    {
    margin: 0px;
    vertical-align: -6px;
    right: 13px;
    position: absolute;
}

div.recipeHome div.searchbox form,div.wikiContent div.searchbox form {
    background-color: #c6c6c6;
    margin: 0px;
    padding: 9px 12px;
    position: relative;
}

div.recipeHome div.searchbox span,div.wikiContent div.searchbox span {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding-right: 12px;
    float: left;
    padding-top: 9px;
}

div.recipeHome .header_search_container {
    width: 460px;
    float: left;
}

div.recipeHome .header_search_container input#search {
    border: 1px solid #D0D0D0;
    border-radius: 20px;
    color: #767676;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 34px;
    margin: 0;
    outline: medium none;
    padding: 0 45px 0 15px;
    width: 422px;
}

div.recipeHome div.searchbox input.searchfield,div.wikiContent div.searchbox input.searchfield
    {
    width: 540px;
}

div.recipeHome div.searchBoxRight input.searchfield,div.wikiContent div.searchBoxRight input.searchfield
    {
    width: 400px;
}

/* Recipes */
.block-should-like {
    margin-top: 70px;
}

.buttonRed {
    -moz-border-radius: 19px / 18px;
    -webkit-border-radius: 19px / 18px;
    border-radius: 19px / 18px; /* 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: #ed1b2d; /* layer fill content */
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.25); /* inner shadow */
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.25); /* inner shadow */
    box-shadow: inset 0 1px 5px rgba(0,0,0,.25); /* inner shadow */
    font: 700 16px Helvetica, Arial;
    padding: 8px 18px;
    color: #fff !important;
}

.buttonRed:hover {
    text-decoration: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExMTExZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkMWIyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #a1111f 0%, #ed1b2d 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #a1111f 0%, #ed1b2d 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #a1111f 0%, #ed1b2d 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #a1111f 0%, #ed1b2d 100%); /* gradient overlay */



}
    

div#content div#recipe h3 {
    font-size: 20px;
    color: #575757;
}

div#recipe big {
    color: #575757;
    font-size: 15px;
}

div#recipe img.main {
    padding-right: 20px;
    display: block;
}

div#recipe div#image,div#recipe div#info,div#recipe div#social,div#recipe div#ingredients,div#recipe div#steps
{
    float: left;
}

div#recipe div#image div.legend
{
    color: #ffffff;
    font-size: 12px;
    padding: 7px 11px 8px;
    background-color: #737373;
    width: 258px;
    height: 20px;
}

div#recipe div#image div.legend a
{
    color: #ffffff;
}

div#recipe div#image {
    background: url("themes/site_themes/default/images/bg-col-3.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    margin-left: -25px;
    padding-bottom: 15px;
    padding-left: 25px;
    width: 306px;
}

div#recipe div#info {
    font-size: 12px;
    width: 210px;
    padding-right: 0px;
    line-height:17px;
}

div#recipe div#info strong {
    color: #000;
}

div#recipe div#steps hr,div#recipe div#info hr {
    border: none;
    border-bottom: #e5e5e5 1px solid;
    height: 1px;
}

div#recipe div#social p {
    color: #8a8a8a;
    font-size: 11px;
    font-weight: bold;
}

div#recipe div#social hr {
    border: none;
    border-bottom: #d8d8d8 1px solid;
    height: 1px;
}

div#recipe div#relatedList div.related a[class*="pin"]{
    position: absolute !important;
    top: 76px;
    left: 10px;
}
div.wikiContent div#relatedList div.related,
div#recipe div#relatedList div.related
{
    float: left;
    width: 190px;
    /*width /*\**//*: 180px;*/
    height: 260px;
    padding-right: 22px;
    position: relative;
}
div.wikiContent div#relatedList div.related:last-child,
div#recipe div#relatedList div.related:last-child
{
    padding-right: 0px;
}

div.wikiContent div#relatedList div.related h5,
div#recipe div#relatedList div.related h5
{
    margin: 0px;
    padding: 0px;
}

div.wikiContent div#relatedList div.related h5 a,
div#recipe div#relatedList div.related h5 a
{
    display: block;
    color: #ee1b2c;
    font-size: 13px;
    height: 40px;
    overflow: hidden;
}

div.wikiContent div#relatedList div.related h5 a:hover,
div#recipe div#relatedList div.related h5 a:hover
{
    text-decoration: none;
    color: #C80508;
}

div.wikiContent div#relatedList div.related p,
div#recipe div#relatedList div.related p
{
    color: #999;
    font-size: 10px;
    font-weight: bold;
    line-height:11px;
    margin:0px;
}

div.wikiContent div#relatedList div.related p.by,
div#recipe div#relatedList div.related p.by
{
    height: 28px;
}

div.wikiContent div#relatedList div.related p.top,
div#recipe div#relatedList div.related p.top {
	margin-bottom:15px;
}

div.wikiContent div#relatedList div.related p.bottom,
div#recipe div#relatedList div.related p.bottom {
	margin-top:15px;
}

div.wikiContent div#relatedList div.related p a,
div#recipe div#relatedList div.related p a
{
    color: #8a8a8a;
}

div.wikiContent div#relatedList div.related p a:hover,
div#recipe div#relatedList div.related p a:hover
{
    text-decoration:underline;
}

div.wikiContent div#relatedList div.related div.image,
div#recipe div#relatedList div.related div.image
{
    width: 190px;
    height: 142px;
    overflow: hidden;
}

div.wikiContent div#relatedList div.related img,
div#recipe div#relatedList div.related img
{
    width: 190px;
    font-size: 12px;
}

div#search h1,div.memberList h1,div#recipeForm h1,div.homeContent h1,div.recipeHome h1,div.wikiContent h1,div#recipe h1,div.profileContent div.right h1,h1.e404
{
    color: #ee1a31;
}

div#recipe div#social {
    width: 249px;
    float: right;
}

div#recipe div#social p {
    margin: 0px 0px 6px 0px;
    padding: 0px;
}

div#recipe div#ingredients {
    width: 270px;
    padding-top: 30px;
    padding-right: 30px;
}


div#recipe div#ingredients a,
div#recipe div#steps a,
div#recipe div#info .blue_recipe_link a
 {
    color:#0645ad !important;
}
div#recipe div#info .blue_recipe_link strong {
    color: #000;
}
div#recipe div#steps {
    padding: 30px 0px;
    width: 520px;
}

div.stepEditor {
    display: inline-block;
    vertical-align: top;
    width: 680px;
    overflow: hidden;
    padding-bottom: 16px;
    margin-right :10px;
}

div#recipe div#steps {
    counter-reset: list;
}

div#recipe div#steps ol li {
    list-style: none;
}

div#recipe div#steps ol li:before
{
    content: counter(list, decimal) ") ";
    counter-increment: list;
    display: block;
    position: absolute;
    margin-left: -28px;
}

div#comments div.message
{
    display: block;
    text-align: right;
    margin: 0px;
    padding: 0px;
}

div#recipe div#wines
{
    padding-bottom: 10px;
}

div#recipe div#wines div.wine
{
    display: inline-block;
}

div#recipe div#wines div.wine span
{
    display: inline-block;
    width: 190px;
    
    color: #999999;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    vertical-align: 18px;
}

div.wikiContent div#commentsList,
div#recipe div#commentsList
{
    width: 100%;
}

div#recipe div#commentsList {
    margin-top: 30px;
}

div.wikiContent div#addComment,
div#recipe div#addComment
{
    width: 100%;
    margin-bottom: 40px;
}

div.wikiContent div#comments div.comment,
div#recipe div#comments div.comment
{
    float: none;
    padding: 20px 10px 20px 0px;
    border-bottom: #e3e3e3 1px solid;
}

div.wikiContent div#comments div.comment:last-child,
div#recipe div#comments div.comment:last-child, 
div#recipe div#comments div.comment.no_bottom_line
{
    border-bottom: none;
}

div.wikiContent div.comment div.text,
div#recipe div.comment div.text
{
    width: 560px;
}

div.wikiContent div#comments div.comment span.small,
div#recipe div#comments div.comment span.small
{
    color: #999999;
    font-size: 12px;
}

div.wikiContent div#comments div.comment .edit_link,
div.wikiContent div#comments div.comment .mod_link,
div.wikiContent div#comments div.comment .edit_link,
div.wikiContent div#comments div.comment .mod_link,
div#recipe div#comments div.comment .edit_link,
div#recipe div#comments div.comment .mod_link,
div#recipe div#comments div.comment .edit_link,
div#recipe div#comments div.comment .mod_link
{
    float: right;
    margin-left: 8px;
}

/* Barre pourcentage */
.rating_progress_bar {
    border: 1px solid #d3d3d3; /* stroke */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* 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: #f9f9f9; /* layer fill content */
    -moz-box-shadow: 0 1px 0 #fff, inset 0 0 2px rgba(0,0,0,.15); /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 0 2px rgba(0,0,0,.15); /* drop shadow and inner shadow */
    box-shadow: 0 1px 0 #fff, inset 0 0 2px rgba(0,0,0,.15); /* drop shadow and inner shadow */
    margin-top: 10px;
}

.rating_progress_bar div.neg_bar {
    width: 100%;
    height: 16px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px; /* 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: #ed1b2d; /* layer fill content */
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.25); /* inner shadow */
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.25); /* inner shadow */
    box-shadow: inset 0 1px 5px rgba(0,0,0,.25); /* inner shadow */
    float:left;
}

.rating_neutral_bar {
    width: 100%;
    height: 16px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.25); /* inner shadow */
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.25); /* inner shadow */
    box-shadow: inset 0 1px 5px rgba(0,0,0,.25); /* inner shadow */
    float:right;
}

/* jQuery Growl Notifications */
div.notice .success {
    background-color: #090;
}

div.notice .error {
    background-color: #900;
}

/* Recipes form */
div#search div.form label,form#edit_article_form label,div#recipeForm label
{
    display: block;
    margin: 6px 0px 12px 0px;
}

form#edit_article_form label.advancedOptions
{
    display: inline-block;
    width: 210px;
}

div#recipeForm fieldset#categories label,div#recipeForm fieldset#categories input
    {
    display: inline;
    margin: 0px;
    padding: 0px;
}

div#recipeForm fieldset#categories h3 {
    font-size: 16px;
}

div#recipeForm fieldset#categories div.options {
    width: 700px;
}

div#recipeForm fieldset#categories p {
    float: left;
    display: block;
    margin: 0px;
    width: 200px;
}

div#recipeForm fieldset#categories p.wide {
    width: 300px;
}

div#recipeForm a.prev {
    position: absolute;
}

div#recipeForm a.next {
    float: right;
}

div#recipeForm div.ingredientLine input {
    display: inline;
    width: 240px;
    margin: 0px 10px 6px 0px;
    font-size: 12px;
}

div#recipeForm div.stepLine textarea {
    width: 800px;
    vertical-align: middle;
    margin: 0px 0px 6px 0px;
}

div#recipeForm div#cookingTimeControl input,div#recipeForm div#cookingTimeControl select
    {
    display: block;
    width: 100px;
    float: left;
    margin-right: 10px;
}


div#recipeForm input#title {
    width: 300px;
}

/* Recipes view */
span.ingredientLine {
    font-size: 13px;
    display: block;
    vertical-align: text-top;
    border-bottom: white 2px solid;
    margin-bottom: 12px;
}

span.ingredientAmount {
    vertical-align: text-top;
}

span.ingredientName {
    vertical-align: text-top;
}

ol.steps {
    color: #999999;
    font-size: 14px;
    font-weight: bold;
}

div#steps p {
    color: #666666;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
}

/* Registration form */
div#registrationForm {
    width: 458px;
}

div#registrationForm div#phoneBlock,
div#registrationForm div#screenNameBlock {
    display: none;
}

form label.inline,form input.inline,div#search div.form label.inline,form#edit_article_form input.inline,form#edit_article_form label.inline,div#registrationForm input.inline,div#registrationForm label.inline
    {
    display: inline;
    margin: 0px;
}

div#registrationForm label {
    display: block;
    margin: 6px 0px 2px 0px;
}

div#registrationForm input.input {
    width: 200px;
}

div#registrationForm input#email.input {
    width: 275px;
}

div#registrationForm div#tos {
    display: none;
    width: 420px;
}

div#registrationForm div#tos > div {
    font-size: 12px;
    background-color:#FAFAFA;
    border:1px solid #CACACA;
    padding:10px;
    border-radius:10px;
    margin-bottom:10px;
}

div#registrationForm div#tos > div > ol {
	padding-left:20px;
}

div#registrationForm div#tos > div > p {
	font-weight:bold;
	margin:0px;
}

div#registrationForm div#tos > div > hr {
	border:0px;
	border-top:1px solid #CCC;
}

div#memberContent h1 span,div#registrationForm h1 span {
    font-size: 16px;
}

div#registrationForm div.col {
    float: left;
    width: 45%;
    margin-right: 20px;
}

/* Need to hide the corporate custom field */
div#div_custom_field_3,input#username {
    display: block;
    left: -999px;
    position: absolute;
    -moz-opacity: 0;
    filter: alpha(opacity = 0);
    opacity: 0;
}

/* Search form page */
div#search div.form {
    float: left;
    width: 270px;
    color: #474747;
    font-size: 11px;
}

div#search div.resultsPanel {
    float: left;
    width: 560px;
}

div#search div.resultsPanel p a {
    color: #565656;
    font-weight: bold;
}

a.more-facets-link {
    color: #ea1f22 !important;
    font-weight: bold !important;
}

a.more-facets-link:hover {
    text-decoration: none;
}

div#search div.form input#keywords {
    width: 135px;
    height:16px;
}

div#search div.form span.count {
    font-size: 13px;
    color: #999999;
}

/*SEARCH RESULT*/
.results_top
{
    position: relative;
}

.results_top .count_phrase {
    position: absolute;
}

.results_top .category_description {
    border: #E5E5E5 1px solid;  
    margin-bottom: 25px;
}

.results_top .category_description p {
    margin: 5px;
    padding: 6px 15px;
    background-color: #f3f3f3;
}

.results_top .count_phrase p {
    font-size: 13px;
    margin: 0px;
    color: #8a8a8a;
}

.results_top #Pagination.pager_top .pagination {
    margin-top: -3px;
}

.pagination:before {
    content: 'Page';
    float: left;
    color: #8A8A8A;
    font-size: 13px;
    margin-top: 3px;
    margin-right: 10px;
}

#Pagination.pager_bottom .pagination {
    margin-top: 15px;
    position: relative;
}

#Pagination.pager_bottom {
    margin-top: 15px;
    position: relative;
}

.search_result_list .item:first-child {
    padding: 0px 0px 30px 0px;
}

.search_result_list .item {
    background:
        url(themes/site_themes/default/images/search-result-item-bg.jpg)
        no-repeat bottom left;
    padding: 25px 0px 30px 0px;
}

.search_result_list .item .item_image,.search_result_list .item .item_infos,.search_result_list .item .item_preparation {
    float: left;
}

.search_result_list .item .item_image,.search_result_list .item .item_preparation {
    width: 150px;
}

.search_result_list .item .item_preparation .preparation_details {
	margin:10px 0 0 90px;
	float:left;
}

/*image*/
.search_result_list .item .item_image img {
    width: 150px;
}

/*infos*/
.search_result_list .item .item_infos {
    width: 220px;
    padding: 0px 20px;
}

.search_result_list .item .item_infos.wiki_long_infos {
    width: 390px;
    padding: 0px 20px 0px 0px;
}

.search_result_list .item .item_infos h2,
.search_result_list .item .item_infos h3 {
    margin: 0px 0px 0px 0px;
    border-bottom: #e5e5e5 1px solid;
    padding: 0px 0px 8px 0px;
    font-size:20px;
}

div#search .search_result_list .item .item_infos h2 a,
div#search .search_result_list .item .item_infos h3 a {
    color: #999999;
}

div#search .search_result_list .item .item_infos h2 a:hover,
div#search .search_result_list .item .item_infos h3 a:hover {
    color: #575757;
    text-decoration:none;
}

.search_result_list .item .item_infos .author {
    color: #8a8a8a;
    font-size: 12px;
    font-weight: bold;
}

div.wikiContent div#relatedList div.related .score,
.search_result_list .item .item_infos .rating .score
{
    margin-top: 10px;
    margin-right: 5px;
    float: left;
}

div.wikiContent div#relatedList div.related .score p,
.search_result_list .item .item_infos .rating .score p
{
    color: #575757;
    font-size: 23px;
    font-weight: bold;
    line-height: 23px;
    margin: 0px;
    display: inline;
}

div.wikiContent div#relatedList div.related .score p
{
    font-size: 18px;
}

div.wikiContent div#relatedList div.related .score sup,
.search_result_list .item .item_infos .rating .score sup
{
    vertical-align: top;
}

div.wikiContent div#relatedList div.related .reference,
.search_result_list .item .item_infos .rating .reference
{
    margin-top: 10px;
    width: 130px;
    float: left;
}

/* Less wide on recipes that contains... */
div.wikiContent div#relatedList div.related .reference
{
    width: 110px;
}

div.wikiContent div#relatedList div.related .reference p,
.search_result_list .item .item_infos .reference p
{
    color: #999999;
    font-size: 10px;
    font-weight: bold;
    vertical-align: top;
    margin: 0px;
	line-height:13px;
}

.search_result_list .item .wiki_long_infos .content {
    font-size: 13px;
    color: #8A8A8A;
}

.search_result_list .item .item_infos .author a {
    font-size: 12px;
}

.search_result_list .item .item_infos .author a:hover {
    color: #8a8a8a !important;
    font-size: 12px;
    text-decoration:none;
}

/*preparation*/
.search_result_list .item .item_preparation .smallBox p {
    color: #666666;
}

.search_result_list .item .item_preparation p strong {
    color: #575757;
}

.search_result_list .item .item_preparation .search_details_btn {
    margin: 0px;
    padding-top: 10px;
    text-align: right;
}

/*search box*/
form#search label {
    position: relative;
}

form#search h5 {
    color: #575757;
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 0px;
}

form#search h2,
form#search h3 {
    color: #8a8a8a;
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
}

form#search h4 {
    color: #8a8a8a;
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
}

form#search .splitterBoxLarge {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    background:
        url("themes/site_themes/default/images/box-large-splitter.jpg")
        no-repeat scroll left center transparent;
}

div#search form#search span.count {
    font-size: 11px;
    margin-left: 2px;
}

form#search .more-facets-link {
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
}

div#search form#search input#keywords,div#search form#search select {
    color: #474747;
    font-size: 11px;
    padding: 4px;
    border: 1px solid #D0D0D0;
}

div#search form#search input#submitButton {
    padding-top: 2px;
    height:26px;
}

div#search form#search a.buttonNormal {
    vertical-align: top;
    display: inline-block;
    margin-top: 1px;
}

/* phylactery fill */
span.phylactery {
    position: relative;
    margin: 1em 0 2em;
    color: #000000;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    background-color: #fff552;
    padding: 5px 9px;
    -moz-box-shadow: 1px 1px #cccccc;
    -webkit-box-shadow: 1px 1px #cccccc;
    box-shadow: 1px 1px #cccccc;
}

/* phylactery triangle drop shadow */
span.phylactery:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 9px;
    border-width: 12px 12px 0 0;
    border-style: solid;
    border-color: #cccccc transparent;
    display: block;
    width: 0;
}

/* phylactery triangle */
span.phylactery:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 8px;
    border-width: 12px 12px 0 0;
    border-style: solid;
    border-color: #fff552 transparent;
    display: block;
    width: 0;
}

div.phylacteryHolder {
    margin-top: 35px;
}

/* grey phylactery */
span.phylacteryGrey {
    position: relative;
    margin: 1em 0 1em;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    background-color: #737373;
    padding: 4px 7px;
    -moz-box-shadow: 1px 1px #cccccc;
    -webkit-box-shadow: 1px 1px #cccccc;
    box-shadow: 1px 1px #cccccc;
}

/* grey phylactery triangle */
span.phylacteryGrey:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 9px;
    border-width: 9px 9px 0 0;
    border-style: solid;
    border-color: #737373 transparent;
    display: block;
    width: 0;
}

div#content span.phylacteryGrey a {
    color: #ffffff;
}

div#content span.phylacteryGrey a:hover {
    text-decoration:none;
    color:#D5D5D5;
}

/* jQuery Wizard */
ul.wizardPath {
    display: block;
    position: absolute;
    margin-left: 500px;
    margin-top: -60px;
    padding: 0px;
}

ul.wizardPath li {
    display: block;
    float: left;
    padding-left: 10px;
    margin-left: 10px;
    width: 54px;
    height: 60px;
    margin: 10px;
}

ul.wizardPath li a {
    display: block;
    width: 60px;
    height: 60px;
}

ul.wizardPath li a:hover {
    text-decoration: none;
}

ul.wizardPath li span {
    display: block;
}

ul.wizardPath li.current {
    background-color: #ffffff;
}

fieldset {
    display: block;
    clear: both;
}

div.wizardNumber {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: #ffffff 1px solid;
    background: #d6d6d6;
    background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6),
        to(#ffffff) );
    background: -webkit-linear-gradient(top, #d6d6d6, #ffffff);
    background: -moz-linear-gradient(top, #d6d6d6, #ffffff);
    background: -ms-linear-gradient(top, #d6d6d6, #ffffff);
    background: -o-linear-gradient(top, #d6d6d6, #ffffff);
}

.current div.wizardNumber {
    border: #f5e84e 1px solid;
    background: #fef454;
    background: -webkit-gradient(linear, left top, left bottom, from(#fef454),
        to(#fcf350) );
    background: -webkit-linear-gradient(top, #fef454, #fcf350);
    background: -moz-linear-gradient(top, #fef454, #fcf350);
    background: -ms-linear-gradient(top, #fef454, #fcf350);
    background: -o-linear-gradient(top, #fef454, #fcf350);
}

div.wizardNumber div {
    position: relative;
    display: inline-block;
    top: 2px;
    left: 2px;
    border: #ed1b2c 1px solid;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background: #ed1b2c;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8b8b8),
        to(#ed1b2c) );
    background: -webkit-linear-gradient(top, #f8b8b8, #ed1b2c);
    background: -moz-linear-gradient(top, #f8b8b8, #ed1b2c);
    background: -ms-linear-gradient(top, #f8b8b8, #ed1b2c);
    background: -o-linear-gradient(top, #f8b8b8, #ed1b2c);
}

div.wizardNumber div span {
    position: relative;
    display: inline-block;
    color: #ffffff;
    width: 24px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    margin-top:2px;
}

div.wizardNumber:after {
    content: "";
    position: absolute;
    margin-left: 50px;
    margin-top: -14px;
    display: block;
    width: 18px;
    height: 7px;
    background:
        url(themes/site_themes/default/images/wizard-steps-arrow.png)
        no-repeat top left;
}

ul.wizardPath li:last-child div.wizardNumber:after {
    display: none;
}

span.wizardText {
    position: relative;
    margin-left: -32px;
    color: #8a8a8a;
    font-size: 11px;
    font-weight: bold;
    width: 100px;
    text-align: center;
}

#steps a {
    cursor: pointer;
}

/* Wiki tabbar */
ul.tabbar {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

ul.tabbar li {
    display: block;
    float: left;
    border: #ffffff 1px solid;
    border-bottom: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: inset 0 1px 4px #999999;
    -webkit-box-shadow: inset 0 1px 4px #999999;
    box-shadow: inset 0 1px 4px #999999;
}

ul.tabbar li.inactive:not (.current ) {
    -moz-box-shadow: inset 0 1px 4px #cccccc;
    -webkit-box-shadow: inset 0 1px 4px #cccccc;
    box-shadow: inset 0 1px 4px #cccccc;
}

ul.tabbar li div {
    content: "";
    -moz-box-shadow: inset 0px -20px 15px #ffffff;
    -webkit-box-shadow: inset 0px -20px 15px #ffffff;
    box-shadow: inset 0px -20px 15px #ffffff;
}

ul.tabbar li div:hover {
    content: "";
    -moz-box-shadow: inset 0px -20px 15px #ffffff;
    -webkit-box-shadow: inset 0px -20px 15px #ffffff;
    box-shadow: inset 0px -20px 15px #ffffff;
}

ul.tabbar li.current, ul.tabbar li:hover
{
    background-color: #f0f0f0 !important;
}

ul.tabbar li.current
{
    z-index: 1;
    position: relative;
}

ul.tabbar li:hover a,
ul.tabbar li:hover a:hover{
    text-decoration:none;
}

.tabbarStroke
{
    position: relative;
    z-index: 0;
    margin-top: -11px;
    margin-bottom: 11px;
    width: 575px;
    height: 1px;
    background-color: #eeeeee;
}

div#content ul.tabbar li a {
    display: block;
    padding: 6px 14px 14px 14px;
    color: #585858;
}

div#content ul.tabbar li.right a {
    padding: 6px 12px;
}

ul.tabbar li span {
    display: block;
    padding: 6px 14px 14px 14px;
    color: #a0a0a0;
}

ul.tabbar li.current span {
    color: #585858;
}

ul.tabbar li.right {
    float: right;
}

/* tooltip fill */
span.tooltip {
    display: inline-block;
    visibility: hidden;
    position: relative;
    margin-left: 4px;
    color: #898a8c;
    font-size: 12px;
    background-color: #fffcc2;
    padding: 5px 9px;
    border: #e5e5e5 1px solid;
}

/* tooltip triangle drop shadow */
span.tooltip:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -11px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #e5e5e5 transparent transparent;
    display: block;
    width: 0;
}

/* tooltip triangle */
span.tooltip:after {
    content: "";
    position: absolute;
    top: 8px;
    left: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #fffcc2 transparent transparent;
    display: block;
    width: 0;
}

a.fieldWithTooltip {
    display: block;
    margin-bottom: 26px;
}

a.fieldWithTooltip:hover {
    text-decoration: none;
}

a.fieldWithTooltip:hover span.tooltip {
    visibility: visible;
}

/* Small gradient box used in the search results */
div.smallBox {
    border: #e5e5e5 1px solid;
    padding: 4px;
    width: 140px;
}

div.smallBoxBg {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
        to(#f2f2f2) );
    background: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background: -ms-linear-gradient(top, #ffffff, #f2f2f2);
    background: -o-linear-gradient(top, #ffffff, #f2f2f2);
    padding: 12px 14px;
    font-size: 12px;
}

div.smallBox p {
    margin: 2px 0px;
    padding: 0px;
}

/* Grey note, used in the corporate profiles */
div.greyNote {
    border: #e0e0e0 1px solid;
    background: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
        to(#efefef) );
    background: -webkit-linear-gradient(top, #ffffff, #efefef);
    background: -moz-linear-gradient(top, #ffffff, #efefef);
    background: -ms-linear-gradient(top, #ffffff, #efefef);
    background: -o-linear-gradient(top, #ffffff, #efefef);
    padding: 10px;
    margin: 20px 0px;
    width: 585px;
}

div.greyNote span {
    display: inline-block;
    width: 545px;
    vertical-align: text-top;
    font-weight: bold;
    font-size: 12px;
    color: #8b8b8b;
}

div.greyNote:before {
    content: url(themes/site_themes/default/images/grey-note.png);
    display: inline-block;
    position: relative;
    margin-right: 7px;
    vertical-align: text-top;
}

select#cuisson,
select#preparation {
	width:140px;
	margin-left:5px;
}

/* Member list */
td.memberlistHead {
    color: #848484;
    font-weight: bold;
    padding-bottom: 8px;
}

td.underline {
    border-bottom: #e5e5e5 1px solid;
}

.memberlistRowTwo{
    background-color:#eeeeee;
    padding:3px;
}

.memberlistRowOne{
    padding:3px;
}

.memberListBlueLink{
    color:#0645AD !important;
}

.memberListBlueLink:hover{
    color:#0645AD !important;
    text-decoration:underline !important;

}

.memberListGrayLink{
    color:#999999 !important;
}

.memberListGrayLink:hover{
    color:#666666 !important;
}

.memberlistHead a{
    color:#999999 !important;    
}

#memberlistPaginator{
    
    margin:10px;
    color:#999999;
    font-size:14px;
}

#memberlistPaginator a{
    color:#999999 !important;
}

#memberlistPaginator a:hover{
    color:#666666 !important;
    text-decoration:none;
}

#memberlistPaginator .paginate, #memberlistPaginator .paginateCur{
    
    width: 28px;
    height: 23px;
    text-align: center;
    padding-top:5px;
    border-right:1px solid #999999;
}

#memberlistPaginator .paginateCur{
    font-weight:bold;
    color:#666666;
}

#memberlistPaginator .no_right_border{
    border:0px;
}

/* Solves a pagination integration fail with the "first" link */
#memberlistPaginator  div.unfailPagination
{
    width: 60px;
}



/* Profile following and followers list */
div.profileFollowing table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

div.profileFollowing table tr td {
    border-bottom: #e5e5e5 1px solid;
    padding: 13px;
    width: 50%;
}

div.profileFollowing table tr td:nth-child(2) {
    border-left: #e5e5e5 1px solid;
}

div.profileFollowing table tr:last-child td {
    border-bottom: none;
}

div.recipeHome div.right {
    width: 615px;
    float: right;
    padding-bottom: 70px;
}

/* Recettes index (mise en page) */
div.recipeHome div.right div.recette_teasers {
    float: left;
    width: 615px;
}

div.recipeHome div.right div.recette_teasers div.recette_teaser {
    float: left;
    border: 1px solid #E5E5E5;
    width: 284px;
    height: 404px;
    margin-left: 23px;
    padding: 5px;
}

div.recipeHome div.right div.recette_teasers div.recette_teaser:first-child
    {
    margin-left: 0px;
}

div.recipeHome div.right div.recette_teasers div.recette_teaser div.recette_background
    {
    background-color: #eeeeee;
    width: 250px;
    height: 370px;
    padding: 17px;
}

div.recipeHome div.right div.recette_teasers div.recette_teaser div.recette_background div.recette_title a#recette_title,div.recipeHome div.right div.recette_teasers div.recette_teaser div.recette_background div.recette_title
    {
    color: #8a8a8a;
    font-weight: bold;
    font-size: 18px;
    height: 56px;
    overflow: hidden;
}

a#recette_title:hover
{
    text-decoration:none;
    color:#575757 !important;
}

div.recipeHome div.right div.recette_teasers div.recette_teaser div.recette_background div.infos
    {
    margin-top: 12px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    padding: 3px;
    font-size: 12px;
}

div.recipeHome div.right div.recette_teasers div.recette_teaser div.recette_background div.infos span
    {
    font-weight: bold;
}

div.recipeHome div.right div.recette_teasers div.recette_teaser div.recette_background div.infos div.infos_background
    {
    padding: 6px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
        color-stop(100%, #f3f3f3) ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    /* W3C */
    filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
        '#ffffff', endColorstr = '#f3f3f3', GradientType = 0 );
    /* IE6-9 */
}

div.recipeHome div.right div.recette_teasers div.recette_teaser div.recette_background div.recette_image {
    margin-top: 12px;
    border: 1px solid #d0d0d0;
}

div.recipeHome div.right div.recette_teasers div.recette_teaser div.recette_background div.recette_image img {
    display: block;
}

div.recipeHome div.right div.recette_teasers div.recette_teaser div.recette_background div.stats {
    margin-top: 10px;
    color: #999999;
    font-size: 11px;
    font-weight:bold;
}

div.recipeHome div.right div.recette_teasers div.recette_teaser div.recette_background div.stats span {
    color: #575757;
    font-weight: bold;
    font-size: 13px;
}

div.recipeHome div.right div.recette_teasers div.recette_teaser div.recette_background div.stats span sup {
    font-size: 10px;
}

div.recipeHome div.right div.categorie_teaser_container {
    float: right;
    margin: 0px;
    width: 614px;
    margin-top: 5px;
}

div.recipeHome div.right div.categorie_teaser_title {
    color: #EE1A31;
    font-size: 24px;
    font-weight: bold;
    margin-top: 24px;
    line-height:24px;
}

div.recipeHome div.right div.categorie_teaser_container div.categorie_teaser {
    float: left;
    margin-right: 8px;
    padding-top: 11px;
    width: 296px;
    min-height: 211px;
    background:
        url("themes/site_themes/default/images/background_teaser_categorie.png")
        no-repeat left bottom transparent;
}

div.recipeHome div.right div.categorie_teaser_container div.categorie_teaser.switch_teaser_left {
	clear:both;
    margin-right: 0px;
    margin-left: 0px;
}

div.recipeHome div.right div.categorie_teaser_container div.categorie_teaser.switch_teaser_right {
    margin-right: 0px;
    margin-left: 22px;
}

div.recipeHome div.right div.categorie_teaser_container div.categorie_teaser div.title {
    color: #575757;
    font-size: 18px;
    font-weight: bold;
}

div.categorie_teaser div.title a:hover {
    color: #575757 !important;
    text-decoration:none;
}

div.recipeHome div.right div.categorie_teaser_container div.categorie_teaser div.teaser_container {
    float: left;
    margin: 20px;
}
div.recipeHome div.right div.categorie_teaser_container div.categorie_teaser div.teaser_container .title {
    height: 53px;
    overflow: hidden;
}
div#content div.recipeHome div.right div.categorie_teaser_container div.categorie_teaser div.teaser_container div.title a,div.recipeHome div.right div.categorie_teaser_container div.categorie_teaser div.teaser_container div.title {
    color: #999999;
    line-height: 17px;
}

div.recipeHome div.right div.categorie_teaser_container div.categorie_teaser div.teaser_container div.image {
    margin-top: 13px;
    width: 107px;
    height: 82px;
    float: left;
}

div.recipeHome div.right div.categorie_teaser_container div.categorie_teaser div.teaser_container div.infos {
    float: left;
    margin-top: 13px;
    padding-left: 16px;
    font-size: 12px;
    width: 120px;
}

div.recipeHome div.right div.categorie_teaser_container div.categorie_teaser div.teaser_container div.infos span {
    font-weight: bold;
}
/* wiki home page */
div.wikiContent div.searchbox {
    margin-top: -18px;
   
}

div.wikiContent div.searchbox input#search {
    border: 1px solid #D0D0D0;
    border-radius: 20px;
    color: #767676;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 34px;
    margin: 0;
    outline: medium none;
    padding: 0 45px 0 15px;
    width: 422px;
}

.wikiContent div.searchbox input#wiki-create
{
    border: 1px solid #D0D0D0;
    color: #767676;
    display: inline-block;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 2px 4px;
    width: 569px;
}

.wiki_home_top_teaser_container
{
    margin-left: 12px;
    width: 637px;
    float: right;
}

.wiki_home_top_teaser_container div.wiki_top_teaser
{
    border: 1px solid #E5E5E5;
    float: right;
    margin-left: 22px;
    padding: 5px;
    width: 284px;
}

.wiki_home_top_teaser_container div.wiki_top_teaser:last-child
{
    margin-left: 0px;
}

.wiki_home_top_teaser_container div.wiki_top_teaser div.wiki_teaser_background
{
    background-color: #EEEEEE;
    padding: 17px;
    width: 249px;
}

div#content .wiki_home_top_teaser_container div.wiki_top_teaser div.wiki_teaser_background div.wiki_teaser_title a#wiki_teaser_title,.wiki_home_top_teaser_container div.wiki_top_teaser div.wiki_teaser_background div.wiki_teaser_title
{
    color: #999999;
    font-size: 20px;
    font-weight: bold;
}

div.wiki_teaser_title a:hover
{
    text-decoration:none;
    color:#575757 !important;   
}

.wiki_home_top_teaser_container div.wiki_top_teaser div.wiki_teaser_background div.wiki_teaser_image
{
    margin-top: 12px;
}

.wiki_home_top_teaser_container div.wiki_top_teaser div.wiki_teaser_background div.wiki_teaser_texte
{
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
}

.wiki_home_category_teaser_container
{
    width: 614px;
    float: right;
    margin: 0px;
}

.wiki_home_category_teaser_container div.wiki_home_title
{
    color: #EE1A31;
    font-size: 24px;
    font-weight: bold;
    margin-top: 35px;
}

.wiki_home_category_teaser_container div.wiki_home_category_teaser {
    background-image:
        url("themes/site_themes/default/images/background_teaser_categorie.jpg");
    float: left;
    /*height: 211px;*/
    margin-right: 18px;
    padding-top: 35px;
    padding-bottom: 15px;
    width: 297px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

div#content .wiki_home_category_teaser_container div.wiki_home_category_teaser div.category_title a,
div#content .wiki_home_category_teaser_container div.wiki_home_category_teaser div.category_title
{
    color: #575757;
    font-size: 20px;
    font-weight: bold;
}

.wiki_home_category_teaser_container div.wiki_home_category_teaser div.teaser_container
{
    float: left;
    margin: 20px;
}
.wiki_home_category_teaser_container div.wiki_home_category_teaser div.teaser_container div.title {
    height: 40px;
    display: table-cell;
}

.wiki_home_category_teaser_container div.wiki_home_category_teaser div.teaser_container div.title,
.wiki_home_category_teaser_container div.wiki_home_category_teaser div.teaser_container div.title a
    {
    color: #999999 !important;
    line-height: 19px;
    font-size: 18px !important;
    font-weight:bold;
}

.wiki_home_category_teaser_container div.wiki_home_category_teaser div.teaser_container div.title a:hover
{
    color:#575757 !important;
    text-decoration:none;
}

.wiki_home_category_teaser_container div.wiki_home_category_teaser div.teaser_container div.image
    {
    float: left;
    height: 82px;
    margin-top: 13px;
    width: 107px;
}

.wiki_home_category_teaser_container div.wiki_home_category_teaser div.teaser_container div.infos
    {
    float: left;
    font-size: 12px;
    margin-top: 13px;
    padding-left: 16px;
    width: 130px;
}

.wiki_home_category_teaser_container div.wiki_home_category_teaser div.teaser_container div.infos p
    {
    margin: 0px;
    padding: 0px;
}

.warning_box {
    width: 536px;
    border: 1px solid #e0e0e0;
    padding: 4px 11px;
    margin: 5px 0px;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background:
        url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWZlZmVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #ffffff 60%, #efefef 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #ffffff),
        color-stop(100%, #efefef) ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 60%, #efefef 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 60%, #efefef 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 60%, #efefef 100%);
    /* IE10+ */
    background: linear-gradient(top, #ffffff 60%, #efefef 100%);
    /* W3C */
    filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
        '#ffffff', endColorstr = '#efefef', GradientType = 0 );
    /* IE6-8 */
}


.warning_box table,
.warning_box table *,
.warning_box table td,
.warning_box table td *,
.warning_box table tr,
.warning_box table tr *,
.warning_box table tbody,
.warning_box table tbody *
{
    border:0px solid #fff !important;
}

.warning_box td.image_red {
    width: 33px;
    height: 32px;
    background-image:
        url(themes/site_themes/default/images/warning_red_octogon.gif);
    background-repeat: no-repeat;
}

.warning_box td.image_yellow {
    width: 33px;
    height: 32px;
    background-image:
        url(themes/site_themes/default/images/warning_yellow_octogon.gif);
    background-repeat: no-repeat;
}

.warning_box td.texte {
    font-weight: bold;
    font-size: 11px;
}

/*  */
div#article div#social div.box div.boxBg {
    padding: 13px;
    font-size: 12px;
}

div#article div#social div.box div.boxBg div.title {
    color: #8a8a8a;
    font-weight: bold;
    margin-bottom: 11px;
}

div#article div#social div.box div.boxBg div.avatar {
    width: 49px;
    height: 49px;
    background-color: #FFFFFF;
    float: left;
    margin-right: 25px;
    margin-bottom:20px;
}

div#article div#social div.box div.boxBg div.screen_name {
    font-weight: bold;
    margin-bottom: 5px;
}

div#article div#social div.box div.boxBg div.screen_name a {
    color:#8a8a8a !important;
}

div#article div#social div.box div.boxBg div.screen_name a:hover {
    color:#575757 !important;
    text-decoration:none;
}

div#article div#social div.box div.boxBg div.edit_by {
    margin: 15px 0px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 12px 0px;
    font-weight: bold;
    color: #8a8a8a;
}

div#article div#social div.box div.boxBg div.edit_by a {
    color: #ed1b2e !important;
}

div#article div#social div.box div.boxBg a.button {
    color: #fff !important;
}

	background-color:#EE2F41;
#memberlist td a {
    color: #8a8a8a !important;
    font-weight: bold;
}

#memberlist td a:hover {
    color: #666666;
    text-decoration: none;
}

/* Page contributeurs */
.defaultSmall {
    margin-bottom: 20px;
}

/*SITE MAP*/
.sitemap_container .site_left,.sitemap_container .site_right {
    width: 400px;
    float: left;
}

.sitemap_container .site_left {
    margin-right: 35px;
}

.sitemap_container ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: 0 none;
    font-size: 100%;
    margin-bottom: 15px;
}

.sitemap_container li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: list-item;
}

.sitemap_container li * {
    margin: 0px;
    padding: 0px;
}

.sitemap_container h1 {
    color: #EE1A31;
}

.sitemap_container h2 {
    color: #666666;
    padding-bottom: 18px;
    background: url("themes/site_themes/default/images/splitter-medium.png")
        no-repeat scroll 0 36px transparent;
}

.sitemap_container h3 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}

.defaultBold {
    font-weight: bold;
}

.ui-menu .ui-menu-item a {
    font-size:12px !important;
}

/* Wiki Table of contents */

div#content div.boxToc
{
    width: 240px;
}

div#content div.boxToc div.boxTocBg
{
    background-color: #eeeeee;
}

div#content div.boxToc div.boxTocBg li
{
    color: #8a8a8a;
    font-size: 13px;
}

div#content div.boxToc div.boxTocBg ul li ul li a
{
    color: #575757;
    font-size: 12px;
    font-weight: normal;
}

#toc ol ol {
    display:none;
}

#help-content div {
    display:none;
}

div#content div.boxTocBg
{
    padding: 16px 6px 12px 6px;
}

div#content div.boxToc div.boxTocBg
{
    background-color: #eeeeee;
}

#revision_table {
	width:650px !important;
}

table#revision_table, table#revision_table tr td {
    border: none;
}

#revision_table a {
    color:#585858 !important;

}

#revision_table .revision_table_even {
    background:#eee;
}

#revision_table .revision_table_odd {
    background:#fff;
}

.ratio_texte {
    line-height: 9px;
}

div#footer #member_block a, div#footer #links_block a {
    font-size: 10px;
    line-height: 12px;
}


li#recette div table td {
    line-height: 20px;
}

.part1 .footersignupimage {
    display: block;
    margin-top: 7px;
}

.headerbtn, .footerbtn {
    background: #fabcc2; /* Old browsers */
    background: -moz-linear-gradient(top,  #fabcc2 5%, #ed1b2e 41%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#fabcc2), color-stop(41%,#ed1b2e)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fabcc2 5%,#ed1b2e 41%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fabcc2 5%,#ed1b2e 41%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fabcc2 5%,#ed1b2e 41%) !important; /* IE10+ */
    background: linear-gradient(top,  #fabcc2 5%,#ed1b2e 41%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabcc2', endColorstr='#ed1b2e',GradientType=0 ); /* IE6-9 */
}

.headerbtn {
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
}

.headerbtn:hover, .footerbtn:hover {
    background: #F58690; /* Old browsers */
    background: -moz-linear-gradient(top,  #F58690 5%, #ed1b2e 41%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#fabcc2), color-stop(41%,#ed1b2e)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #F58690 5%,#ed1b2e 41%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #F58690 5%,#ed1b2e 41%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #F58690 5%,#ed1b2e 41%) !important; /* IE10+ */
    background: linear-gradient(top,  #F58690 5%,#ed1b2e 41%) !important; /* W3C */
    -webkit-box-shadow: inset -1px -1px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset -1px -1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset -1px -1px 5px 0px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}
div#header div#menu_block ul li#recettes {
    background: url(themes/site_themes/default/images/bg-btn-recettes.png) no-repeat top center;
    width: 165px;
    height: 30px;
    display: block;
    padding-top: 15px;
}
div#header div#menu_block ul li#recettes:hover {
    background-position: center bottom;
}
div#header div#menu_block ul li#wiki {
    background: url(themes/site_themes/default/images/bg-btn-encyclopedie.png) no-repeat top center;
    width: 211px;
    height: 30px;
    display: block;
    padding-top: 15px;
}
div#header div#menu_block ul li#wiki:hover {
    background-position: center bottom;
}
div#header div#menu_block ul li#contributeurs {
    background: url(themes/site_themes/default/images/bg-btn-contributeurs.png) no-repeat top center;
    width: 189px;
    height: 30px;
    display: block;
    padding-top: 15px;
}
div#header div#menu_block ul li#contributeurs:hover {
    background-position: center bottom;
}












.wiki_page{
    position:relative;
}

.wiki_page table {
    border-collapse:collapse;
    padding : 5px;
}
.wiki_page table, .wiki_page th, .wiki_page td {
    border: 1px solid gray;
    padding : 5px;
    vertical-align:top;
}

.wiki_page img { 
	padding:0 0 15px 0; 
	display:block;
}

.wiki_page img.floating_left {
	float:left;
	padding:0px 15px 15px 0;
	display:image;
}

.wiki_page img.floating_right {
	float:right;
	padding:0px 0px 15px 15px;
}

.wiki_page ol, .wiki_page ul {
    display: table;
}

/* Need to cancel this effect inside a table to avoid a display bug with the bullets */
.wiki_page ol, .wiki_page table ul {
    display: block;
}

.createwiki {
    margin-bottom: 35px;
}

div#header div#menu_block div.submenu div.left_recipe_block div.recipe div.title a:hover, 
div#header div#menu_block div.submenu div.right_recipe_block div.recipe div.title a:hover 
{
    text-decoration: none !important;
    color: #575757 !important;
}

.wiki_teaser_title {
    height: 40px;
    min-height: 40px;
}

h1.forgotheader {
    color: #EE1A31;
    padding-bottom: 0;
    margin-bottom: 10px;
}

h3.forgot {
	width:450px;
}

textarea.error {
    border:1px solid #F00;
}

#commentsList .editCommentBox {
    padding: 0 0 20px;
}

.comment .buttonBlack {
    color: #FFF;
}

.comment .avatar .text p a, #wikiTOC a, div.homeContent div.recipeBlock p a {
    color: #8a8a8a !important;
}

.comment .avatar .text p a:hover, #wikiTOC a:hover, div.homeContent div.recipeBlock p a:hover {
    text-decoration: none !important;
    color: #575757 !important;
} 

.ui-widget-overlay {
    background: #000;
    opacity: .7;
}

.sourcelinks a {
    font-size: 11px;
}

/* Browse fancybox for the new message form */

div.browse_fancybox
{
    width: 660px;
}

div.browse_fancybox div.item
{
    float: left;
    padding: 6px 6px 6px 6px;
    margin: 0px 2px 2px 0px;
    width: 200px;
    height: 58px;
}

div.browse_fancybox div.item p
{
    line-height: 16px;
}

div.browse_fancybox div.item input
{
    float: left;
    margin-top: 16px;
    margin-right: 10px;
}

div.browse_fancybox div.scroll
{
    overflow: auto;
    height: 320px;
}

/* New private message form */
div#recipients_display
{
    float: left;
    width: 400px;
    border: #dddddd 1px solid;
    padding: 4px;
    min-height: 26px;
    margin-right: 4px;
}

div#recipients_display.error_message,
input[name=subject].error_message,
textarea[name=body].error_message {
	border:1px solid #F00;
}

div#recipients_display span,
div#facets_summary span
{
    display: inline-block;
    padding: 1px 6px;
    margin: 1px 4px 1px 0px;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    
    background-color: #f0f0f0;
    border: #cccccc 1px solid;
}

div#facets_summary span a
{
    display: inline-block;
    width: 9px;
    height: 8px;
    background:
        url(themes/site_themes/default/images/close-facets-summary-element.png)
        no-repeat top right;
}

div#Pagination
{
    height: 22px;
}

div#facets_summary
{
    padding-bottom: 12px;
}

.extra_spacer_title{
    margin-bottom:35px;
}

.profileMenu .avatar .image{
    width:70px;
}

.profileMenu .avatar .name{
    width:98px;
}

.help_warning {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background:
        url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWZlZmVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #ffffff 60%, #efefef 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #ffffff),
        color-stop(100%, #efefef) ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 60%, #efefef 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 60%, #efefef 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 60%, #efefef 100%);
    /* IE10+ */
    background: linear-gradient(top, #ffffff 60%, #efefef 100%);
    /* W3C */
    filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
        '#ffffff', endColorstr = '#efefef', GradientType = 0 );
    /* IE6-8 */
    border: 1px solid #E0E0E0;
    padding: 4px 11px;
    width:213px;
    float:right;
    cursor:pointer;
}

.help_warning_text{
    width:180px;
    float:left;
}

.help_warning_icons{
    width:33px;
    float:right;
}

.help_warning_text p{
    font-size: 12px;
    font-weight: bold;
    color:#EE1A31;
    margin:0px;
}

.help_warning_text p.small{
    font-size: 10px;
    font-weight: bold;
    color:#666666;
}

.help_warning_icons .icon_yellow{
    height:33px;
    width:33px;
    margin-bottom:5px;
    background:url("themes/site_themes/default/images/warning_yellow_octogon.gif") no-repeat 0 0 transparent;
}

.help_warning_icons .icon_red{
    height:33px;
    width:33px;
    background:url("themes/site_themes/default/images/warning_red_octogon.gif") no-repeat 0 0 transparent;
}

.help_warning_popup{
    width:442px;
    padding:35px;
}

.help_warning_popup img{
    padding:15px 0;
}

.help_warning_popup span {
	color:#F00;
}

.help_warning_popup div.spacer {
	height:10px;
}

.help_warning_popup h1{
    color:#8a8a8a !important;
    margin-top:0px;
    line-height:26px;
    padding-bottom:25px;
    background:url("themes/site_themes/default/images/splitter-large.png") no-repeat scroll left bottom transparent;
}

#warning_help_trigger{
    text-decoration:none;
}


.help_warning_popup p.help_bold{
    font-weight:bold;
    color:#575757 !important;
}

.help_warning_popup p.help_red{
    font-weight:bold;
    color:#EE1A31 !important;
}

.wikiContent #article ul.tabbar{
	height:40px;
}

textarea{
	color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding:5px 4px;
	border: 1px solid #D0D0D0;
    resize: vertical;
}

h4.nopad
{
    margin-top: 0px;
    padding-top: 0px;
}

/* Theses buttons will be shown manually in recipe form javascript class */ 
div.submitRecipeSkin
{
    display: none;
    background-color: #eeeeee;
    padding: 10px;
    text-align: center;
}

img#loadingImage
{
    display: block;
    margin: 40px 0px 0px 0px;
    width: 220px;
}

/* edit profile section */

div#more_links_container div span.half
{
    display: inline-block;
    width: 255px;
    padding: 10px 20px 0px 0px;
    vertical-align: -3px;
}

div#more_links_container div span.button
{
    display: inline-block;
}

p.memberLink
{
    text-align: right;
    padding: 0px;
    margin: 0px;
}


.sort-order {
    margin-left:5px;
    font-size : 16px;
}

div#main div#content a.blue
{
    color:#0645ad;
}

div.ratingPopup
{
    position: absolute;
    display: none;
    margin-left: 47px;
    margin-top: -52px;
    background-color: #ffffff;
    border: #cccccc 1px solid;
    width: 100px;
    padding: 10px 10px 7px 12px;
    z-index: 999;
}

div#main div#content div.ratingPopup p
{
    color: #575757;
    font-size: 12px;
}

div#main div#content div.ratingPopup p.buttons
{
    padding-left: 15px;
}

img.icon
{
    margin: 0px 2px;
    vertical-align: -2px;
}

.plus-one iframe{
   margin-bottom: -2px !important;
}

#search_types_header {
    padding-bottom:10px;
    color:#848484
}

.search_types_header_type {
    float:left;
    width:100px;
}

div.consignes-de-redaction {
	border: #e5e5e5 1px solid;
	background-color: #fefcc3;
	margin-top: 20px;
	margin-bottom: 18px;
	padding: 20px 16px 6px 16px;
}

div.consignes-de-redaction-edition {
	width: 545px;
	float: left;
	margin-top: 0px;
}

div.consignes-de-redaction h4,
div.consignes-de-redaction p {
	padding-top: 0px;
	margin-top: 0px;
}

div.consignes-de-redaction h4 {
	color: #585657;
	margin-bottom: 5px;
}

div.consignes-de-redaction p {
	color: #8b8b8b;
}

div.letter-block {
	border: #e5e5e5 1px solid;
	padding: 5px;
	margin-bottom: 20px;
}

div.letter-block div {
	background-color: #eeeeee;
	padding: 15px 20px;
}

div.letter-block div p {
	margin: 0px;
	padding: 1px 0px;
	font-weight: bold;
}

div.letter-block div a {
	color: #898989 !important;
}

div.letter-block div a:hover {
	color: #575757 !important;
}

a.letter {
	font-size: 15px;
	font-weight: bold;
	color: #ee192d !important;
}

h2.letter {
	font-size: 24px;
	font-weight: bold;
	color: #ee192d;
	margin-bottom: 12px;
}


/* contest */

/*
div.homeContestBanner {
    position:absolute;
    z-index:2;
    text-align: center;
    width:100%;
    left: 0;
    overflow: hidden;
}

div.homeContestShadow {
    height: 8px;
    display: block;
    background: url(themes/site_themes/default/images/contest-banner-shadow.png) repeat-x;
}

div.homeContestBanner div#homeContestClose {
    overflow: hidden;
    height: 108px;
    background: url(themes/site_themes/default/images/contest-banner-bg.jpg) repeat-x;
}

div.homeContestBanner div.homeContestContent {
    width: 878px;
    height: 289px;
    padding: 3px 0 0 47px; 
    display: block;
    margin: auto;
    background: url(themes/site_themes/default/images/contest-banner-3.jpg) no-repeat center top;
}

div.homeContestBanner .homeContestBannerDetailsBtn {
    margin-top:200px;
    padding-left:621px;
    padding-top:30px;
    width:150px;
    height:27px;
    display:block;
    margin-left:535px;
    color:#666666;
}

div.homeContestBanner .homeContestBannerDetailsBtn:hover {
    text-decoration:none;
}

.homeContestBanner .homeContestBannerSubmitReceipBtn {
    margin: 192px 0 0 35px;
    padding-left:16px;
    padding-top:9px;
    width:155px;
    height:27px;
    display:block;
    color:#2f2f2f;
}

.homeContestBanner .homeContestBannerSubmitReceipBtn:hover{
    text-decoration:none;
}

.recipe_list .recipe_list_single_content_left{
    float: left;  
}
.recipe_list .recipe_list_single_content_right {
    padding-left: 15px; 
    float: left;   
}
.recipe_list .recipe_author a{
    color:#999999!important;
}
.recipe_list a:hover{
    text-decoration: underline;
}
.recipe_list{
    padding-top:15px;
}
.recipe_list .recipeBlock h2{
    margin: 0;
    height: 38px;
    overflow: hidden;
}
.recipe_list h2 a{
    color:#999999!important;  
}
.recipe_list h2 a:hover{
    color:#727272!important;
    text-decoration: none;
}
.contest_details p a{
    color: #0645AD!important;;
}
.recipe_list hr{
    color: #e1e1e1;
}
.recipe_list .recipeBlock{
    width:368px;
    height: 210px;
    padding: 20px;
    margin-bottom: 20px;
    float: left;  
    background: url("themes/site_themes/default/images/bg_finaliste.jpg") no-repeat scroll center bottom transparent;
}
.recipe_list .recipeBlock.right{
    margin-left: 19px;
}
.recipe_list .recipeBlock .recipe_inner{
    height: 215px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-right: 15px;
    position: relative;
}
.recipe_list #amount_text{
    bottom: 20px;
    margin: 0;
    position: absolute;   
    font-size: 12px; 
}

.contest_details_header h1{ 
    float: left;
}
.contest_details_header #recipe-social-buttons{ 
    float: right;
}
*/
#amount_text {
    line-height: 16px;   
}
.social-medias {
    float: left;
    margin-left: 7px;
}
.social-medias .addthis_toolbox {
    position: relative;
    padding: 0 0 0 4px;
}
#social .avatar a.button {
    margin-top: 9px;
    display: inline-block;
}
div#recipe #social .recommand p.title {
    color: #000;
    font-weight: 700;
    font-size: 12px;
    padding-top: 20px;
}
div#recipe #social .recommand p.buttons {
    margin:0;
}
div#recipe div#image {
    position: relative;
}
div#recipe div#image a[class*="pin"] {
    position: absolute !important;
    top: 10px;
    left: 37px;
}
div#recipe div#image div.legend .book-recipe {
    float: left;
}
div#recipe div#image div.legend .btn-comment {
    float: right;
}
div#recipe div#image div.legend .book-recipe > a,
div#recipe div#image div.legend .recommand > a {
    padding: 3px 10px
}
div#recipe div#image div.legend .book-recipe > a > span{
    background: url(themes/site_themes/default/images/recipe-icon.png) no-repeat left center;
    padding-left: 20px;
    display: inline-block;
}
div#recipe div#image div.legend .btn-comment > a > span{
    background: url(themes/site_themes/default/images/comment-icon.png) no-repeat left center;
    padding-left: 20px;
    display: inline-block;
}
div#recipe .boxBg .buttonNormal {
    padding: 3px 10px;
    display: inline-block;
    margin: 5px 8px 5px 0;
}
.recommand #rateYes span {
    background: url(themes/site_themes/default/images/thumbsup-icon.png) no-repeat left center;
    padding-left: 20px;
    display: inline-block;
}
.recommand #rateNo span {
    background: url(themes/site_themes/default/images/thumbsdown-icon.png) no-repeat left center;
    padding-left: 20px;
    display: inline-block;
}
div#recipe #comments #box-comment {
    height: 100px;
    width: 100%;
}
div#recipe #comments h5 {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 12px;
}
div#content #comments a#toggleAddComment {
    display: inline-block;
}
div#content #addComment #comment_form textarea {
    width: 100%;
    height: 150px;
}

div#content #addComment #comment_form .comment-title {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}

.login-buttons-block {
    margin-top: 20px;
}

div#content .login-buttons-block .subscribeIcon {
    margin: 0;
}
.separator {
    border-bottom: 1px solid #E3E3E3;
    margin: 20px 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
#preview #image > a {
    display: none;  
}
#member_block .horiz #member_menu_link .member-name {
    color: #dddddd;
}
div#main div.recipeHome .right,
div#main div.wikiContent .right {
    padding: 0;
}