body
{
   width: 800px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   

background-color: #372818;
	background-repeat: no-repeat;

}

#frise
{
	text-align: right;
	color: #FFFFFF;
	background-image: url("images/tetedepage.jpg");
	background-repeat: no-repeat;
	width: 800px;
	height: 38px; 
	line-height: 300%;
}

.element_menu p
{
margin-right: 10px;
}

a
{
text-decoration: none;
color: #FFFFFF;
}

a:hover
{
font-weight: bold;
color: #F98912;
}

#fond
{
	background-image: url("images/cuisine_fond.jpg");
		background-repeat: no-repeat;
   	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	height: 531px;
	width: 800px;
}

#fond_photo
{
	background-image: url("images/cuisine_fond_photo.jpg");
		background-repeat: no-repeat;
   	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	height: 531px;
	width: 800px;
}

.texte
{
	margin-top: 5%; 
	height: 439px; 
	margin-left: 6%; 
	width: 322px;
	color: #FFFFFF;
	overflow: hidden;
}

.texte:hover
{
	overflow: auto;
}

.texte h3
{
font-family: "Arial"
}

.texte p
{
font-size: medium;
}

table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border: 4px outset; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
	border-color: #F98912;
   }

th /* Les cellules d'en-tête */
{
   color: white;
   font-size: medium;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

td /* Les cellules normales */
{
   border: 1px solid black;
   border-color: #F98912;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

.photo
{
height: 242px;
width: 249px;
	margin-top: 19%; 
	margin-left: 10%; 
}

.menu_photo
{
	position: float;
	float: right;
	text-align: center;
	width: 70px;
}

.menu_photo a
{
text-decoration: none;
color: #FFFFFF;
font-family: arial black;
font-size: small;
}

.menu_photo a:hover
{
font-variant: small-caps;
color: #FFFFFF;
}

.boutons a
{
	margin-left: 12%; 
}