body{
	background-color: #fff;
	background-image: url(images/fondpage.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

/*******************************/
/*                             */
/*            HEAD             */
/*                             */
/*******************************/

div#head{
	background-color: #8d005d;
	height: 87px;
	border-bottom: 1px solid #fff;
}

/*******************************/
/*                             */
/*          TITRES H           */
/*                             */
/*******************************/

div#head h1{
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 428px;
	height: 87px;
}

div#head h1 img{
	border: 0;
}

div#head h2{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	padding-top: 39px;
	padding-left: 16px;
	font-weight: normal;
}

div#contenu h3{
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	color: #8c145e;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #8c145e;
}

div#contenu h4{
	margin: 0px;
	margin-bottom: 15px;
	padding: 2px;
	color: #8c145e;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/puce3.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 20px;
	background-color: #f6f6f6;
}

div#contenu h5{
	margin: 0px;
	margin-bottom: 15px;
	padding: 2px;
	color: #8c145e;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}


/*******************************/
/*                             */
/*            MENU             */
/*                             */
/*******************************/

div#illustration{
	float: left;
	width: 211px;
	height: 492px;
}

div#menu{
	float: left;
	width: 203px;
	height: 492px;
	color: #8a8a8a;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

div#menu p{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
}

div#menu p a:link, div#menu p a:visited, div#menu p a:hover{
	color: #8c145e;
}

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

div#menu ul li{
	list-style-image: url(images/puce1.gif);
	line-height: 18px;
}

div#menu ul li a:link, div#menu ul li a:visited, div#menu ul li a:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

div#menu ul li a:hover{
	color: #999;
}

div#menu div.titre{
	color: #8c145e;
	margin: 10px;
	margin-bottom: 6px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	background-repeat: repeat-x;
	background-image: url(images/biseau.gif);
	padding-top: 9px;
}

/*******************************/
/*                             */
/*           CONTENU           */
/*                             */
/*******************************/

div#contenu{
	position: absolute;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	padding-right: 15px;
	z-index: 1;
	top: 105px;
	left: 440px;
	min-height: 600px;
}

div#contenu ul{
}

div#contenu ul li{
	list-style-image: url(images/puce1.gif);
}

div#contenu a:link, div#contenu a:visited, div#contenu a:hover{
	color: #8c145e;
}

div#contenu img{
	border: 0;
}

div#contenu a:link img, div#contenu a:visited img, div#contenu a:hover img{
	border: 0;
}

/*******************************/
/*                             */
/*         LIVRE D'OR          */
/*                             */
/*******************************/

div#message{
	margin-bottom: 5px;
	border-bottom: 2px solid #d2d2d2;
	background-color: #f3f3f3;
}

div#message p{
	margin: 0px;
	padding: 8px;
}

div#message div#titre{
	background-color: #d2d2d2;
	padding: 1px;
}

/*******************************/
/*                             */
/*         FORMULAIRE          */
/*                             */
/*******************************/

table.formulaire{
	border-spacing: 0px;
	border: 1px solid #C9C9C9;
}

table.formulaire td{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	vertical-align: top;
	width: 250px;
	background-color: #eee;
	margin: 0px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	padding: 1px;
}

table.formulaire td.titre{
	background-color: #f0f0f0;
	width: 150px;
	padding: 3px;
}

table.formulaire td.titre strong{
	color: #8c145e;
}

table.formulaire td input.inputtext, table.formulaire td select.inputselect, table.formulaire td input.inputtext2, table.formulaire td textarea.inputtextarea{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	border: 1px solid #8c145e;
	background-color: #FFF;
	pading: 2px;
}

table.formulaire td input.inputtext, table.formulaire td input.inputtext2, table.formulaire td textarea.inputtextarea{
	width: 240px;
}

table.formulaire td input.inputtext2{
	width: 60px;
}

table.formulaire td textarea.inputtextarea{
	width: 390px;
}

table.formulaire td.grandtitre{
	text-align: center;
	width: auto;
	background-color: #B5B5B5;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	font-size: 14px;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #9F9F9F;
	border-right: 1px solid #9F9F9F;
}

table.formulaire td.crypt td{
	border: 0;
}

table.formulaire td.grandtitre strong{
}

/*******************************/
/*                             */
/*           RECETTE           */
/*                             */
/*******************************/

table.recette{
	border-spacing: 0px;
	border: 1px solid #C9C9C9;
	width: 100%;
}

table.recette td{
	background-color: #eee;
	margin: 0px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	padding: 1px;
}

table.recette td.titre{
	background-color: #B5B5B5;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	font-size: 14px;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #9F9F9F;
	border-right: 1px solid #9F9F9F;
}

table.recette td.nom{
	font-weight: bold;
	text-align: left;
}

table.recette td.date{
	text-align: left;
	width: 70px;
	font-size: 11px;
}

table.recette td.difficulte{
	text-align: right;
	width: 100px;
}

/*******************************/
/*                             */
/*            CARTE            */
/*                             */
/*******************************/

table.carte{
}

table.carte td{
	vertical-align: top;
	padding-left: 8px;
	padding-bottom: 10px;
}

table.carte td strong{
	font-size: 14px;
	font-weight: bold;
	color: #8c145e;
}

table.carte td ul{
	margin: 0px;
	padding-left: 15px;
}

table.carte td ul li{
	font-size: 11px;
}

table.carte td.photo{
	width: 50px;
	padding: 0px;
}

div#contenu table.carte td.photo img{
	border: 1px solid #8c145e;
}

/*******************************/
/*                             */
/*            MENUS            */
/*                             */
/*******************************/

div#menus{
	background-image:url(images/langoustes.jpg);
	background-repeat: no-repeat;
	padding-left: 221px;
	margin-bottom: 20px;
}

div#menus div.formule{
	background-image:url(images/degrademenu.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-bottom: 1px solid #b5b5b5;
	height: 42px;
}

div#menus div.formule ul{
	padding: 0px;
	margin: 0px;
	padding-top: 7px;
	padding-left: 17px;
}

div#menus div.formule ul li{
	list-style-image: url(images/puce2.gif);
}

div#menus div.formule span{
	font-size: 10px;
}

div#menus div.formule div.prix{
	float: right;
	background-image:url(images/prix.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width: 48px;
	height: 40px;
	color: #8d005d;
	font-weight: bold;
	font-size: 14px;
	margin-top: 1px;
}

div#menus div.formule div.prix span{
	display: block;
	margin-top: 12px;
	font-size: 14px;
}

/*******************************/
/*                             */
/*            FOOT             */
/*                             */
/*******************************/

div#foot{
	border-top: 1px solid #a1a1a1;
	color: #a1a1a1;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 6px;
}

div#foot div#infoweb{
	float: right;
}

div#foot a:link, div#foot a:visited, div#foot a:hover{
	color: #a1a1a1;
}

div#foot a:hover{
	color: #000;
}
