* {
  margin: 0;
  outline: medium none;
  padding: 0;
}
a {
  color: #EFB0A4;
  text-decoration: none;
}
a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
a img {
  border: medium none;
}
body {
  background: url("bg_gris.png") repeat scroll center top #333333;
  color: #333333;
  color: #ADADAD;
  font-family: Georgia,Helvetica,Arial,Geneva,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-top: 0;
  border-top: 3px solid #EFB0A4;
}
p {
  padding-bottom: 10px;
}
li {
  list-style: none outside none;
  padding-bottom: 3px;
}
ul {
  padding: 6px 6px 10px;
}
ul li {
  list-style: none outside none;
}
h1 {
  color: #CCCCCC;
  font-family: 'Lobster Two',arial,serif;
  /*font-family: 'Dancing Script',arial,serif;*/
  font-size: 32px;
  font-weight: normal;
}
h1 a, h1 a:hover, h1 a:visited {
  color: #CCCCCC;
  text-decoration: none;
  text-shadow: 1px 1px 5px #111;

  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
h1 a:hover {
  text-shadow: 1px 1px 20px #999;
}
.links_social {
/*  position: absolute;
  top: 50px;
  right: 0;*/
text-align: center;
}

.links_social img {
  width: 45px;
}

h2 {
  font-size: 14px;
  font-weight: normal;
}
h3 {
  color: #EFB0A4;
  /*font-family: Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;*/
  font-family: 'Lobster Two',arial,serif;
  font-size: 18px;
  font-weight: normal;
}
h4 {
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}
code {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #262626;
  border-color: #F0F0F0;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  display: block;
  margin: 5px 30px 10px 10px;
  padding: 2px 10px;
}



blockquote {
  position: relative;
  margin: 10px 25px;
  padding: 0 20px;
  font-style: italic;
  font-size: 13px;
  color: #eee;
}

blockquote:before {
  content: '“';
  font-size: 52px;
  font-family: 'Lobster Two',arial,serif;
  position: absolute;
  top: -20px;
  left: -20px;

  color: #EFB0A4;
}

blockquote:after {
  content: '”';
  font-size: 52px;
  font-family: 'Lobster Two',arial,serif;
  position: absolute;
  bottom: 0px;
  right: 0px;
  line-height: 12px;

  color: #EFB0A4;
}

blockquote cite {
  display: block;
  margin: 5px 0 0;
}
.more-link {
  color: #CCCCCC;
  float: right;
  margin: 0 1px 11px 0;
  padding: 4px 6px;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#content img {
  margin: 0;
  max-width: 640px;
}
#content .attachment img {
  max-width: 900px;
}
#content .alignleft, #content img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
#content .alignright, #content img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
#content .aligncenter, #content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#content img.alignleft, #content img.alignright, #content img.aligncenter {
  margin-bottom: 12px;

}
#content .wp-caption {
  background: none repeat scroll 0 0 #F1F1F1;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}
#content .wp-caption img {
  margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
  color: #888888;
  font-size: 12px;
  margin: 5px;
}
#content .wp-smiley {
  margin: 0;
}
#content .gallery {
  margin: auto;
}
#content .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 164px;
}
#content .gallery img {
  border: 5px solid #111111;
}
#content .gallery .gallery-caption {
  color: #888888;
  font-size: 12px;
  margin: 0 0 12px;
}
#content .gallery dl {
  margin: 0;
}
#content .gallery br + br {
  display: none;
}
#all_in_one_gallery div.a_gallerie {
  margin: 0;
}
#page {
  /*border-left: 2px solid #1F92C9;
  border-right: 2px solid #1F92C9;*/
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
#container {
  height: auto;
  min-height: 100%;
/*  position: absolute;*/
  width: 960px;
margin: 0 auto;

}
#header {
  height: 100px;
  width: 960px;
  position: relative;
margin: 0 auto;
}
#box {
  clear: both;
}
#content {
  float: left;
  padding: 0 0;
  text-align: justify;
  width: 598px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  min-height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.1);
margin-bottom: 15px;
margin: 0 auto;
}
#sidebar {
 /* background: none repeat scroll 0 0 #39363B;
  box-shadow: 0 0 10px #000000;*/
  float: right;
  margin-right: 0;
  width: 360px;
}
#footer {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    clear: both;
    color: #CCCCCC;
    font-size: 12px;
    padding-top: 20px;
    text-align: center;
    width: auto;
    margin-bottom: 50px;
    padding-bottom: 20px;

}

.partenaires, .social {
  border-right: 1px dashed grey;
    float: left;
    margin-bottom: 15px;
    margin-left: 15px;
    min-height: 210px;
    text-align: left;
    width: 150px;
padding-bottom: 5px;
}
.social li {
  float: left;
}

.partenaires a {
line-height: 120%;
}

#title {
  float: left;
  margin-left: 20px 0 0 10px;
}
#title h1 {
  font-size: 46px;
}
#title h2 {
  font-size: 12px;
}
#topmenu {
  font-size: 11px;
  height: 27px;
  margin: 0 auto;
  padding: 5px 0 0 15px;
}
#feed {
  float: right;
  list-style: none outside none;
  margin: 0;
  padding: 0;
margin: 0 auto;
}
#menu {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
  padding-top: 4px;
  width: 960px;
  height: 36px;
  position: relative;
z-index: 999;
margin: 0 auto;
}
#menu li {
  display: inline;
  font-weight: bold;
  margin-right: 0px;
  padding: 10px 0;
}
#menu a {
  color: #CCCCCC;
  font-size: 14px;
}
#menu ul li a {
  background: none;
  color: #CCCCCC;
  font-weight: bold;
  letter-spacing: 0;
  padding: 2px 10px;
  text-decoration: none;
}

#menu ul li a:hover, #menu ul li a:active, #menu ul li.current_page_item a {
  background: none;
  color: #EFB0A4;
  padding: 2px 10px;
}

#menu ul li#menu-item-7490 a,
#menu ul li#menu-item-7491 a,
#menu ul li#menu-item-7580 a {
color: #6CF0F7;
}
#menu ul li#menu-item-7373 a {
color: #FAFF70;
}


#searchform {
  float: right;
  height: 20px;
  line-height: 20px;
  margin: 2px 0;
  padding: 2px 0;
position: relative;

}
#searchform #s {
    font-size: 12px;
    height: 16px;
    margin-right: 10px;
    padding: 3px;
    width: 200px;
border-radius: 10px 10px 10px 10px;
}

.form_search_btn {
    padding: 5px;
    position: absolute;
    right: 12px;
    top: 1px;

}
#content li {
  list-style: none outside none;
  margin: 5px 15px;
text-align: left;
}


#content li.li_cat_2 {
    float: left;
    list-style: none outside none;
    margin-left: 40px;
    width: 40%;
}

/*
.post_cat_title_2,
.post_cat_title {
  padding: 15px 15px 0px 15px;

  width: 235px;
  float: left;
  font-family: 'Lobster Two',arial,serif;
  font-size: 20px;
  border-bottom: solid 1px #aaa;
  margin-left: 15px;
  margin-right: 15px;
}
.post_cat_title_2{
  width: 530px;
}*/
.post {
  padding: 15px 15px 0px 15px;

  width: 265px;
  float: left;
  height: 200px;
}
.post a:hover {
  color: #CCCCCC;
  text-decoration: underline;
}
.post h2 {
  background: none repeat scroll 0 0 #333;
  /*font-family: 'Dancing Script',arial,serif;*/
  font-family: 'Lobster Two',arial,serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 5px 10px;

  position: absolute;
  bottom: 15px;
  height: 24px;
  overflow: hidden;
  opacity: 0.8;
  width: 250px;
  text-align: left;
  z-index: 6;

  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;

  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis; /* pour Opera 9 */
  text-overflow: ellipsis; /* pour le reste du monde */
}
.post a,
.post a:hover,
.post h2 {
  color: #EFB0A4;
  text-decoration: none;

  /*
  opacity:0.7;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;*/
}
.post h2:hover {
  text-decoration: none;
}
.post h2 a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.box_zone {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background: #222;
}
.box_zone:hover,
.post .box_zone:hover h2,
.link_home:hover h2 {
  opacity: 1;
  text-decoration: none;
  box-shadow: 0 0 10px #000;
}
#content .box_zone:hover img {
  max-width: 110%;
}

.link_home:hover h2:after {
  font-size: 16px;
  font-family: Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
}

.link_cat {
  position: absolute;
  top: 0;
  right: 0;
}
.link_cat a {
  -webkit-transform:translateX(40px) translateY(20px) rotate(45deg) ;
  -moz-transform:translateX(40px) translateY(20px) rotate(45deg) ;
  -o-transform:translateX(40px) translateY(20px) rotate(45deg) ;
  transform:translateX(40px) translateY(20px) rotate(45deg) ;
  width: 150px;
  background : #444;
  color      : #FFFFFF;
  display    : block;
  margin     : 7px 0;
  padding    : 5px 14px;
}
.link_cat a:hover {
  color: #fff;
  background : #555;
}

.arch {
  background: none repeat scroll 0 0 #3D3D3D;
  border-bottom: 0 none;
  color: #91F43F;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 10px;
}
.arch h2 {
  color: #CCCCCC;
  font-size: 20px;
}
.pagetitle {
  padding-left: 15px;
}
.descr {
  font-size: 11px;
  text-align: left;
  float: right;
}
.descr a {
  color: #EEEEEC;
  text-decoration: none;
}
.descr a:hover {
  color: #EEEEEC;
  text-decoration: underline;
}
.entry {
  font-size: 14px;
  line-height: 1.4;
  margin-left: 15px;
  margin-right: 30px;
}
.entry ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.entry img {
  margin: 5px;
}
.post_subscri {
  background-color: #FFF8AF;
  border: 1px solid #999999;
  font-size: 12px;
  margin-top: 5px;
  padding: 5px;
}
.post_subscri img {
  float: left;
  margin-top: -16px;
}
.meta {
  background: none repeat scroll 0 0 #262626;
  font-size: 12px;
  margin-top: 5px;
  padding: 5px 15px 5px 15px;
}

.prew_next {
  background: none repeat scroll 0 0 #262626;
  display: block;
  font-size: 12px;
  height: 16px;
  margin: 0 ;
  padding: 5px;
  text-align: left;
  font-weight: bold;
}
.prev {
  color: #000000;
  float: left;
  font-size: 11px;
  padding: 0;
}
.next {
  color: #000000;
  float: right;
  font-size: 11px;
  padding: 0;
}
.prev-page {
  float: left;
  font-size: 15px;
  font-weight: bold;
}
.next-page {
  float: right;
  font-size: 15px;
  font-weight: bold;
}
#s_top {
  /* background: none repeat scroll 0 0 #39363B;
border-radius: 0 10px 0 0;*/
  border: medium none;
  float: right;
  padding: 0 0 6px;
  position: relative;
  width: 360px;

}
#s_top h2 {

   background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #EFB0A4;
    color: #EFB0A4;
    display: block;
    font-family: "Sirin Stencil",Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 13px;
    margin: 10px 0 10px 10px;
    padding: 3px 0 10px;
    text-align: left;
    width: 350px;

/*********   ANCIEN MODELE
  background: url("./calendar/fanion_rose.png") no-repeat scroll right center transparent;
  color: #000000;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 13px;
  margin: 10px 160px 10px 0;
  padding: 3px 8px 5px 10px;
  text-align: left;
  width: 182px;
************/

}
#rss_box h2 {
  background: none repeat scroll 0 0 #262626;
  color: #CCCCCC;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 12px;
  margin: 5px 0;
  padding-bottom: 5px;
  text-align: left;
}
#rss_box ul {
  margin-bottom: 0;
}
#rss_box li {
  float: left;
  height: 17px;
  margin: 0 2px 0 0;
  overflow: hidden;
  padding: 2px 0 0 0;
  white-space: nowrap;
  width: 100px;
}
#bookmark {
  float: left;
  margin: 0 5px;
  padding: 5px;
  width: 310px;
}
#bookmark li {
  display: inline;
}
.b_items {
  color: #ADADAD;
  float: left;
  padding-left: 10px;
  padding-top: 10px;
  position: relative;
  text-align: left;
  width: 330px;
}
.b_items a {
  color: #EFB0A4;
}
.b_items a:hover {
  color: #8D8D8D;
  text-decoration: none;
}
.b_items ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.b_items ul li {
  font-size: 12px;
  list-style: square outside none;
  margin: 0 10px 0 25px;
  padding: 4px 0;
}
.b_items ul li#menu-item-3602,
.b_items ul li#menu-item-5721,
.b_items ul li#menu-item-6890 {
  list-style: none;
margin-left: 5px;

}
.b_items ul li#menu-item-3602:before {
  content: url('./icons/blabla16.png');
  padding-right: 5px;
}
.b_items ul li#menu-item-5721:before {
  content: url('./icons/calendar16.png');
  padding-right: 5px;
}
.b_items ul li#menu-item-6890:before {
  content: url('./icons/partenaires16.png');
  padding-right: 5px;
}

#left .menu li {
  font-weight: bold;
  margin-left: 0;
}

#left .sub-menu li {
  font-weight: normal;
list-style: none;
  margin-left: 20px;

}

.b_items ul li a {
  color: #ADADAD;
  height: 12px;
  margin: 0;
  padding: 0 0 2px 0;
  text-decoration: none;
}
.b_items h2 {
  background: none repeat scroll 0 0 #1B1B1B;
  color: #CCCCCC;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 12px;
  margin: 0 160px 7px 0;
  padding: 5px 8px 5px 10px;
  text-align: left;
}
#s_cate ul li {
  float: left;
  height: 12px;
  list-style: square outside none;
  margin: 0 2px 0 25px;
  padding: 2px 0 0 5px;
  width: 130px;
}
#tag_cloud {
  margin: 10px;
}
#about_box {
  height: 120px;
  padding: 0 10px;
}
#about_box img {
  background: none repeat scroll 0 0 #262626;
  border: 1px solid #EEEEEE;
  float: left;
  height: 49px;
  margin: 0 5px 5px 0;
  padding: 2px;
  width: 49px;
}
#about_box h2 {
  margin-left: -10px;
}
#side_ad {
  text-align: center;
}
#left {
  float: left;
  margin: 0 0 10px;
  padding: 10px 0 0;
  position: relative;
  width: 182px;
}
#right {
  float: right;
  margin: 0 0 10px 0;
  padding: 10px 0 0;
  position: relative;
  width: 178px;
}
#left, #right {
  /*background: none repeat scroll 0 0 #39363B;*/
  border-radius: 0 0 10px 0;
  font-size: 10px;
  padding-bottom: 10px;
  text-align: left;
}
#left a, #right a {
  color: #EFB0A4;
}
#left a:hover, #right a:hover {
  color: #EEEEEC;
  text-decoration: none;
}
#left h2, #right h2 {
  background: none repeat scroll 0 0 #EFB0A4;
  color: #000000;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 12px;
  margin: 0 10px 7px 0;
  padding: 5px 10px;
  text-align: left;
}
#left ul, #right ul {
  list-style: none outside none;
  margin: 10px 0 0;
  padding: 0;
}
#left h2, #right h2 {
  background: none repeat scroll 0 0 #EFB0A4;
  margin: 0 10px 0;
  padding: 5px;
}
#left ul {
  list-style: none outside none;
  margin: 0 0 0;
  padding: 0;
}
#left div, #right div {
  /*background-color: #383838;*/
  margin: 0 10px 10px;
  opacity: 0.7;
  padding: 5px;
}

#right .textwidget,
#left .textwidget {
opacity: 1;
}
#left div:hover, #right div:hover {
  opacity: 1;
}
#left ul li, #right ul li {
  font-size: 12px;
  list-style: none outside none;
  margin: 0 10px;
  padding: 4px 0 4px 0;
}
#footer a {
  color: #FFFFFF;
}
#footer a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#copyright {
  clear: both;
  padding-right: 5px;
  padding-top: 8px;
}
.commentlist {
  margin: 0;
  padding: 0;
  text-align: left;
}
.commentlist li {
  border: 1px solid #262626;
  list-style: none outside none;
  margin: 6px 0 3px 10px;
  overflow: hidden;
  padding: 5px 10px 3px;
}
.commentlist li .avatar {
  background: none repeat scroll 0 0 #262626;
  border: 1px solid #EEEEEE;
  float: right;
  padding: 2px;
  margin: 3px;
}
.commentlist cite, .commentlist cite a {
  font-size: 1.1em;
  font-style: normal;
  font-weight: bold;
}
.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  margin: 10px 5px 0 0;
  text-transform: none;
}
.commentmetadata {
  display: block;
  font-weight: normal;
  margin: 0;
}
.nocomments {
  margin: 0;
  padding: 0;
  text-align: center;
}
.alt {
  background-color: #262626;
  border: 1px solid #FFFFFF;
  margin: 0;
  padding: 10px;
}
.commentlist li.authorcomment {
  background-color: #262626;
  border: 1px solid #CCCCCC;
  list-style: none outside none;
  margin: 6px 0 3px 10px;
  overflow: hidden;
  padding: 5px 10px 3px;
}
#trackback {
  margin: 6px 0 0 10px;
}
#trackback h3 {
  color: #CCCCCC;
  font: bold 18px Arial,Helvetica,sans-serif;
  text-align: left;
}
#trackback ul li {
  border: medium none;
  list-style: square outside none;
  margin-left: 10px;
  padding: 0 0 2px;
}
#comments {
  color: #CCCCCC;
  font: bold 18px Arial,Helvetica,sans-serif;
  margin: 10px 0 0 10px;
  text-align: left;
}
.add_reply {
  height: 15px;
}
.yus_reply {
  float: left;
  padding: 0;
}
.commentcount {
  color: #E0E0D0;
  float: right;
  font-family: Georgia,sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px 0 0;
}
#commentform p {
  font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
  margin: 1px 0 1px 10px;
}
#commentform input {
  margin: 2px 5px 1px 0;
  padding: 2px;
  width: 170px;
}

#commentform label input {
  width: 33px;
margin: 2px 0 1px;
}
#commentform textarea {
  margin-bottom: 5px;
  margin-left: 0;
  padding: 10px;
  width: 450px;
}
#commentform #submit {
 /* float: right;*/
  font-weight: bold;
  height: 24px;
 /* margin: 0 90px 10px 0;*/
  margin: 0;
  width: 60px;
}
#respond {
  color: #CCCCCC;
margin: 20px 0 10px 10px;
font-family: Arial;
}
.slected {
  background: none repeat scroll 0 0 grey;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #CCCCCC;
  font-size: 12px;
}
.slected:hover {
  background: none repeat scroll 0 0 #1b1b1b;
}
.slected:focus {
  background: none repeat scroll 0 0 #1B1B1B;
}
#tabs {
  padding: 5px 0 0 10px;
}
#tab-content {
  float: left;
  margin: 0 0 1px;
  width: 340px;
}
.TabbedPanels {
  float: left;
  width: 340px;
}
.TabbedPanelsTabGroup {
  margin: 0;
  padding: 0;
}
.TabbedPanelsTab {
  background: none repeat scroll 0 0 #1B1B1B;
  color: #767C79;
  cursor: pointer;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  list-style: none outside none;
  margin-right: 2px;
  padding: 4px 0;
  position: relative;
  text-align: center;
  top: 1px;
  width: 95px;
}
.TabbedPanelsTabHover {
  color: #CCCCCC;
}
.TabbedPanelsTabSelected {
  background-color: #262626;
  font-weight: bold;
  width: 95px;
}
.TabbedPanelsTab a {
  color: #767C79;
  text-decoration: none;
}
.TabbedPanelsContentGroup {
  background: none repeat scroll 0 0 #262626;
  color: #767C79;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 5px;
  padding: 8px 5px;
  width: 330px;
}
.TabbedPanelsContentGroup li {
  list-style: square outside none;
  margin-left: 15px;
  padding: 1px 5px 1px 0;
}
.TabbedPanelsContentGroup li a {
  color: #ADADAD;
  padding-left: 3px;
}
.TabbedPanelsContentGroup li a:hover {
  padding-left: 5px;
}
.TabbedPanelsContent {
  padding: 2px;
}
.VTabbedPanels .TabbedPanelsTabGroup {
  background-color: #EEEEEE;
  float: left;
  height: 20em;
  position: relative;
  width: 10em;
}
.VTabbedPanels .TabbedPanelsTab {
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
  float: none;
  margin: 0;
}
.VTabbedPanels .TabbedPanelsTabSelected {
  background-color: #EEEEEE;
  border-bottom: 1px solid #999999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
  clear: none;
  float: left;
  height: 20em;
  padding: 0;
  width: 30em;
}
#content .change ul li a {
  border-left: 8px solid #EEEEEC;
  color: #ADADAD;
  display: block;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1em;
  height: 16px;
  margin: 0;
  padding-top: 2px;
  text-decoration: none;
}
#content .change ul li a:hover {
  border-left: 8px solid #000000;
}
#content .change ul li {
  float: left;
  margin: 2px 2px 0 0;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 160px;
}
h2 img {
  float: right;
  padding-right: 10px;
  padding-top: 5px;
}
#s_top .b_items h2 {
  margin-left: 0px;
/* ancien modele
  margin-left: -10px;*/
}
#content div.entry div.res_image {
  width: 150px;
}
#content div.entry div.res_image img {
  max-width: 150px;
}
#content div.entry div.res_text {
  float: right;
  font-size: 12px;
  line-height: 120%;
  width: 380px;
}
#right div.textwidget {
  background-color: #39363B;
  text-align: center;
}
div.post a img {
}

#content .post_index_img {
  max-width: 100%;
  /*max-height: 180px;*/
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
/*
.post_index_img:hover  {
  box-shadow: 0 0 5px #000;
}*/

.box_zone {
  position: relative;
  height: 170px;
  overflow: hidden;
  text-align: center;
  width: 265px;
}

#last_actus3 .box_zone,
#last_actus .box_zone {
}
#last_actus3 .post,
#last_actus .post {
  padding: 0;
  margin: 0;
}

.show_all {
  float: right;
  font-family: Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
  font-size: 12px;
  padding-top: 6px;
}

.text_intro {
  width: 245px;
  height: 150px;
  position: absolute;
  padding: 10px;
  opacity: 0;
  z-index: 5;
}
.text_intro:hover {
  opacity: 0.8;
  background-color: #111;
}




.b_slide {
  color: #ADADAD;
  float: left;
  padding-left: 25px;
  padding-top: 10px;
  position: relative;
  text-align: left;
  width: 300px;
}
#s_top .b_slide h2 {
margin-left: -15px;
/*
  margin-left: -25px;*/
}

.post_art h2 {
  color: #89DD23;
}

.post_actus h2 {
  color: #89DD23;
}

.pagination_posts {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
}

.prev-page, .next-page {
  padding: 10px 15px;
}


/* -------------------------------------------------------------------------- */
/* Detail Post */

.post_detail h2 {
  /*background: none repeat scroll 0 0 #333;*/
  /*font-family: 'Dancing Script',arial,serif;*/
  font-family: 'Lobster',arial,serif;
  font-size: 30px;
  font-weight: 500;
  text-shadow: 1px 1px 1px #000000;
  padding: 0;
  margin: 0;
  color: #EFB0A4;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.post_detail .descr,
.post_detail h2 {

  /*background: none repeat scroll 0 0 #2d2d2d;*/
  padding-left: 15px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 5px;
text-align: left;
}

.post_head {
  margin-bottom: 15px;
}

.post_detail .descr {
  margin: 0;
  float:left;
  font-style: italic;
  color: #aaa;
}

.post_detail .print_me {
  float:right;
  margin-right: 10px;
  margin-top: 5px;
}

/* FORM */
.wpcf7-form p {
  margin-top: 5px;
  font-size: 12px;
  color: #EFB0A4;
}
#post-506 input:hover,
.wpcf7-form textarea:hover,
.wpcf7-form input:hover {
  background: #2c2c2c;
}
#post-506 input,
.wpcf7-form textarea,
.wpcf7-form input {
  background: #222;
  border: solid 1px #EFB0A4;
  border-radius: 3px;
  padding: 2px;
  margin-top: 5px;
  color: #eee;
}

#s2email,
.wpcf7-form textarea,
.your-subject input {
  width: 150px;
}

.wpcf7-form span.wpcf7-not-valid-tip {
  background: #222;
  padding: 10px;
  border-color: orange;
  color: orange;
  border-radius: 3px;
}

#menu-mes-blabla-souvent-sans-interets {
  border-top: dashed 1px #555;
  padding-top: 5px;
}

/* For mobiles */
/*@media all and (max-width: 700px) {
  #container,
  #page,
  #footer,
  #content,
  #menu,
  #header {
    width: 100%;
  }

  #menu {
    min-height: 36px;
  }

  #sidebar {
      background: none repeat scroll 0 0 #262626;
      box-shadow: 0 0 10px #000000;
      float: none;
      margin-right: 0;
      margin-top: 0px;
    width: 100%;
z-index: 1;
  }
}*/

/* -------------------------------------------------------------------------- */
/* Ingredients */
/*.ingredients {

  border: dashed 1px #777;
  background: #555;
  padding: 7px;
  margin-bottom: 5px;
  text-shadow: 0 0 3px #222222;
}

.ingredients:first-child {
font-family: 'Dancing Script',arial,serif;
  color: #EFB0A4;
  font-size: 20px;
}*/

/* -------------------------------------------------------------------------- */
/* Preparation */
/*
.preparation {
  counter-reset: chapitre;
}

.preparation p:before {
  font-size: 20px;
  counter-increment: chapitre;
  content: counter(chapitre);
  position: absolute;
  top: 12px;
  left: 8px;
font-family: 'Dancing Script',arial,serif;
  color: #EFB0A4;
}

.preparation p {
  min-height: 20px;
  padding: 7px;
  padding-left: 28px;
  position: relative;
  margin: 0;
  margin-bottom: 5px;
  border: dashed 1px #666;
  background: #4a4a4a;
}*/

/* OPTION 2 */


.ingredients {
     position: relative;
     background: #555555;
     border: 1px dashed #888;
     float: right;
     margin-bottom: 5px;
     margin-left: 20px;
     padding: 7px;
     text-shadow: 0pt 0pt 3px #222222;
     width: 200px;
     font-style: italic;
     text-align: left;
     color: #ccc;
     z-index: 100;

}
.ingredients:before {
  content: url('./icons/cut.png') ;
  position: absolute;
  right: -16px;
  top: 20px;
}

#content .ingredients li {
  list-style-type: disc;
}


.ingredients p:first-child {
/* font-family: 'Dancing Script',arial,serif;*/
font-family: 'Lobster Two',arial,serif;
  color: #EFB0A4;
  font-size: 20px;
}

.preparation {
     counter-reset: chapitre;
}

.preparation p:before {
     color: #EFB0A4;
     content: counter(chapitre, decimal);
     counter-increment: chapitre;
/* font-family: 'Dancing Script',arial,serif;*/
font-family: 'Lobster Two',arial,serif;

     font-size: 20px;
     left: 8px;
     position: absolute;
     top: 6px;
}

.preparation p {
     margin: 0pt 0pt 5px;
     min-height: 20px;
     padding: 7px 7px 7px 28px;
     position: relative;
}

#sub_news input {
  margin: 0;
  padding: 5px;
  border: solid 0px #666;
  font-size: 12px;
  font-weight: normal;
  background: #000;
  color: #EFB0A4;
}

#sub_news input[type=submit]{
  font-weight: bold;
  cursor: pointer;
  padding: 5px 15px;
}

#sub_news input#s2email {
  background: #fff;
  color: #000;
  width: 200px;
  box-shadow: inset 0 0 4px #333;
}

/* -------------------------------------------------------------------------- */
/* Calendar */


.calendar_month {

  width: 270px;
  height: 450px;
  background: #f2f2f2;
  margin: 10px auto;

  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  -webkit-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
     -moz-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
          box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
  padding-bottom: 50px;
}
.calendar_height_480 {
  height: 480px;
}

.calendar_height_465 {
  height: 465px;
}

.calendar_height_550 {
  height: 550px;
}
.calendar_height_560 {
  height: 560px;
}
.calendar_height_620 {
    height: 620px;
}

.calendar_height_750 {
    height: 750px;
}

.calendar_height_800 {
    height: 800px;
}

.calendar_height_710 {
    height: 710px;
}

.back_avril {
	background: url("./calendar/fraise4.jpg") no-repeat scroll 130px 355px #FFFFFF;
}

.back_mai {
	background: url("./calendar/rhubarbe.jpg") no-repeat scroll 140px 425px #FFFFFF;
}

.back_juin {
	background: url("./calendar/framboise.jpg") no-repeat scroll 145px 390px #FFFFFF;
}
.back_juillet {
	background: url("./calendar/concombre.png") no-repeat scroll 145px 460px #FFFFFF;
}

.back_aout {
	background: url("./calendar/figue.jpg") no-repeat scroll 145px 530px #FFFFFF;
}

.back_sept {
	background: url("./calendar/poireaux2.png") no-repeat scroll 145px 690px #FFFFFF
}

.back_oct {
background: url("./calendar/coing.jpg") no-repeat scroll 145px 735px #FFFFFF;
 }

.back_nov {
background: url("./calendar/panais2.jpg") no-repeat scroll 145px 655px #FFFFFF;
 }

.back_dec {
background: url("./calendar/orange_2.jpg") no-repeat scroll 125px 515px #FFFFFF;
}


.back_janv {
    background: url("./calendar/betteraves-cuites.jpg") no-repeat scroll 126px 505px #FFFFFF;
}

.back_fev {
    background: url("./calendar/Rutabaga.png") no-repeat scroll 160px 560px #FFFFFF;
}

.calendar_month h3 {
  width: 270px;
  background: #2F2E35;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
  text-align: center;
  font-size: 22px;
  padding: 6px 0;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
}

.calendar_month h4 {
  margin: 0 20px 5px;
  padding: 15px 0 3px;
  font-size: 17px;
  font-weight: bold;
  clear: both;
}
h4.title_legumes {
  border-bottom: solid 3px #AEC56A;
  color: #AEC56A;
}
h4.title_fruits {
  border-bottom: solid 3px #E0A64A;
  color: #E0A64A;
}

.calendar_month ul {
  list-style-type: none;
  margin: 0 20px;
  padding: 0;
}
#content .calendar_month ul li{
  margin:2px 0;
  /*margin-left: 15px;*/
  padding: 0;
  font-size: 14px;
  color: #444;
  list-style-type: none ;
  float: left;
  width: 50%;
  text-align: left;
}
#content .calendar_month ul li:first-letter {
  font-size: 14px;
}

#content .calendar_month a {
color: #BF8E85;
border-bottom :dotted 1px #bbb;
}

p.month_desc {
  border-top : solid 1px #999;
  margin: 30px 20px 5px;
  padding: 10px 0;
  font-style: italic;
  color: #555;

}

/* Related list */

#content .list_related li {
  width: 100px;
  float: left;
  font-size: 11px;
  text-align: left;
  padding: 0;
  margin: 5px;
}
.img_container {
  width: 100px;
  height: 70px;
  overflow: hidden;
}

.list_related img {
  width: 100px;
}

p.subscribe-to-comments label,
#commentform label {
    color: #91F43F;
    font-weight: bold;
}

.cat_link {
  border-bottom: dotted 1px #ccc;
}


.postit {
background: url("./calendar/Post-it2.png") no-repeat scroll center center transparent;
    height: 233px;
}

.postit p {
color: grey;
    font-family: 'Lobster Two',arial,serif;
    font-size: 16px;
    padding: 45px 200px 25px;
    text-align: left;
}

.uiIconText span#umgcwa04 {
    color: white !important;
}

  .shareaholic-show-on-load,
  .shareaholic-like-buttonset {
    width: 600px;
    margin: 0 auto !important;
  }

.sub_news  {
text-align: center;
margin: 20px 0;
}

.sub_news a {
    background: none repeat scroll 0 0 #EFB0A4;
    border: 1px dashed #555555;
    border-radius: 15px 15px 15px 15px;
    color: #555555;
    font-family: "lobster two";
    font-size: 20px;
    padding: 10px;
}

/* List recipes */

.list_recipe h2 {
  font-size: 26px;
  font-family: 'Lobster Two',arial,serif;
  border-bottom: none;
text-align: left;
}

.list_recipe h3,
.list_recipe h2 {
  font-size: 22px;
  font-family: 'Lobster Two',arial,serif;
margin-top: 20px;
margin-bottom: 15px;
}

.list_recipe h2 a,
.list_recipe h3 a,
h2.blogs_title {
   background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border: 1px dashed grey;
    border-radius: 10px 10px 10px 10px;
    font-family: 'Lobster Two',arial,serif;
    font-size: 20px;
    padding: 5px 10px;
color: #EFB0A4 !important;
text-align: left !important;
}

h2.blogs_title{
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center !important;
    width: 120px;
}

.list_recipe ul li a {
  color: #ADADAD;
}
.list_recipe ul li a:hover {
  color: #BBBBBB;
  text-decoration: underline;
}

#index_recipes ul {
 padding: 0;
}

/* -------------------------------------------------------------------------- */
/* MEDIA QUERIES */

/* + 292 */
@media only screen and (min-width: 1270px) {

  #header,
 /* #page,*/
  #container,
  #menu,
  #footer,
#topmenu {
    width: 1252px;
  }


  #content {
    width: 890px;
  }

  #content .list_related li {
    width: 155px;
  }
  #content .list_related .img_container {
    width: 155px;
    height: 90px;
  }
  .list_related img {
      width: 100%;
  }


}

/* +584 */
/*
@media only screen and (min-width: 1620px) {

  #page,
  #container,
  #menu,
  #footer {
    width: 1544px;
  }

  #content {
    width: 1182px;
  }

}
*/


.s2_message {
/*font-size: 22px;
text-align: center;*/
margin: 150px 0;
color: #859900;
}

#s2email {
  padding: 5px;
  width: 300px;
}

.s2_error {
  font-size: 18px;
  color: #CB4B16;
  font-weight: bold;
}

#right select {
    
    border: 1px solid #FFFFFF;
    margin-left: 10px;
    margin-top: 15px;
    padding: 3px;
}
#right select option{
    
}