/*ORIGIN FOOD . ORG ////////////////////////////////////////*/
html,body
 {
 	margin:0px;
	padding: 0px;
	margin-left:0px;
	width: 100%;
	height: 100%;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#E5E0DB;

}
body, table, td, tr{
	font-size:12px;
}
/*//////////////////////////FONT STYLE///////////////*/
.titre1{
	color: #A67C52;
	font-size: 16px;
	font-weight: bolder;
}
.auteur{
	font-size: 12px;
}
.tbltitre{
	color: #A67C52;
	font-size: 14px;
	font-weight:bold;
}
.tblform{
	font-family:arial;
	font-size:12px;
	border: 1px solid black;
}
/*////////////////////////CONTENU*/
.content
{
	vertical-align:top;
	font: Arial;
	font-size: 14px;
	padding-left: 5%;
	padding-top:30px;
}
/*//////////////////////////////////////////////*/
.tbl-principal{
	width: 100%;
	height:100%; 
	background-color: #534741;
	border: 0px;
} 

.titre
{
	height: 120px;
}

.menu-barre{
	background-color: #C2A588;
	width: 250px;	

}

.menu{
	background-color: #C2A588;
	width: 250px;	
	vertical-align:top;
}
#image{
	margin-left:55%;
}


#entete{
	font-size:20px;
	padding-left:40px;
	font-weight: bold;
	vertical-align:center;
	padding-top:50px;
}

#menu{

	margin-top:50px;
}

#menu ul{
	list-style: square inside ;
	color: #534741;
	padding: 0px;
}

#menu a
{
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #534741;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #534741;
	
}

#menu a:hover{
	color:#E5E0DB;
}




/*MENU 2///////////////////////////////*/
#menu2{
	overflow: hidden;
	vertical-align: middle;
	
}
#menu2 ul
{

	list-style: square inside ;
	color: #A67C52;
	padding: 15px;
}

#menu2 a
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #A67C52;
	text-decoration: none;
	text-align: left;

}

#menu2 a:hover{
	color:#C2A588;
}


/*FIN ORIGIN FOOD . ORG /////////////////////////////////////////////////////////////

