div#Recette {	background-color:#00CCFF;	#position:relative;	float:left;	top:5%;	border: 1px black solid;	margin : 5px;}
tr.border_bottom td {
  border-bottom:1pt solid grey;
}
div#body {
	margin:auto;
	width: 960px;
}
div#head{
}
div#nav{
	height:67px;
	border-top : 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #222222;
	color: #EDFF0C;
}
div#menu{
	height:67px;
	border-bottom: 1px solid #000000;
	background-color: #222222;
	color: #EDFF0C;
	display: none;
}

div#bar_lat{
	width: 200px;
	float: left;
}
div#corps{
	overflow-y : hidden;
	background-color: #222222;
	color: #EDFF0C;
	font-size: 30px;
	float: left;
	min-height:800px;
	width: 960px;
	border-radius: 0px 0px 10px 10px ;
}
div#foot{
	left:100px;
	height:50px;
	width: 960px;
	text-align: center;
	float: left;
	margin :  15px 0px 0px 0px ;
	font-size: 30px;
}

/* Debut bar de menu DIV nav*/
.menu_nav{
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
.menu_element{
	display : inline-block;
	min-width: 50px;
	text-align : center;
	padding : 15px 0px 15px 0px;
	margin :  0px 15px 0px 0px;
	text-decoration: none;
	font-size: 30px;
	color: #EDFF0C;
}
.menu_element2{
	float : right;
	margin :  0px 0px 0px 15px ;
	padding : 15px 15px 15px 15px;
	font-size: 30px;
}
.menu_element3{
	display : inline-block;
	min-width: 50px;
	text-align : center;
	padding : 15px 0px 15px 0px;
	margin :  0px 15px 0px 0px;
	text-decoration: none;
	float : right;
	margin :  0px 0px 0px 15px ;
	font-size: 30px;
}
li.menu_element:hover {
	background-color: #999999;
}
a.menu_element {
	text-decoration: none;
}
.menu_element_actif{
	background: none repeat scroll 0 0 #222222;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
}
/* Fin bar de menu*/

/* Debut Header */
.diplome{
	color: #EDFF0C;
	font-weight: bold;
	font-size: 50px;
}
/* Fin Header*/