/* CSS Document */
* {
	font:"Times New Roman", Times, serif;
	font-size:14px;
	margin:0;
	padding:0;
	color:#636663;
}

body {
	background-color:#0a470d;
}

#top {
	background-image:url(../images/css/livre/cooktop.gif);
	width:756px;
	height:51px;
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left:70px;
	/*margin-left:auto;
	margin-right:auto;*/
	margin-bottom:0;
}

#body {
	background-image:url(../images/css/livre/fond.gif);
	width:756px;
	background-repeat:repeat-y;
	margin:0px auto 0px 70px;
	height:auto;
	overflow:visible;
}

#bottom {
	background-image:url(../images/css/livre/cookbottom.gif);
	width:756px;
	background-repeat:no-repeat;
	height:73px;
	margin:0px auto 10px 70px;
	float:none;
}

#left {
	width:378px;
	margin:0px;
	float:left;
	height:auto;
	overflow:auto;
}

#right {
	width:350px;
	margin:0px;
	height:auto;
	overflow:auto;
}

#titre {
	background-image:url(../images/css/livre/titre.gif);
	width:284px;
	height:96px;
	margin-top:0px;
	margin-left:55px;
	margin-bottom:15px;
}

p {
	font-style:italic;
	margin:5px 30px 5px 40px;
}

h2 {
	font-style:normal;
	font-weight:bold;
	font-size:16px;
	margin:10px 30px 5px 40px;
}

a, a:visited, a:link, a:active {
	color:#636663;
	text-decoration:none;
	border-bottom:dotted 1px #636663;
}

a:hover {
	color:#CCCCCC;
	text-decoration:none;
	border-bottom:dotted 1px #636663;
}

.centered {
	text-align:center;
}

img {
	margin:15px auto 15px auto;
	border:10px solid #e6e0cc;
	display:block;
}

#news {
	background-image:url(../images/css/livre/last.gif);
	width:269px;
	height:268px;
	background-repeat:no-repeat;
	margin-left:40px;
}

#news p {
	padding:80px 45px 20px 45px;
	margin:0px;
	font-style:normal;
}


ul {
	margin-left:80px;
	margin-top:15px;
}

li {
	list-style-type:none;
	list-style-image:url(../images/css/livre/feuille.gif);
	padding:0;
	margin-top:5px;
}

li p {
	margin:0;
	padding:0;
	padding-right:10px;
}

#menu {
	padding:0;
	float:right;
	margin:0 -108px 0 0;
	position:relative;
}

#menu li {
	list-style-type:none;
	list-style-image:none;
	display:block;
	margin:0;
	padding:0;
	background-image:url(../images/css/livre/menu.gif);
	background-repeat:no-repeat;
	width:120px;
	height:35px;
}

#menu li p {
	margin:0px;
	padding:7px 5px 5px 10px;
}

#menu li p, #menu li p a, #menu li p a:visited, #menu li p a:link, #menu li p a:active {
	font-style:italic;
	color:#fffcef;
	text-decoration:none;
	border:0;
}

#menu li p a:hover {
	font-style:italic;
	color:#fffcef;
	text-decoration:underline;
	border:0;
}

.clear {
	clear:both;
}

h1 {
	color:#2b412c;
	font-size:18px;
	font-weight:bold;
	margin:15px 30px 5px 40px;
	padding-bottom:7px;
}

h1.long {
	background-image:url(../images/css/livre/souslignelong.gif);	
	background-repeat:no-repeat;
	background-position:bottom left;
}

h1.court {
	background-image:url(../images/css/livre/souslignecourt.gif);	
	background-repeat:no-repeat;
	background-position:bottom left;
}

p.recette:first-letter {
	font-weight:bold;
	font-size:20px;
}

p.note {
	font-size:12px;
	font-style:normal;
	padding-left:10px;
	margin-bottom:15px;
}

#news p, #news p a:link, #news p a:visited, #news p a:active, #news p a {
	border-bottom:0px;
	text-decoration:none;
	font-style:italic;
	color:#636663;
}

#news p a:hover {
	border-bottom:dotted 1px #636663;
	text-decoration:none;
	color:#636663;
}

#news span.note {
	color:#b6b8b6;
}

form {
	border:3px solid #fef2e1;
	width:250px;
	background-color:#fef2e1;
}

#left form {
	margin:10px 0px 10px 70px;
}

#right form {
	margin:10px 0px 10px 50px;
}

form.small {
	width:150px;
}

#left form.small {
	margin:10px 0px 10px 100px;
}

#right form.small {
	margin:10px 0px 10px 100px;
}

form.large {
	width:300px;
}

#left form.large {
	margin:10px 0px 10px 45px;
}

#right form.large {
	margin:10px 0px 10px 40px;
}

form p {
	margin:4px;
}

input.width {
	border:0px;
	border-bottom:1px dotted #2b412c;
	width:140px;
	background-color:#fef2e1;
}

input.widthsm {
	border:0px;
	border-bottom:1px dotted #2b412c;
	width:40px;
	background-color:#fef2e1;
}

input.button, select, textarea {
	background-color:#fffdf7;
	margin-top:5px;
	border:1px solid #f2e6d7;
}

input.button, select {
	width:140px;
}

textarea {
	width:240px;
}

form.large textarea {
	width:290px;
}

.redx {
	color:#990000;
	font:Verdana, Arial, Helvetica, sans-serif;
}

a.redx, a.redx:visited, a.redx:active, a.redx:link {
	color:#990000;
	text-decoration:none;
	border:0;
}

a.redx:hover {
	color:#FCAE94;
	text-decoration:none;
	border:0;
}

