/*listes*/
#menu ul {
	margin: 3px 0 15px 5px;
}
#menu ul li {
	list-style-type: none;
	text-align: left;
	text-indent: 3px;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	line-height: 16px;
	border-bottom: solid 1px #ccc;
}
#contenu ul {
	margin: 3px 0 25px 30px;
	font-size: 1.1em;
}
#contenu ul li {
	background: url(../images/fleche.gif) left no-repeat;
	list-style-type: none;
	text-indent: 16px;
	line-height: 16px;
}
#contenu .accueil ul.ingr li, #contenu .accueil2 ul.ingr li {
	width: 97%;
	font-size: 1.1em;
	background: url(../images/fleche.gif)  left 1px no-repeat;
}
#contenu ul.fleche li {
	width: 90%;
	background: url(../images/fleche.gif) left 5px no-repeat;
	list-style-type: none;
	text-indent: 18px;
	line-height: 1.5em;
	margin-bottom: 0px;
	font-size: 1.1em;
}
#contenu ul.indexation {
	width: auto;
	float: right;
  	margin: 10px 0 10px 0px;
}
#contenu ul.indexation li {
	width: 1.6em;
	height: 1.4em;
	border: solid 1px #fc3;
	border-color: #FFE9A4 #fc3 #fc3 #FFE9A4;
	float: left;
	text-align: center;
	list-style-type: none;
	list-style-position:  inside;
	padding-top: 2px;
	margin: 3px;
 	background:#fff8e8;
}
#contenu ul.indexation li a img {
	margin: 2px 0 0 0;
}
#contenu ul.indexation li:hover {
	background:#fff8e8;
	border: solid 1px #f93;
	border-color: #F96 #f60 #f60 #F96;
	
}
#contenu ul.ingr {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}
#contenu ul.ingr li {
	background: url(../images/fleche2.gif)  left 1px no-repeat;
	text-indent: 18px;
}

/*Classe*/
p.pub_contenu {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.print-recette {
	position: relative;
	left: 75px;
	top: 10px;
	margin: 30px 50px 0 0;
}
.left {
	float:left;
	margin: 0px 50px 0 0;
}
.name_philo, .nom {
	color: #f90;
}
.pub {
  margin-bottom: 20px;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.clear_left {
	clear: both;
}
/* Accueil*/
.accueil, .accueil2 {
	width: 40%;
	background: url(../images/fond.jpg) left bottom repeat-x;
	border-top: solid 1px #fc3;
	border-left: solid 1px #fc3;
	border-right: solid 1px #fc3;
	
}
.accueil {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 0px;
	
}
.accueil2, .pub_accueil {
	float: right;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 0px;
}
	.accueil p, .accueil2 p {
		margin: 10px 10px 0 10px;
	}
	.accueil p a, .accueil2 p a {
		font-weight: bold;
	}
.chaut_gauche {
		width: 19px;
		height: 19px;
		float: left;
		margin-left: -1px;
		margin-top: -1px;
		background: url(../images/coin-ht-gauche.gif) no-repeat;
	}
.chaut_droit {
	width: 19px;
		height: 19px;
	float: right;
	margin-right: -1px;
	margin-top: -1px;
	background: url(../images/coin-ht-droit.gif) no-repeat;
}
.bas_accueil {
	width: 40%;
	height: 19px;
	float: left;
}
.cbas_gauche {
		width: 19px;
		height: 19px;
		position: relative;
		margin-left: -1px;
		top: 10px;
		background: url(../images/coin-bas-gauche.gif) no-repeat;
		z-index: 10;
}
.cbas_droit {
	width: 19px;
	height: 19px;
	float: right;
	margin-top: 10px;
	margin-right: -1px;
	background: url(../images/coin-bas-droit.gif) no-repeat;
}