#boutons
{
	float: left;
    width: 25%;
	text-align: center;
/*border: 1px solid blue;	*/
}

#boutons input[type="submit"]:hover
{
	background-color: #66CC33;
	cursor: pointer;
}

#entete
{
    margin-left: 25%;
	text-align: center;
/*border: 1px solid blue;		*/
}

#entete.h3 {
	display:inline;
}

#rubriques
{
float: left;
width: 25%;

/*border: 1px solid blue;	*/
}

#liste_recettes
{
margin-left: 25%;
/*border: 1px solid blue;*/
}

#pied_page
{
margin-left: 25%;
	text-align: center;
/*clear :both;*/
/*border: 1px solid blue;*/
}

#ligne_verticale
{
width: 1%;
float : left;
}

#section img {
width: 74%;
}

/* Espace réserver au menu */
#menu {
font-size:.9em;
background:#fff url(fond_menu.png) no-repeat;
/*width:230px;
height:425px;
float:left;
margin:0*/
}
/*
#menu ul {
list-style-type:none;
margin:0;
padding:3px 0 0 15px
}
*/
/*
#menu li {
padding-left:5px
}
*/

#menu a {
color:#000;
text-decoration:none;
outline:none
}

#menu li:hover {
color:#018;
/*display:block;
width:195px;*/
background-color:#cdf
}
