* {
  margin: 0px;
  padding: 0px; 
}

html {
  margin: 0px;
  padding: 0px;
}

body {
  background: #e5e6ea url(images/background.jpg) center top no-repeat;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#container {
  margin-left: auto;
  margin-right: auto;
  width: 1005px;
  margin-top: 50px;
}

div#header {
  width: 100%;
}

div#title {
  width: 495px;
  float: left;
  margin-right: 5px;
}

div#title h1 {
  margin: 0px;
  font-size: 500%;
  color: #E75C14;
  letter-spacing: 10px;
}

div#title h1 a {
  text-decoration: none;
  color: #E75C14;
}

div#title h1 a:hover {
  color: #09F;
}

div#title h2 {
  margin-top: 35px;
  font-size: 75%;
  letter-spacing: 3px;
}

div#menu {
  width: 495px;
  margin-left: 5px;
  float: right;
  font-size: 180%;
  font-weight: bold;
  line-height: 150%;
}

div#menu ul {
  margin-top: 30px;
}

div#menu li {
  display: inline;
  margin-right: 15px;
}

div#menu li a {
  text-decoration: none;
  color: #09F;
}

div#menu li a:hover {
  color: #E75C14;
}

div#content {
  width: 1005px;
  margin-top: 15px;
  overflow: hidden;
}

div#content div.box {
  margin-top:5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

div#content div.box h3 {
  font-size: 150%;
  color: #fff;
  top: -26px;
  position: relative;
  margin-bottom: -27px;
  padding-left: 2px;
}

div#content div.box h3 a {
  color: #fff;
  text-decoration: none;
}

div#content div.box h4 {
  font-size: 85%;
  color: #09F;
  margin-bottom: 5px;
}

div#content div.box .recettehasard {
	color: black;
	font-size:1.2em;
}

div#content div.box h4 a {
  color: #09F;
  text-decoration: none;
}

div#content div.box p {
  font-size: 12px;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-top: 5px;
  text-align: justify;
  line-height: 125%;
  padding-left: 5px;
  padding-right: 5px;
}

div#content div.box p img {
  margin: 5px;
  
  border: 0px;
}

div#content div.box p a.suite {
  text-decoration: none;
  color: #E75C14;
  font-weight: bold;
}

div#content div.box p a.suite:hover {
  border-bottom: solid 1px #000;
}

div#content div.box li a.last {
  text-decoration: none;
  color: #E75C14;
}

div#content div.box li a.last:hover {
  border-bottom: solid 1px #333;
}

a.last {
  text-decoration: none;
  color: #E75C14;
}

a.last:hover {
  border-bottom: solid 1px #333;
}

div#content div.box li a.forum {
  text-decoration: none;
  color: #333;
}

div#content div.box li a.forum:hover {
  border-bottom: solid 1px #E75C14;
}

div#content div.box ul {
  font-size: 75%;
  margin-left: 25px;
  list-style-image: url(images/drop.gif);
}

div#content div.width25 {
  width: 240px;
}

div#content div.width50 {
  width: 490px;
}

div#content div.width75 {
  width: 740px;
}

div#content div.width100 {
  width: 990px;
}

div#content div.left {
  float: left;
}

div#content div.right {
  float: right;
}

div#content div.gros {
  border-top-style: solid;
  border-top-width: 22px;
}

div#content div.petit {
  border-top-style: solid;
  border-top-width: 10px;
}

div#content div.rouge {
  border-top-color: #F30;
}

div#content div.bleu {
  border-top-color: #09F;
}

div#content div.noir {
  border-top-color: #505050;
}

div#content div.orange {
  border-top-color: #F08030; /*#E75C14*/ /*test toshop !! #fcae50*/
}

div#content div.transparent {
  border: 0;
}

div#content div.center {
  text-align: center;
}

div#footer {
  width: 990px;
  margin-left: 5px;
  margin-right: 5px;
  border-top: solid 10px #333;
}

div#footer p {
  text-align: right;
  font-size: 75%;
  letter-spacing: 2px;
}

.test_encart {
	width: 180px;
	border: solid #333 1px;
	background: #F0F0F0;/*F0F0F0*/
	text-align: center;
}
.test_encart em {
	width: 180px;
	display: block;
	font: normal 0.85em/1.2em Arial, Helvetica, sans-serif;
	margin: 3px;
}
.test_encart.gauche {
	float: left;
	margin: 5px 5px 5px 5px;
}
.test_encart.droite {
	float: right;
	margin: 0 0 0 5px;
}
#txt_test p {
	text-align: justify;
	line-height: 1.35em;
	margin-bottom: 1em;
}
img{
	border: 1px solid black;
	margin:10px;
}
.galerie img{
	border: 1px solid black;
	margin:0px;
}

/* POST */

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #CCCCCC;
}

.post .date {
  position: absolute;
  padding-top: 15px;
  left: 10px;

  width: 25px;
  /*2.3*/
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 0.8em arial, sans-serif;
  color: #707070;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 1em arial, sans-serif;
  /*2.1 em*/
  color: #E74C14;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;

  font-size: 1em;
  /*1.2*/
  font-weight: bold;
  color: #C40000;
  /*#586B7A*/
}

.post p {
  margin: 0 0 0 7em;
  /*0 0 0 3.5*/
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}

.dernieresrecettes:hover {
border-bottom:1px solid #000000;
}
.dernieresrecettes {
color:#E75C14;
font-weight:bold;
text-decoration:none;
}

#ads {
    z-index: 200;
	position: fixed;
	top: 0;
	left: 0;
  	width: 100%;
	}

#ads_top {
    z-index: 200;
	position: absolute;
	top: 0;
	left: 0;
	height: 19px;
  	width: 100%;
  	text-align: center;
  	background-color: #505050;/*fcae50;*/
  	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	}

#ads_top p {
  	width: 900px;
  	margin: 0 auto;
  	margin-top: 0;
	font-size: 11px;
	line-height: 17px;
  	text-align: center;
	font-family: Arial, sans-serif;
	}

#ads_top p a {
	float: left;
  	width: 150px;
	font-size: 11px;
	line-height: 16px;
  	text-align: center;
	font-family: Arial, sans-serif;
	color: #CECECE;
	text-decoration: underline;
	}

#ads_top p.liens {
	color: #CECECE;
  	text-align: left;
	}

#ads_top p.liens a {
	float: none;
  	width: auto;
  	text-align: left;
	}

#ads_top p a.link {
	font-size: 12px;
	color: #EEEEEE;
	font-weight: bold;
	}