/*******************************************************************************
 * MAIN STYLES
 ******************************************************************************/ 
#allContent{
  width:1280px;
  margin: 0 auto;
  position: relative;
}

#headerContent{
  height: 130px;
  left: 0;
  padding-top: 20px;
  position: relative;
  top: 0;
  width: 960px;
}

.headerContentBgImage{
  background: url("images/planche_960.png") no-repeat scroll 0 0 transparent;
}
.optimized .headerContentBgImage{
  background: url("images/planche_960_opt20.png") no-repeat scroll 0 0 transparent;
}

#headerContent .blogImage{
  height: 125px;
  width: 125px;
  left: 34px;
  position: absolute;
  top: 4px;
}

#headerContent .blogTitle{
  color: white;
  font-family: cursive;
  font-size: 40px;
  font-weight: bold;
  margin: 0 160px;
  text-align: center;
}

#headerContent .blogTitle a{ color: white; }

#headerContent .blogDescription{
  color: #FFDDDD;
  font-family: cursive;
  font-size: 20px;
  font-style: italic;
  margin: 0 160px;
  text-align: center;
}

#sidebar .blogFollowUs{
  color:white;
  display:block;
}

#sidebar .blogFollowUs a{ 
  color:white; 
  padding: 0 0 0 50px;
  margin: 10px 0 0 10px;
  line-height: 32px;
  display: block;
}

#sidebar .blogFollowUs .rss{
  background:url("images/rss.png") no-repeat scroll 0 0 transparent;
}

#sidebar .blogFollowUs .facebook{
  background:url("images/facebook.png") no-repeat scroll 0 0 transparent;
}

#sidebar .blogFollowUs .twitter{
  background:url("images/twitter.png") no-repeat scroll 0 0 transparent;
}

#sidebar .blogFollowUs .youtube{
  background:url("images/youtube.png") no-repeat scroll 0 0 transparent;
}

#mainContent{
  width:100%;
  /* float:right; */
}

#footerContent{
  width:100%;
  /* float:right; */
}

#assiette{
    float: left;
    position:relative;
    width:920px;
    margin-top: 90px;
}

#fourchette {
  background:url("images/fourchette.png") no-repeat scroll 0 0 transparent;
  height:800px;
  width:100px;
  position: absolute;
  top: 200px;
  left: -100px;
}
.optimized #fourchette {
  background:url("images/fourchette_opt24_i.png") no-repeat scroll 0 0 transparent;
}

#couteau {
  background:url("images/couteau.png") no-repeat scroll 0 0 transparent;
  height:800px;
  width:100px;
  position: absolute;
  top: 200px;
  right: -85px;
}
.optimized #couteau {
  background:url("images/couteau_opt24_i.png") no-repeat scroll 0 0 transparent;
}

#cuillere {
  background:url("images/cuillere.png") no-repeat scroll left center transparent;
  height:100px;
  width:400px;
  position: absolute;
  top: -85px;
  left: 260px;
}
.optimized #cuillere {
  background:url("images/cuillere_opt24_i.png") no-repeat scroll left center transparent;
 } 

#topAssiette{
    height: 410px;
    padding: 50px 94px 0;
    width: 732px;
    overflow:visible;
}


.topAssietteBgImage{
    background: url("images/assietteTop.png") repeat scroll 0 0 transparent;
}
.optimized .topAssietteBgImage{
    background: url("images/assietteTop_opt46.png") repeat scroll 0 0 transparent;
}

#assiette .middle{
    background: url("images/assietteMiddle.png") repeat scroll 0 0 transparent;
    padding: 0 94px;
    width: 732px;
    overflow:auto;
}

#assiette #content{
  float: left;
  overflow: visible;
  padding:15px;
  margin:0;
  width:550px;
  background: #F3F3F3;
  border: 1px solid lightgray;
}

#assiette #content.imageContent {
  width:702px;
}

#bottomAssiette{
    height: 460px;
    width: 732px;
    padding: 0 94px;
    overflow:auto;
}   

.bottomAssietteBgImage{
    background: url("images/assietteBottom.png") repeat scroll 0 0 transparent;
}
.optimized .bottomAssietteBgImage{
    background: url("images/assietteBottom_opt46.png") repeat scroll 0 0 transparent;
}

#content h2, #content h2 a{
  border-bottom: 2px solid lightgray;
  color: #F00;
  font-size: 22px;
  margin: 0;
  padding-bottom: 10px;
  text-align: center;
  font-family: arial;
  width:auto;
}

.singleContent h3, singleContent h3 a {
  border: 1px solid #AAA;
  color: #666;
  font-size: 22px;
  margin: 100px 0 0;
  padding: 5px 10px;
  background: #FFF;
  border-radius: 0 15px 0 0;
}
#rdcf_ingredientsRecette h3{ color:#F99; }
#rdcf_ustensilesRecette h3{ color:#F90; }
#rdcf_imagesRecette h3{ color:#48D; }
#rdcf_imagesRecette .gallery-icon img { border: 3px solid #9BF; padding: 3px; }
#rdcf_preparationRecette h3{ color:#D44; }


.archiveContent h2, .archiveContent h2 a, .imageContent h2, .imageContent h2 a {
  border-bottom: 1px solid #AAA;
  color: #FF9900;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

#content .entry{
  font-size: 13px;
  text-align: justify;
}

.breadcrumb {
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid lightgray;
    border-top: 1px solid lightgray;
    background: #F3F3F3;
}

.middle .breadcrumb {
    margin: 0 0 10px 0;
}

#bottomAssiette .breadcrumb {
    margin: 20px 0 10px;
}

#topAssiette .adsense{
  width: 728px;
  height: 90px;
  margin: 10px 0;
  border: 2px solid red;
}    
/* Post informations */
.topInfos {
  width: 728px;
  height: 220px;
  border:2px solid #AD0F1E;
  color:#666666; 
  padding:0px;
  margin:0 0 11px 0;
  background: #F7F7F7;
}

.topInfos .topInfosImage{
  border: 1px solid #E99999;
  float: left;
  font-size: 15px;
  font-style: italic;
  height: 180px;
  margin: 10px 0 10px 10px;
  overflow: hidden;
  padding: 9px;
  text-align: center;
  width: 180px;
  background: url("images/noimage_198.png") no-repeat;
}

.topInfosImage a{
  color: gray;
}

.topInfos .topInfosImage img{
  width:180px;
  height:180px;
}

.topInfos .topInfosDetails{
  float: right;
  margin: 0;
  padding: 10px;
  height:200px;
  width:488px;
}

.topInfos p {
  line-height:18px;
  margin:0;
  padding:0;
}

.rdcf_description{
  float: left;
  height: 165px;
  width: 100%;
  text-align: justify;
  font-size: 15px;
}

.rdcf_description p{
  margin:10px 0;
}

.rdcf_longDescription{
  font-size: 14px;
  text-align: justify;
}

.rdcf_sharingTopPost{
  border-left: 1px dashed lightgray;
  float: right;
  height: 160px;
  padding-top: 5px;
  padding-left: 10px;
  width: 114px;
}

.rdcf_sharingTopPost .rdcf_shareLocalBig{
  margin-bottom: 15px;
}

.rdcf_sharingTopPost .rdcf_shareSocialHorizontal .addthis_item{
  height:30px;
}

.addthis_default_style .addthis_counter {
    margin-left: 2px;
}

.rdcf_sharingBottomPost{
  float: right;
}

.rdcf_sharingBottomPost .addthis_toolbox{
  float: left;
}

.rdcf_sharingBottomPost .addthis_item{
  float: left;
}

#content .entry{
  position:relative;
}



.welcomeText{
  color: #48D;
  padding:10px;
  border: 1px dashed #48D;
  margin-top:20px;
  /*
  position:absolute;
  top:120px;
  left:0;
  */
}

.contentInfos{
  float: right;
  width: 134px;
}

.contentInfos .rdcf_widget_infotext{
  background: white;
  border: 2px solid #48D;
  margin-bottom:15px;
  padding:10px;
  text-align: center;
  color: #48D;
}

.contentInfos .rdcf_widget{
  background: white;
  border: 1px solid #AD0F1E;
  margin-bottom:15px;
  padding-bottom:15px;
  text-align: center;
  position: relative;
}

.contentInfos .rdcf_SameCategoryWidget li{
  margin-left:14px !important;
  margin-right:14px !important;
}

.contentInfos .rdcf_adwidget{
  margin:30px 0;
}

.contentInfos .rdcf_widget .rdcf_adsense_bg{
  background: #FF0000;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.contentInfos .rdcf_widget .RdCF_4Links_120x90{
  margin: 5px 0 0 13px;
}

.contentInfos .rdcf_widget ul{
  list-style-type:none;
  margin:0;
  padding:0;
}

.contentInfos .rdcf_widget li{
  margin:10px 0;
  padding:0;
}

.contentInfos .rdcf_infos .rdcf_widget{
  margin-bottom:12px;
  border:0;
  padding:0;
}

.contentInfos .rdcf_infos .rdcf_widget li{
  margin:0;
  padding:0;
}

.contentInfos .rdcf_widget .rdcf_widgetTitle{
  background:#AD0F1E;
  color:white;
  font-weight:bold;
  font-size: 14px;
  margin: 0 0 10px;
  padding: 5px 0;
}

.contentInfos .rdcf_infos .rdcf_widget .rdcf_widgetTitle{
  background:white;
  color: #AD0F1E;
  font-style:italic;
  font-size: 12px;
  margin: 5px 0 3px 0;
  padding: 0;
}

#topAssiette h1{
    width:728px;
    height:50px;
    line-height: 50px;
    font-family: "Segoe Script", cursive;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0;
    /*color: #48D;*/
    color: #FF0000;
    overflow: hidden;
}  
.leaveComment{
  color:#48D;
  font-size:16px;
  font-weight: bold;
}

.highlight, .highlight a { color: #48D; font-weight:bold; }


.someInfos { margin: 30px 0; padding:10px; border-top:2px solid #AAA; border-bottom:2px solid #AAA; background: url("images/papier.jpg") repeat scroll 0 0 transparent; }
.someInfos p { margin:0; }

.someInfos .someInfosNavigation { border: 1px dashed #AAA; padding:10px; margin:10px 0; background:#FFF; clear:both;  }
.someInfos .someInfosNavigation .nav-previous { font-weight: bold; float:left; width:50%; text-align:left; }
.someInfos .someInfosNavigation .nav-next { font-weight: bold; float:right; width:50%; text-align:right; }
.someInfos .someInfosNavigation .meta-nav { font-size:16px; }

.someInfos .someInfosMore { margin-top: 20px; }
.someInfos .someInfosMore .moreTitle { margin-bottom:5px; line-height:20px; font-size:16px; }
.someInfos .someInfosMore .moreCategories { font-weight:normal; line-height:20px; }
.someInfos .someInfosMore .moreCategories a { margin:0; line-height:22px; font-size:14px; font-weight:bold; }
.someInfos .someInfosMore .moreTags { font-weight: normal; }

.someInfos .someInfosShare { margin: 0; }
.someInfos .someInfosShare .shareTitle { /*float:left; line-height:20px; */ margin-bottom:5px; font-size:16px; }
.someInfos .someInfosShare .shareButton { float:right; }
.someInfos .someInfosShare .shareLink { float:left; line-height:20px; }
/* .someInfos .someInfosShare .shareLink a { color:#36F; cursor:pointer; font-weight:bold; } */
.someInfos .someInfosShare #shareLinkContent { padding:10px; border:2px dotted #36F; background:#F3F3F3; margin: 10px 0; text-align:center; }
.someInfos .someInfosShare #shareLinkContent textarea { margin:10px 0; padding:5px; border:1px solid #999; color:#48D; }
.someInfos .someInfosShare .shareText { font-weight:bold; line-height:20px; margin-bottom:20px; }
.someInfos .someInfosShare .shareText .highlight { float:right; margin:0 5px; color: #F60; font-size:20px; }



.postArchive{
  margin:25px 0;
  border-top: 2px solid #AD0F1E;
  border-bottom: 2px solid #BBB;
}


#content .postArchive h2, #content .postArchive h2 a{
  margin: 0;
  padding: 2px 5px;
  border: 0;
  background: #FDD;
  font-size: 18px;
  text-align:left;
  color: #F00;
}
#content .postArchive h2{
  border-bottom: 1px solid #CCC;
}

.postArchive .metaContent{
  background: #FEE;
  padding:10px;
}

.postArchive .metaData{
}

.postArchive table{
  border-collapse: collapse;
  margin: 10px 0;
}

.postArchive table td{
  vertical-align: middle;
}

.metaThumbnail{
  border: 2px solid lightgray;
  height: 100px;
  padding: 10px;
  width: 100px;
  background: url("images/noimage_120.png") no-repeat;
  text-align: center;
  font-size: 10px;
  font-style: italic;
  position: relative;
}
.metaThumbnail a{  color: gray;
}
.metaThumbnail img{
  height: 100px;
  width: 100px;
}
.metaThumbnail .overlay {
  color: #FFF;
  width: 90px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 30px;
  background-color: #808080;
  text-align: center;
  padding:5px 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
  opacity: 0;
}
.moreRecettesBanner:hover .metaThumbnail .overlay, .rdcf_SameCategoryWidget:hover .metaThumbnail .overlay {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
  opacity: 0.7;
}

.postArchive .metaDescription{
  padding: 10px;  
}

.contentInfos .metaThumbnail{
  height: 90px;
  width: 90px;
  padding: 5px !important;
  background: url("images/noimage_100.png") no-repeat;
}
.contentInfos .metaThumbnail img{
  height: 90px;
  width: 90px;
}
.contentInfos .metaThumbnail .overlay {
  left: 5px;
  bottom: 5px;
}





.moreRecettesBanner{
  width: 728px;
  height:90px;
  border: 2px solid lightgray;
  margin:0;
  padding:0;  
  background:transparent;
}
.someInfos .moreRecettesBanner{
  width: 530px;
  border: 0;
  padding: 10px 0;
}

.moreRecettesBanner ul{
  list-style-type:none;
  margin:0;
  padding:0;  
  border:0;
}

.moreRecettesBanner li{
  float:right;
  margin-right:1px;
}
.someInfos .moreRecettesBanner li{
  float: left;
}

.moreRecettesBanner .metaThumbnail{
  height: 90px;
  width: 90px;
  padding: 0px !important;
  margin: 0px !important;
  background: url("images/noimage_100.png") no-repeat scroll -5px -5px transparent;
  border-width:0 1px 0 0;
  border-color:lightgray;
  border-style:solid;
}
.moreRecettesBanner .metaThumbnail img {
  height: 90px;
  width: 90px;
}

.someInfos .moreRecettesBanner .metaThumbnail {
  margin: 10px !important;
  border: 2px solid lightgray;
  float: left;
  width: 240px;
  height: 240px;
  background: #FFF;
}
.someInfos .moreRecettesBanner .metaThumbnail img {
  height: 210px;
  width: 210px;
  margin: 15px;
}
.someInfos .metaThumbnail .overlay {
  width: 210px;
  height: 60px;
  left: 15px;
  top: 145px;
  padding: 10px 0;
  font-size: 22px;
}




/*******************************************************************************
 * GABARIT
 ******************************************************************************/ 
 
body {
  /*background:url("images/carreaux-rouges.jpg") repeat scroll 0 0 transparent;*/
  background:url("images/carreaux-rouges_optJ33.jpg") repeat scroll 0 0 transparent;
  background-attachment: fixed;
  border:0 none;
  color:#333333;
  font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
  font-size:12px;
  margin:0 auto;
  padding:0;
}

#wholePart {
  width:1280px;
}
/* Top part */
#topPart {
  height:310px;
  width:1280px;
}
/* Middle part */
#middlePart {
  clear:both;
  width:1280px;
}

#middleLeftPart {
  float:left;
  width:140px;
}

#middleCenterPart {
  -moz-border-radius:15px 15px 0 0;
  background:none repeat scroll 0 0 white;
  float:left;
  width:700px;
}

#middleCenterPart #inside {
  -moz-border-radius:15px 15px 0 0;
  background:none repeat scroll 0 0 white;
  border-color:#AD0F1E #AD0F1E -moz-use-text-color;
  border-style:solid solid none;
  border-width:5px 5px 0;
  margin:5px 5px 0;
  overflow:auto;
  padding:5px 5px 0;
  width:670px;
}

#middleRightPart {
  float:left;
  width:420px;
}
/*******************************************************************************
 * TOP PART
 ******************************************************************************/ 
/* Top center part */ 
#headerPart {
  background:url("images/baguette.gif") no-repeat scroll 0 0 transparent;
  height:200px;
}

#headerPartLeft {
  height:170px;
  float:left;
  width:100px;
  padding-top:30px;
  margin-left: 20px;
}

#headerPartRight {
  height:170px;
  float:left;
  padding-top:30px;
  margin-left:25px;
}

#headerPart .blogTitle a, #headerPart .blogTitle a:link, #headerPart .blogTitle a:visited, #headerPart .blogTitle a:hover, #headerPart .blogTitle a:active {
  color:#AD0F1E;
  font-family:'Arial Rounded MT Bold',Gadget,sans-serif;
  font-size:28px;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
}

#adsenseLeaderboardTop {
border:3px solid #AD0F1E;
margin-top:5px;
}

#mainTitlePart {
  height:100px;
  width:900px;
}
/*******************************************************************************
 * MIDDLE PART
 ******************************************************************************/ 
/* Middle left part */ 
#annuaires{
  margin:180px 10px 0px;
  padding:5px;
  border:2px solid #FFF;
  color:white;
  font-size:18px;
  font-weight:bold;
  text-align:left;
  text-decoration:underline;
}
/* Middle center part */ 
#footerPart {
  background:url("images/serviette.gif") no-repeat scroll 0 0 transparent;
  height:130px;
  width:670px;
}
/* Middle right part */ 
/*******************************************************************************
 * SIDE BAR
 ******************************************************************************/ 
#sidebar {
  float:right;
  margin: 120px 0 0 0;
  padding:10px;
  text-align:left;
  width:242px;
  border: 4px solid white;
  background: #333333;
}

#sidebar #title {
  width:200px;
  height:60px;
  background: url('images/ardoise-titre.gif') no-repeat;
  padding:0;
  border:0;
  margin:0px 11px 40px 11px;
}

#sidebar .widgetTitle {
  border-bottom:1px solid #FF9999;
  margin:5px 0 0;
  padding:0;
  font-family: cursive;
  font-size:20px;
  font-style: italic;
  font-weight: normal;
  color: white;
}
.widgetTitle, .widgetTitle a, .widgetTitle a:hover, .widgetTitle a:visited {
  text-decoration:none;
}

#sidebar a{
  color: #DDDDDD;
  font-size:14px;
}

#sidebar ul ul li, #sidebar ul ol li{
  color: #FFCCCC;
}

#sidebar form {
  margin:0;
}
/*******************************************************************************
 * PAGE & CONTENT
 ******************************************************************************/ 
/* Structure */
  
#page {
  -moz-border-radius:15px 15px 15px 15px;
  background:none repeat scroll 0 0 white;
  border:0 none;
  margin:0;
  overflow:auto;
  padding:0;
  width:670px;
  text-align: justify;
}

#rightContent {
  width:120px;
  float:right;
}

#leftBar {
  width:130px;
  float:left;
}

#adsenseMenu{
border:3px solid #D99999;
background: #333333;
color:#828282;
margin:10px 0px;
padding:8px;
text-align:center;
}

#content .lienRecette{
  border:2px dashed #AD0F1E;
  font-size:16px;
  font-weight:bold;
  padding:5px;
  text-align:left;
}

.thread-alt {
background-color:#F8F8F8;
}

.thread-even {
background-color:white;
}

.depth-1 {
border:1px solid #DDDDDD;
}

.even, .alt {
border-left:1px solid #DDDDDD;
}
small {
font-family:Arial,Helvetica,Sans-Serif;
font-size:0.9em;
line-height:1.5em;
}
h2, h3 {
font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
font-weight:bold;
}
h2 {
font-size:1.6em;
}
h2.pagetitle {
font-size:1.6em;
}
h3 {
font-size:1.3em;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color:#333333;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
text-decoration:none;
}

.entry a {
  text-decoration: underline;
  font-weight: bold;
}

.sticky {
background:none repeat scroll 0 0 #F7F7F7;
padding:0 10px 10px;
}

.sticky h2 {
padding-top:10px;
}

.commentlist li, #commentform input, #commentform textarea {
font:0.9em 'Lucida Grande',Verdana,Arial,Sans-Serif;
}

.commentlist li ul li {
font-size:1em;
}

.commentlist li {
font-weight:bold;
border:2px dotted #E99999;
}

.commentlist li .avatar {
background:none repeat scroll 0 0 #FFF;
border:1px solid #EEEEEE;
float:right;
padding:2px;
}

.commentlist cite, .commentlist cite a {
font-size:1.1em;
font-style:normal;
font-weight:bold;
}

.commentlist p {
font-weight:normal;
line-height:1.5em;
text-transform:none;
}

#commentform p {
font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
}

.commentmetadata {
font-weight:normal;
}

#sidebar {
font:1em 'Lucida Grande',Verdana,Arial,Sans-Serif;
}
small, .nocomments, .postmetadata, blockquote, strike {
color:#777777;
}
code {
font:1.1em 'Courier New',Courier,Fixed;
}
acronym, abbr, span.caps {
font-size:0.9em;
letter-spacing:0.07em;
}
a {
  color:red;
  text-decoration:none;
}
a:hover {
color:red;
text-decoration:underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
font-size:9pt;
}

#wp-calendar a {
text-decoration:none;
}

#wp-calendar caption {
font:bold 1.3em 'Lucida Grande',Verdana,Arial,Sans-Serif;
text-align:center;
}

#wp-calendar th {
font-style:normal;
text-transform:capitalize;
}
}

.post {
margin:0 0 40px;
text-align:justify;
}

.post hr {
display:block;
}

.postmetadata {
clear:both;
}

.clear {
clear:both;
}

#footer {
background:none repeat scroll 0 0 transparent;
border:medium none;
clear:both;
color:#DDDDFF;
font-weight:bold;
margin:0 auto;
padding:80px 0 0;
width:670px;
}

#footer p {
margin:0;
padding:10px 0;
text-align:center;
}
h2.pagetitle {
margin-top:30px;
text-align:center;
}
h3.comments {
margin:40px auto 20px;
padding:0;
}
p img {
max-width:100%;
padding:0;
}
img.centered {
display:block;
margin-left:auto;
margin-right:auto;
}
img.alignright {
display:inline;
margin:0 0 2px 7px;
padding:4px;
}
img.alignleft {
display:inline;
margin:0 7px 2px 0;
padding:4px;
}

.alignright {
float:right;
}

.alignleft {
float:left;
}
html > body .entry ul {
list-style:none outside none;
margin-left:0;
padding:0 0 0 10px;
text-indent:-10px;
}
html > body .entry li {
margin:7px 0 8px 10px;
}

#sidebar ul ul li:before {
content:"» ";
}
.entry ul li:before {
content:"✔ ";
color: #DD3C44;
}

.entry ol {
margin:0;
padding:0 0 0 35px;
}

.entry ol li {
margin:0;
padding:0;
}

.postmetadata ul, .postmetadata li {
display:inline;
list-style-image:none;
list-style-type:none;
}

#sidebar ul, #sidebar ul ol {
margin:0;
padding:0;
}

#sidebar ul li {
list-style-image:none;
list-style-type:none;
margin-bottom:40px;
}

#sidebar ul p, #sidebar ul select {
margin:5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin:5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin:0 0 0 10px;
}
ol li, #sidebar ul ol li {
list-style:decimal outside none;
}

#sidebar ul ul li, #sidebar ul ol li {
margin:3px 0 0;
padding:0;
}

#searchform {
margin:10px auto;
padding:5px 3px;
}

#sidebar #searchform #s {
border:2px solid #E99999;
color:#DD3C44;
font-size:14px;
font-weight:bold;
padding:3px;
width:160px;
}

#sidebar #searchsubmit {
padding:1px;
}

.entry form {
text-align:center;
}
select {
width:130px;
}

#commentform input {
margin:5px 5px 1px 0;
padding:2px;
width:170px;
}

#commentform {
margin:5px 10px 0 0;
}

#commentform textarea {
padding:2px;
border:3px solid #DD3C44;
width:100%;
}

#respond {
  margin:100px 0 0 0;
}

#respond:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}

#commentform #submit {
float:right;
margin:0 0 5px auto;
}

.alt {
margin:0;
padding:10px;
}

.commentlist {
padding:0;
text-align:justify;
}

.commentlist li {
list-style:none outside none;
margin:15px 0 10px;
padding:5px 5px 10px 10px;
}

.commentlist li ul li {
margin-right:5px;
}

.commentlist p {
margin:10px 5px 10px 0;
}

.children {
padding:0;
}

#commentform p {
margin:5px 0;
}

.nocomments {
margin:0;
padding:0;
text-align:center;
}

.commentmetadata {
display:block;
margin:0;
color:#999;
font-style:italic;
}

#wp-calendar {
empty-cells:show;
margin:10px auto 0;
width:155px;
}

#wp-calendar #next a {
padding-right:10px;
text-align:right;
}

#wp-calendar #prev a {
padding-left:10px;
text-align:left;
}

#wp-calendar a {
display:block;
}

#wp-calendar caption {
text-align:center;
width:100%;
}

#wp-calendar td {
padding:3px 0;
text-align:center;
}

#wp-calendar td.pad:hover {
background-color:#FFF;
}
acronym, abbr, span.caps {
cursor:help;
}
acronym, abbr {
border-bottom:1px dashed #999;
}
blockquote {
border-left:5px solid #DDDDDD;
margin:15px 30px 0 10px;
padding-left:20px;
}
blockquote cite {
display:block;
margin:5px 0 0;
}

.center {
text-align:center;
}

.hidden {
display:none;
}
hr {
display:none;
}
a img {
border:medium none;
}

.navigation {
  display:block;
  margin-bottom:60px;
  margin-top:10px;
  text-align:center;
}

.imageContent .navigation {
  display:block;
  margin:25px 0;
  text-align:center;
  border-top:2px solid lightgray;
  padding-top:15px;
}

.aligncenter, div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.wp-caption {
-moz-border-radius:3px 3px 3px 3px;
background-color:#F3F3F3;
border:1px solid #DDDDDD;
margin:10px;
padding-top:4px;
text-align:center;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}

.wp-caption p.wp-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

#adsense1 {
margin:5px 0 0;
}

#adsense2 {
margin:10px 0 0 15px;
}
/* Post related links */
#postLinks{
border-top:2px solid #CCC;
min-height:300px;
padding-top:15px;
}

#postLinks h2 {
  margin:0;
  padding:0;
  font-family: cursive;
  font-size:18px;
  font-style: italic;
  font-weight: normal;
  color: white;
}

#postLinks a {
  color: #CC9999;
}

#postLinksLeft{
border:3px solid #CC9999;
float:right;
margin-left:8px;
padding:10px;
width:225px;
color:#CCC;
min-height: 280px;
background: #333333;
}

#postLinksLeft ul {
  font-family:Verdana,Arial,Sans-Serif;
  list-style-type:none;
  margin:10px 0px;
  padding:0;
  font-size:13px;
}

#postLinksLeft ul li{
  color:#CCC;
}

#postLinksLeft ul li a{
  font-weight:bold;
  text-decoration:underline;
  padding-top:10px;
}

#postLinksRight{
border:3px solid #CC9999;
float:left;
width:250px;
background: #333333;
}

#postLinksRight h2{
margin:10px;
}

.singleContent .RdCF_Carre250{
  /*float:left;*/
  /*margin:0 20px 20px 0; */
}

.singleContent .RdCF_Rectangle{
  /*float:right;*/
  /*text-align: center; */
}

.rdcf_twinAds{
  /*margin: 30px 0 80px 0;*/
}

.rdcf_twinAds .RdCF_Carre250{
  float:left;
}

.rdcf_twinAds .RdCF_Rectangle{
  float:right;
}

.sharing{
border-bottom: 2px solid #AD0F1E;
}

.RdCF_Skyscraper_Large{
width:160px;
height:600px;
}

.RdCF_Rectangle_Large{
width:336px;
height:280px;
}

.RdCF_Rectangle_Large_Texte{
  width:336px;
  height:280px;
}

#adsenseCategoryMenu{
background:none repeat scroll 0 0 #AD0F1E;
height:18px;
overflow:visible;
width:100%;
}

.clear{
clear:both;
}

#rdcf_preparationRecette ol{
  margin:0 0 0 10px;
  padding:0;
}

#rdcf_preparationRecette ol li{
  font-style:normal;
  font-weight:bold;
  color: #DD3C44;
  margin:25px 0 0 10px;
  font-size: 15px;
}

#rdcf_preparationRecette ol ol{
  margin:0 0 0 10px;
  padding:0;
  text-indent:0;
}

#rdcf_preparationRecette ol ol li{
  font-weight:normal;
  color: #333333;
  margin:10px 0 0 0;
  list-style: none;
  line-height: 20px;
  font-size: 13px;
}

#rdcf_preparationRecette ol ol li:before {
  content:"";
}
/*
#explications {
  margin:20px 0 0 10px;
  padding:0;
}

#explications li{
  font-style:normal;
  font-weight:bold;
  color: #DD3C44;
  margin:5px 0 25px 10px;
}

#explications ul{
  margin:0;
  padding:0;
  text-indent:0;
}

#explications ul li{
  font-weight:normal;
  color: #333333;
  margin:10px 0 0 5px;
  list-style: none;
  line-height: 20px;
}

#explications ul li:before {
  content:"";
}
*/
.RdCF_4Links_2{
  /*
  background: #AD0F1E;
  overflow:visible;
  padding:5px 0;
  width:109px;
  */
  margin-bottom: 15px;
}


#RdCF_LeaderBoard_Top{  
  width: 728px;
  height:90px;
  border: 2px solid red;
  margin-bottom:10px;
}

#RdCF_Rectangle_Large_Texte-1{
  width:336px;
  height:280px;
  margin: 0 0 50px -4px;
}

#RdCF_Rectangle_Large_Texte-2{
  width:336px;
  height:280px;
  margin: 30px 0 0 -4px;
}

.archiveContent #RdCF_Rectangle_Large_Texte-2{
  margin: 0 0 50px 0;
}

#RdCF_Rectangle_Large_Texte{
  width:336px;
  height:280px;
  position: absolute;
}

#RdCF_adslot{
  width:550px;
  height:250px;
  margin-bottom:20px;
  padding-top:10px;
}


#RdCF_adslot .RdCF_250x250_Texte{
  float:left;
}

#RdCF_adslot .RdCF_300x250_Texte{
  float:left;
}

#RdCF_adslot .RdCF_250x250_Rich{
  float:right;
  /*border: 3px dashed red;*/
  /*padding:10px;              */
}

#RdCF_adslot .RdCF_200x200_Rich{
  float:right;
}

#RdCF_adslot_recette_top{
  width:550px;
  height:300px;
}

#RdCF_adslot_recette_bottom{
  width:550px;
  height:300px;
  margin-top:20px;
}

#RdCF_adslot_Texte{
  width:336px;
  height:300px;
  position: absolute;
}

#RdCF_adslot_Texte-1{
  width:336px;
  height:300px;
  margin:0px;
  float:left;
}

#RdCF_adslot_Texte-2{
  width:336px;
  height:300px;
  margin:0px;
  margin-top:20px;
  /*float:left;*/
}

#RdCF_TFP_Banner{
  width:150px;
  height:225px;
  margin:0px;
  float:right;
  /*background:yellow;*/
}

#RdCF_TFP_Video{
  width:150px;
  height:225px;
  margin:0px;
  float:right;
  /*background:yellow;*/
}


.RdCF_Tartine_250{
  height:225px;
  padding:75px;
  width:250px;
  background:url("images/Toast.jpg") repeat scroll 0 0 transparent;
}

/* MODE SANS TARTINE PLUS SOBRE... */
.RdCF_TartineBgImage{
  height:250px;
  width:300px;
}
#RdCF_adslot_Rich{
  width:300px;
  height:250px;
  position: absolute;
  margin: 0;
}

#RdCF_adslot_Rich-1{
  width:300px;
  height:250px;
  margin:30px 125px 100px; 
}


/*
MODE AFFICHAGE TARTINE
.RdCF_TartineBgImage{
  height:250px;
  padding:75px 50px 50px;
  width:300px;
  background:url("images/Toast.jpg") repeat scroll 0 0 transparent;
}

#RdCF_adslot_Rich{
  width:400px;
  height:450px;
  position: absolute;
  margin: 0 75px;
}

#RdCF_adslot_Rich-1{
  width:550px;
  height:400px;
  margin-top:50px; 
  margin-bottom:50px;
}

#RdCF_adslot_Rich-2{
  width:550px;
  height:400px;
  margin-top:50px; 
  margin-bottom:50px;
}
*/

  


#RdCF_adslot_Banner{
  width:550px;
  height:60px;
  position: absolute;
  /*text-align:center;*/
}
#RdCF_adslot_Banner-1{
  width:550px;
  height:60px;
  margin-top:20px; 
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid lightgray;
}
#RdCF_adslot_Banner-2{
  width:550px;
  height:60px;
  margin-top:20px; 
  margin-bottom:50px;
}

.RdCF_250x250_Texte{
  width:250px;
  height:250px;     
}

.RdCF_300x250_Texte{
  width:300px;
  height:250px;
}

.RdCF_250x250_Rich{
  width:250px;
  height:250px;
}

.RdCF_200x200_Rich{
  width:200px;
  height:200px;
}

#RdCF_Banner_Image_Top{
  text-align:center;
}
#RdCF_Banner_Image_Bottom{
  text-align:center;
}
#RdCF_Previous_Image{
  text-align:center;
}
#RdCF_Next_Image{
  text-align:center;
}



.imageLinkOverlay{
  position:absolute; 
  top:0;
  font-size:180px; 
  line-height:120px; 
  opacity:0.6; 
  text-align:right; 
  width:150px;
}
.alignleft .imageLinkOverlay{
  left:0;
}
.alignright .imageLinkOverlay{
  right:0;
}

.imageLinkOverlay a{
  color:white; 
  text-decoration:none;
}

.imageLinkText{
  text-align:center; 
  width:150px;
}
.alignleft .imageLinkText{
  float:left;
}
.alignright .imageLinkText{
  float:right;
}


.imageLinkText a{
  color:gray; 
  text-decoration:none;
  font-weight:normal;
  font-style:italic; 
}