/**
Styles principaux
**/
* {
	padding: 0;
	margin: 0;
}

div.clr {
	clear: both;
}

body {
	margin: 0;
	padding: 0;
	margin-top: 7px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #8c6844;
	font-size: 9pt;
	background-color: #fff;
	overflow: auto;
	height: auto;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	border: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #704525;
	font-size: 10pt;
}

IMP {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #704525;
	font-size: 10pt;
}

h2, h3, h4 {
	color: #704525;
}

/** 
Styles de positionnement
**/

body #main {
	width: 825px;
}

#main {
	margin-right: auto;
	margin-left: auto;
}

div#header {}

div#tetiere {
	height: 90px;
	width: 100%;
	background: url(tetiere.png) no-repeat;
}

div#logo {
	height: 56px;
	width: 398px;
	padding-top: 20px;
	margin-left: 30px;
}

div#onglets {
	width: 100%;
	height: 20px;
	background-color: #7fa803;
	margin-bottom: 5px;
}

div#subheader {
	width: 100%;
}

div#bloc_user {
	float: left;
	width: 160px;
	margin-right: 10px;
}

div#bloc_login {
	width: 100%;
	height: 40px;
	margin-bottom: 5px;
	background-color: #c5b39a;
}

div#bloc_disconnect {
	width: 100%;
	height: 40px;
	margin-bottom: 0px;
}

div#bloc_newsletter {
	width: 100%;
	height: 35px;
	background-color: #c5b39a;
}

div#pub1 {
	float: left;
	width: 650px;
	height: 80px;
	background-color: #fff;
}

div#pathway_out {
	width: 500px;
}

div#pathway {
	position: relative;
	left: 170px;
	height: 18px;
	width: 100%;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

div#wrap {
	overflow: hidden;
	margin-bottom: 10px;
}

div#leftcol {
	width: 160px;
	min-height: 1px;
	padding: 0;
	margin-right: 5px;
	float:left;
	background-color: #fff;
}

div#rightcol {
	width: 143px;
	float: right;
	min-height: 645px;
	background: #fff url(rightcol_background.png) no-repeat 0% 100%;
	border: 1px solid #80a603;
}

div#maincol {
	width: 500px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

div#search {
	width: 495px;
	height: 19px;
	margin-bottom: 5px;
	padding-left: 5px;
	background-color: #f69200;
}

div#content {
	float: left;
	width: 500px;
	min-height: 620px;
	background-color: #fff;
	background: #fff url(arabesque.png) repeat;
}

div#googleads {
	width: 825px;
	height: 90px;
	background-color: #e5d7bd;
}

div#footer {
	color: #fff;
	width: 825px;
	height: 20px;
	background-color: #c59c64;
	text-align: center;
}

div#search_by {
	margin-left: 0px;
	margin-right: 0px;
}

/**
Styles  apparences
**/

.bloc_milieu {
	width: 400px;
	margin-left: 50px;
	padding-bottom: 5px;
	border: 1px solid #e8dbcd;
	min-height: 600px !important;
}

.bloc_milieu h1 {
	background-color: #e8dbcd;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	padding: 3px 5px !important;
	margin-bottom: 5px !important;
	display: block;
}

.formulaire {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	background: #7fa803;

}

.formulaire td  {
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
}

.formulaire tr {
	height: 25px;
}

.formulaire a {
	color: #fff;
}

/** PUB **/
#pub1 img {
	max-width: 650px;
	max-height: 80px;
	border: 0px;
}

#leftcol img {
	max-width: 145px;
	border: 0px;
}

/** ACCUEIL **/
#accueil {
	border: 1px solid white;
}

#accueil h1 {
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: white;
	font-size: 10pt;
	padding: 0 !important;
	margin: 0 !important;
	margin-bottom: 10px !important;
}

#accueil p {
	text-align: justify;
	padding: 0;
	margin: 0;
}

.img_content {
	margin-bottom: 10px;
}

/* SEARCH BY */
.search_by_titre {
	line-height: 20px;
	height: 20px;
	background-color: #c5b39a;
	margin-bottom: 10px;
	margin-top: 20px;
}

#search_by h1 {
	background-color: #c5b39a;
	font-size: 10pt;
	font-weight: bold;
	float: left;
	display: block;
	margin-left: 5px !important;
}

#search_by h2 {
	font-size: 9pt;
	font-weight: bold;
	line-height: 12px;
	color: #626053;
	text-align: center;
	width: 58px;
	display: block;
}

#search_by h3 {
	background-color: #c5b39a;
	font-size: 8pt;
	font-weight: bold;
	line-height: 20px;
	float: right;
	display: block;
	margin-right: 5px !important;
}

#search_by a {
	color: #704525;
	font-weight: bold;
}

#search_by td {
	width: 80px;
}

/* ONGLETS */
#onglets a:link, #onglets a:visited {
	display: block;
	background: url(bouton_haut.png) no-repeat;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	color: #fff;
	display: block;
	height: 20px !important;
	height: 20px;
	width: 131px;
	float: left;
	text-decoration: none;
}

#onglets a:hover {
	background-position: 0px -20px;
	text-decoration: none;
}

#onglets a.dernier:link, #onglets a.dernier:visited  {
	display: block;
	background: url(langue.png) no-repeat;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	color: #fff;
	display: block;
	height: 20px !important;
	height: 20px;
	width: 142px;
	float: left;
	text-decoration: none;
}
#onglets a.dernier:hover {
	background-position: 0px -20px;
	text-decoration: none;
}

/* LOGIN */
#bloc_login a {
	display: block;
	height: 40px;
	
	background: url(login.png) no-repeat;
	text-decoration: none;
}
#bloc_login a:hover {
	background-position: 0px -41px;
	text-decoration: none;
}
#bloc_disconnect a {
	display: block;
	height: 40px;
	color: #56331d;
	font-weight: normal;
	background: url(disconnect.png) no-repeat;
	text-decoration: none;
}
#bloc_disconnect a:hover {
	background-position: 0px -40px;
	text-decoration: none;
}

/* NEWSLETTER */
#bloc_newsletter  td {
	font-size: 7pt;
	font-weight: bold;
	color: #56331d;
	text-align: left;
	padding-left: 5px;
	line-height: 17px;
	width: 135px;
}

#bloc_newsletter input {
	border: 0px inset;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 9px;
	width: 110px;
}

/* PATHWAY */
#pathway a {
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	color: #56331d;
	white-space: nowrap;	
}

/* SEARCH */
#search  td{
	font-size: 11pt;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	vertical-align: abs_middle;
}

#search input {
	border: 0px inset;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px 0px 0px 10px;
	font-size: 10px;
	width: 330px;

}

/* RIGHT COL */
#rightcol h1 {
	font-size: 9pt;
	font-weight: 800;
	line-height: 19px;
	margin: 0;
	padding: 0;
	color: #301e12;
	padding-left: 20px;
}

#rightcol a.open {
	display: block;
	background: #c5b39b url(rightcol_open.png);
	font-size: 9pt;
	font-weight: 800;
	line-height: 20px;
	margin: 0;
	padding: 0;
	/*color: #301e12;*/
	color: #fff;
	padding-left: 20px;
}

#rightcol a.open:hover {
	background-position: 0px -20px;
	text-decoration: none;
}

#rightcol h1.off {
	background: #c5b39b url(rightcol_close.png);
}

#rightcol ul {
	margin: 20px 0;
	padding: 0;
	padding-left: 20px;
}

#rightcol li {
	font-size: 8pt;
	font-weight: bold;
	color: #7fa802;
	line-height: 18px;
	list-style-image : url(rightcol_puce1.png);
}

#rightcol li a{
	color: #7fa802;
}

/* GOOGLE ADS */

/* FOOTER */
#footer a {
	font-size: 8pt;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
}

/* RECIPES LIST */
#category {
	margin-left: 50px;
	margin-right: 50px;
}

#recipes_list {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 15px;
	border: 1px solid #e4d7be;
}

#recipes_list th {
	background-color: #e7dbcd;
	color: #6e4626;
	font-weight: bolder;
	padding: 3px;
	text-align: left;
}

#recipes_list td {
}

#recipes_list p.recipes_name, #recipes_list a {
	font-size: 9pt;
	font-weight: bold;
	color: #6e4626;
	padding-top: 10px;
}

#recipes_list p.recipes_submit_by {
	font-size: 8pt;
}

#recipes_list th.recipes_time, #recipes_list td.recipes_time {
	font-size: 7pt;
	color: #7fa803;
	vertical-align: middle;
	
}

#recipes_list th.recipes_level, #recipes_list td.recipes_level{
	font-size: 7pt;
	color: #6e4626;
}

#recipes_list td.recipes_resume {
	font-size: 8pt;
	font-style: italic;
	color: #7fa803;
	padding-bottom: 10px;
}

#recipes_list a.recipes_more {
	font-size: 7pt;
	color: #6e4626;
	font-weight: bold;
	margin-left: 4px;
}

#recipes_list .recipes_separator {
	color: #7fa803;
	background-color: #7fa803;
	height: 1px;
	border: 0;
	margin-top: 10px;
}

/* SEE MORE */
#seemore {
	background: url(dune_seemore.png) no-repeat;
	height: 580px;
	margin-left: 75px;
	margin-right: 75px;
}

#seemore td {
	padding-bottom: 15px;
}

#seemore h1 {
	font-size: 10pt;
	font-weight: bolder;
	line-height: 19px;
	margin-bottom: 10px;
	margin-top: 15px;
	padding-left: 5px;
	background-color: #c5b39a;
	display: block;
}

#seemore h2 {
	font-size: 7pt;
	font-weight: bold;
	line-height: 12px;
	margin: 0;
	padding: 0;
	color: #626053;
	text-align: center;
	width: 58px;
	display: block;
}

#seemore h3 {
	font-size: 7pt;
	font-weight: bolder;
	line-height: 19px;
	text-align: right;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 15px;
	padding-right: 5px;
	background-color: #c5b39a;
	color: #fff;
	float: right;
	width: 60px;
	display: block;
}

#seemore a {
	color: #fff;
}

/* RECIPE DETAILS */
#recipe_detail {

}

#recipe_detail h2, #recipe_level {
	font-size: 11pt;
	font-weight: bolder;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	min-height: 18px;
	width: 248px;
}

#recipe_detail h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #7fa803;
	margin-bottom: 5px;
	margin-left: 5px;
}

#recipe_level {
	float: right;
	width: 75px;
	text-align: right;
	margin-right: 5px;
}

#recipe_detail p {
	margin-left: 5px;
}

#recipe_detail p.submit_by {
	font-size: 8pt;
	margin-bottom: 5px;
}

#recipe_detail p.time_doing {
	font-size: 7pt;
	font-weight: bolder;
	color: #7fa803;
}

#recipe_howto {
	margin-bottom: 5px;
	margin-bottom: 10px;
}

#recipe_comments {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #f4ede7;
	padding: 5px;
	margin-top: 25px;
	font-size: 8pt;
}

#recipe_comments h1 {
	padding: 0;
	margin: 0;
	background-color: transparent;
	color: #f69200;
	width: 100%;
	
}
#recipe_comments hr {
	background-color: #e8dacd;
	height: 1px;
	border: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
.recipe_comment_name {
	font-weight: bold;
	color: #704525;
}
.recipe_comment_date {
	color: #f69200;
	font-style: italic;
}

.recipe_comment {
	margin-bottom: 5px;
}

.recipe_comment_footer {
	color: #7fa803;
	font-size: 7pt;
	
}

#recipe_comments a {
	color: #f69200;
}

#recipe_footer {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 70px;
}

.recipe_footer_icon {
	float: left;
	text-align: center;
	margin: 5px;
	width: 68px;
	height: 70px;
}

#recipe_footer a:link, #recipe_footer a:visited {
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	color: #f69200;
	text-decoration: none;
}

#recipe_ingredients {
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 135px;
}

#recipe_ingredients h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #7fa803;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 210px;
}

#recipe_ingredients h4 {
	font-size: 10pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 210px;
}
#recipe_ingredients ul {
	padding: 0;
	margin: 0;
	margin-left: 225px;
}

#recipe_ingredients li {
	list-style-type: dash;
}

/* formulaire */
#user {
}

#user input {
	border: 0px;
	height: 20px;
	background: #fff;
}

#btn_login_submit {
	background: #bed481 !important;
	color: #f69200;
	width: 100px;
}

#new_account {
	background: #e8dacd url(fond_login.png) no-repeat;
	background-position: bottom;
	min-height: 589px;
	margin-left: 5px;
	margin-right: 5px;
	padding : 5px;
}

#sitemap{
	background: #e8dacd url(fond_login.png) no-repeat;
	background-position: bottom;
	min-height: 589px;
	color: #f69200;
}
#sitemap a{
	color: #704525;
}


.mainicon{
text-indent: 20px;
font-size: 10pt ;
margin-top : 5px;
color: #f69200;
}
.secondicon{
text-indent: 40px;
font-size: 8pt ;
margin-top : 3px;
color: #f69200;
}

#new_account hr {
	margin-top: 10px;
	margin-bottom: 10px;
}	

#new_account h2 {
	color: #f69200;
	font-size: 10pt;
}

#new_account label {
	width: 65px;
	display: block;
	float: left;
	color: #000;
	text-align: left;
	color: #704525;
	font-size: 10pt;
	font-weight: 600;
}

#new_account p {
	clear: both;
	width: 340px;
	color: #000;
	font-size: 9pt;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}

#new_account .input_text {
	width: 210px;
	float: left;
	vertical-align: top;
	margin-left: 20px;
}

#new_account select {
	width: 210px;
	float: left;
	margin-right: 5px;
}

#new_account .toto {
	width: 45px;
}

#new_account .mandatory {
	float: left;
	display: block;
	color: #f69200;
	font-style: italic;
	font-weight: bold;
	margin-left: 18px;
}

#btn_new_account_submit {
	background: #f4ede5 !important;
	color: #f69200 !important;
	width: 100px !important;
}

/* EAT OUTSIDE */
#eatoutside {

}

#eatoutside p {
	text-align: left;
}

#eatoutside select {
	width: 210px;
}

#btn_choix_submit {
	background: #bed481 !important;
	color: #f69200;
	width: 100px;
}

#eatoutside input {
	border: 0px;
	height: 20px;
	background: #fff;
}

#eatoutside_resultat_choix {
	background: #e8dacd url(fond_eatout.png) no-repeat 0% 100%;
	min-height: 520px;
	margin-left: 5px;
	margin-right: 5px;
	padding : 5px;
}

#eatoutside_resultat {
	width: 340px;
	margin-left: 20px;
	margin-right: 20px;
	color: #7fa803;
}

#eatoutside_resultat p {
	font-size: 7pt;
}

#eatoutside_resultat ul {
	margin-left: 15px;
	margin-bottom: 20px;
}

#eatoutside_resultat a {
	color: #704525;
	font-size: 8pt;
	font-weight: bold;
}

#eatoutside_intro {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

#eatoutside_restaurant {
	width: 165px;
	float: left;
	min-height: 280px;
}

#eatoutside_takeaway {
	width: 165px;
	float: right;
	min-height: 280px;
}

.eatoutside_titre {
	width: 85px;
	color: white;
	font-weight: bold;
	text-align: center;
	display: block;
	background-color: #7fa803;
}

.eatoutside_name {
	font-size: 9pt;
	font-weight: bold;
}

.eatoutside_lib{
	color: #704525;
	font-weight: bold;
}

.eatoutside_img {
	margin-top: 10px;
}

.eatoutside_border {
	border: 1px solid #7fa803;
}

.eatoutside_border_in {
	margin-left: 14px;
	margin-right: 14px;
	margin-top : 10px;
	margin-bottom: 10px;
}

/* TIPS & ADVICES */
#tips {
	margin-left: 49px;
	margin-right: 49px;
	border: 1px solid #e8dbcd;
	min-height: 600px;
}

#tips h1 {
	background-color: #e8dbcd;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px !important;
	padding: 3px 5px !important;
	margin-bottom: 0px !important;
}

#tips_menu {
	background: url(fond_tips.png) no-repeat 0% 100%;
	height: 600px;
}

#tips_menu_list {
	float: right;
	margin: 0;
	margin-top: 40px;
}

#tips_intro {
	position: absolute;
	width: 230px;
	margin-top: 8px;
	margin-left: 165px;
	font-weight: bold;
	padding:3px;
	text-align: right;
}

#tips_menu ul {
	list-style-position: inside;
}

#tips_menu li {
	margin-bottom: 40px;
	margin-top: 40px;
	background: url(fond_tips_texte.png) no-repeat;
	height: 20px;
	line-height: 20px;
	width: 133px;
	vertical-align: middle;
	list-style-image : url(tips_puce.png);
}

#tips_menu a {
	color: #55351a;
	font-weight: bold;
}

/* COUMMUNITY */
#forum_maincol {
	width: 650px;
	float: right;
	margin-left: 5px;
}

#forum_search {
	height: 22px;
	margin-bottom: 5px;
	padding-left: 5px;
	background-color: #f69200;
}

#forum_search  td{
	font-size: 11pt;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	height: 20px;
	vertical-align: abs_middle;
	background-color: #f69200;
}
#forum_intro {
	position: absolute;
	width: 392px;
	margin-left:8px;
	margin-top:8px;
	font-weight: bold;
	padding:3px;
}

#forum_search input {
	border: 0px inset;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	width: 340px;
}

#forum_content {
	float: left;
	width: 650px;
	min-height: 620px;
	background-color: #fff;
	background: #fff url(arabesque_forum.jpg) repeat;

}

#forum {
	
	
}

.forum_bloc_milieu {
	margin-left: 46px;
	margin-right: 46px;
	padding-bottom: 0px;
	border: 1px solid #e4d7be;
	min-height: 600px !important;
}

.forum_bloc_milieu h1 {
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	display: block;
	line-height: 20px;
	height: 20px;
}

.forum_bloc_milieu IMP {
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	display: block;
	line-height: 20px;
	height: 20px;
}


.forum_bloc_milieu h3 {
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	display: block;
	line-height: 20px;
	height: 20px;
}

.forum_titre {
	line-height: 20px;
	height: 20px;
	background-color: #e8dbcd;
}
#forum_entete h1 {
	float: left;
	padding-left: 5px;
}

#forum_entete IMP {
	float: left;
	padding-left: 5px;
}


#forum_entete h3 {
	float: right;
	padding-right: 5px;
}

#forum_entete_left {
	margin-top: 1px;
	float: left;
	width: 277px;
}

#forum_entete_right {
	width: 277px;
	float: right;
	margin-top: 1px;
}

#forum_entete_left.forum_index {
	background: #c5b49a url(visuel_edit_forum1.png) no-repeat 0% 100% !important;
	height: 60px;
	color: #fff;
	line-height: 60px;
}
	
#forum_entete_left.forum_index a:link, #forum_entete_left.forum_index a:visited {
	margin-left: 90px;
	color: #fff;
	font-size: 14pt;
	font-weight: normal;
	letter-spacing: 5px;
	white-space: nowrap;
}

#forum_entete_left.forum_page_topics {
	background-color: #e8dacd;
	height: 39px;
	color: #fff;
	padding-top: 2px;
}
	
#forum_entete_left.forum_page_topics a:link, #forum_entete_left.forum_page_topics a:visited {
	color: #7da801;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: underline;
}

#forum_entete_left.forum_page_messages {
	background-color: #e8dacd;
	height: 42px;
	color: #fff;
	padding-top: 20px;
}

#forum_entete_left.forum_page_messages a:link, #forum_entete_left.forum_page_messages a:visited {
	color: #7da801;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: underline;
	background-color: #e8dacd;
}
	
#forum_entete_right.forum_index {
	background-color: #e8dacd;
	height: 60px;
}

#forum_entete_right a.bouton:link, #forum_entete_right a.bouton:visited {
	display: block;
	background: url(langue.png) repeat;
	font-size: 10pt !important;
	font-weight: normal !important;
	text-align: center;
	line-height: 20px;
	color: #fff !important;
	display: block;
	height: 20px;
	width: 277px;
	float: left;
	text-decoration: none !important;
	margin-bottom: 1px;
}

#forum_entete_right a.bouton:hover {
	background-position: 0px -20px;
	text-decoration: none;
}

#forum_entete_right.forum_index a:link, #forum_entete_right.forum_index a:visited {
	color: #7fa803;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: underline;
}

#forum_entete_right.forum_page_topics {
	background-color: #fff;
	height: 42px;
}

#forum_search_topics {
	top: 60px;
	height: 40px;
	padding-top: 1px;
	padding-left: 3px;
}

#forum_search_topics label {
	color: #704525;
	font-size: 7pt;
	font-weight: bold;
}

#frm_forum_go {
	width: 20px;
	height: 20px;
	border: 0px;
	background-color: #7fa803;
	color: #fff;
	font-size: 6pt;
	font-weight: bold;
}

#frm_forum_search {
	width: 125px;
	height: 20px;
	border: 0px;
	background-color: #fff;
	margin-left: 3px;
}

#forum_sujets {
	background: #fff url(fond_forum1.png) no-repeat 0% 100%;
	height: 540px;
}

#forum_sujets_list {
	float: right;
	margin: 0;
	margin-top: 20px;
}

#forum_sujets_list ul {
	list-style-position: inside;
}

#forum_sujets_list li {
	margin-bottom: 40px;
	margin-top: 40px;
	background: url(fond_menu_forum1.png) no-repeat;
	height: 20px;
	line-height: 20px;
	width: 140px;
	vertical-align: middle;
	list-style-image : url(tips_puce.png);
}

#forum_sujets_list a {
	color: #704525;
	font-weight: bold;
}

/* PAGE 2 */
#forum_titre_tableau {
	margin-top: 10px;
	margin-bottom: 10px;
}

#forum_titre_tableau h1 {
	text-transform: capitalize;
	float: left;
	width: 275px;
}

#forum_titre_tableau IMP {
	text-transform: capitalize;
	float: left;
	width: 275px;
}


.forum_pagination {
	font-size:7.5pt;
}

#forum_titre_tableau .forum_pagination {
	float: right;
	text-align: right;
	margin-right: 10px;
}



.forum_pagination a:link, .forum_pagination a:visited {
	color: #704525;
}

.forum_pagination a.page:link, .forum_pagination a.page:visited {
	color: #d1dfa4;
	font-weight: normal;
}

.forum_pagination a.current:link, .forum_pagination a.current:visited {
	font-weight: bold;
	color: #7fa803;
}

#forum_list_topics table {
	width: 556px;
	border: 0px;
}

#forum_list_topics th {
	padding-left: 5px;
	text-align: left;
	background-color: #e8dacd;
	color: #704525;
	font-size: 10pt;
	font-weight: bold;
}

#forum_list_topics tr {
	height: 19px;
}

#forum_list_topics tr.impaire {
	background-color: #f4ede5;
}

#forum_list_topics table a {
	color: #704525;
	font-size: 9pt;
	font-weight: bold;
	line-height: 19px;
	height: 19px;
	display: block;
	margin-left: 5px;
}

#forum_list_messages {

}

#forum_list_messages th {
	color: #704525;
	font-size: 9pt;
	font-weight: bold;
	background-color: #e8dacd;
	text-align: center;
	height: 15px;
	line-height: 15px;
	margin-bottom: 50px;
}

#forum_list_messages th.borderth {
	border-right: 1px solid #c5b49a;
}

#forum_list_messages td.author {
	background-color: #f7f2ec;
	color: #7fa803;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}

#forum_list_messages a {
	color: #7fa803;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}

#forum_list_messages td.bordertd {
	border-right: 1px solid #fff;
}

#forum_list_messages td.date {
	padding-right: 5px;
	text-align: right;
	font-size: 7pt;
	color: #704525;
}

#forum_list_messages td.comment {
	padding: 5px;
	font-size: 9pt;
	color: #55351a;
	text-align: justify;
	background-color: #f7f2ec;
}

#forum_list_messages td.paire {
	background-color: #e2d9d2 !important;
}

#forum_list_messages td.separator {
	height: 3px;
	font-size: 3px;
}

#personal_page {

}

#personal_page_in {
	margin-left: 5px;
	margin-right: 5px;
	background: #e8dbcd url(visuelfond_profil.png) no-repeat 100% 0%;
}

#personal_page_in h1 {
	background-color: #c5b39b !important;
	margin-top: 15px;
}

#personal_page_in IMP {
	background-color: #c5b39b !important;
	margin-top: 15px;
}


#personal_page_in h2 {
	color: #f7970f;
	font-size: 8pt;
	margin-top: 10px;
	margin-bottom: 0px;
}

#pp_identity {
	padding: 5px;
}

#pp_identity span.identity_label {
	color: #55351a;
	font-size: 7pt;
	font-weight: bold;
	display: block;
	width: 80px;
	float: left;
	line-height: 18px;
	height: 18px;
}

#pp_identity span.identity_name {
	color: #f7970f;
	font-size: 10pt;
	font-weight: bold;
	float: left;
	line-height: 18px;
	height: 18px;
	width: 180px;
}

#pp_identity span.identity_autre {
	color: #55351a;
	font-size: 10pt;
	font-weight: bold;
	float: left;
	line-height: 18px;
	height: 18px;
	width: 180px;
}

.pp_identity_info {
	padding-left: 10px;
	vertical-align: bottom;
}

#pp_identity_who {
	background-color: #f4ede5;
	font-size: 7pt;
	color: #55351a;
	text-align: justify;
	padding: 3px 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#pp_favorite_recipe {
	float: left;
	width: 194px;
	text-align: center;
}

#pp_favorite_tips {
	float: right;
	width: 194px;
	text-align: center;
}

a.lien_favorite {
	color: #55351a;
	text-decoration: underline;
	font-size: 7pt;
}

#pp_wall {
	background-color: #e3d3c4;
}

#pp_wall_in {
	padding: 5px;
	background-color: #e3d3c4;
}

#frm_wall_message {
	width: 100%;
	height: 70px;
	border: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#btn_wall_message_submit {
	border: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 8pt;
	background-color: #82a702;
	width: 46px;
	height: 15px;
}

#pp_wall_title {
	text-align: right;
	width:100%;
	height: 14px;
}

#pp_wall_title div {
	float:right;
	width: 60px;
	text-align: center;
	color: #82a702;
	font-size: 7pt;
	padding: 2px;
	font-weight: bold;
	background-color: #f4ede5;
}

#pp_wall_messages {
	background-color: #f4ede5;
	padding: 5px 10px;
}

#pp_wall_messages a{
	margin-left: 3px;
	font-weight: bold;
	font-size: 8pt;
	color: #6e4626;
}

.wall_comment_name {
	font-weight: bold;
	font-size: 8pt;
	color: #6e4626;
}
.wall_comment_date {
	color: #f69200;
	font-size: 8pt;
	font-style: italic;
}

.wall_comment {
	color: #6e4626;
	font-size: 8pt;
	margin-bottom: 0px;
}

.pp_pagination {
	text-align: right;
	width: 100%;
}

.pp_pagination a:link, .pp_pagination a:visited {
	color: #704525;
	font-size: 8pt;
}

.pp_pagination a.page:link, .pp_pagination a.page:visited {
	color: #d1dfa4;
	font-weight: normal;
	font-size: 8pt;
}

.pp_pagination a.current:link, .pp_pagination a.current:visited {
	font-weight: bold;
	color: #7fa803;
	font-size: 8pt;
}

