* {
	margin: 0;
	padding: 0;
}

/*<group=hacks>*/

.clearfix {
	display: inline-table;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}

/*</group>*/

body {
	color: #000;
	background: #fff;
	font: 10px Arial, Helvetica, sans-serif;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#header, #content, #footer {
	position: relative;
	width: 950px;
	height: auto;
}

#header {
	height: 160px;
	background: url(fond_entete.gif) no-repeat;
}

#header h1, #header h1 a {
	display: block;
	position: relative;
	width: 285px;
	height: 91px;
	font-size: 1px;
	color: #e88622;
}

#header h3 {
	margin-top: 5px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

#header select {
	font-size: 9px;
	background-color: #fc3;
	color: #591d00;
}

#menu {
	float: left;
}

#menu ul {
	list-style: none;
	width: 140px;
	float: left;
}

#menu a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
	background: #069;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 5000;
	background-color: #50b7ea;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
}

#menu a.head {
	height: 60px;
	font-size: 1px;
	color: #e88622;
	background-position: left top;
	background-repeat: no-repeat;
}

#menu a.head:hover {
	color: #e88622;
	background-position: left bottom;
}

#menu #m-recettes a.head {
	background-image: url(recettes.gif);
}

#menu #m-memo a.head {
	background-image: url(memo-cuisine.gif);
}

#menu #m-amis a.head {
	background-image: url(entre-amis.gif);
}

#menu #m-riz a.head {
	background-image: url(le-riz.gif);
}

#menu #m-saga a.head {
	background-image: url(saga-unclebens.gif);
}

#menu #m-produits a.head {
	background-image: url(produits.gif);
}

#menu #m-bonsplans a.head {
	background-image: url(bonsplans.gif);
}

#menu #m-recettes, #menu #m-recettes ul {
	width: 128px;
}

#menu #m-memo, #menu #m-memo ul {
	width: 125px;
}

#menu #m-amis, #menu #m-amis ul {
	width: 110px;
}

#menu #m-riz, #menu #m-riz ul {
	width: 141px;
}

#menu #m-saga, #menu #m-saga ul {
	width: 177px;
}

#menu #m-produits, #menu #m-produits ul {
	width: 129px;
}

#menu #m-bonsplans, #menu #m-bonsplans ul {
	width: 140px;
}

#succes, #newsletter {
	position: absolute;
	top: 0;
	height: 91px;
}

#succes {
	left: 400px;
	width: 320px;
}

#newsletter {
	left: 730px;
	width: 210px;
}

#succes p, #newsletter p {
	margin: 3px 0;
	font-size: 11px;
}

#succes a, #newsletter a {
	color: #069;
	font-size: 13px;
	font-weight: bold;
}

#maincol {
	float: right;
	width: 510px;
	height: auto;
	margin-right: 10px;
	font-size: 12px;
}

#maincol h1 {
	font-size: 34px;
	font-weight: normal;
	font-style: italic;
	color: #EF8C1E;
}
#maincol h1 a {
  text-decoration:none;
  color: #EF8C1E;
}
#maincol h2 {
	font-size: 18px;
	color: #069;
}

#maincol p {
	margin: 1.3em 0;
	line-height: 1.3em;
}

#maincol a {
	color: #069;
}

#subcol {
	float: left;
	width: 420px;
}

.titre_bleu {
	font-size: 18px;
	text-transform: uppercase;
	color: #069;
}

.nom_recette {
	font-size: 14px;
	font-weight: bold;
	color: #c60;
}

.txtBleu11 {
	font-size: 13px;
	font-weight: bold;
	color: #069;
}

.txtBleu11Souligne {
	font-size: 13px;
	font-weight: bold;
	color: #069;
	text-decoration: underline;
}

#footer {
	margin: 20px 0;
	text-align: center;
}

#footer, #footer a {
	color: #591d00;
}

#footer span {
	text-decoration: underline;
}
.ci {
  font-style:italic;
  font-size:1.2em;
  font-weight:bold;
  margin-top:1em;
}