.img_accueil{
	float: left;
	margin-right: 5px;
}

.liste {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #361F0F;
	background: #A57C52;
	border: 1px solid #361F0F;
}

/** Tableau **/

.tableau tr {
	font-size: 10px;
	color: Black;
	text-align: left;
}

tr.ligne1 {
	height: 20px;
}

tr.tab_legende, tr.tab_legende a {
	font-weight: bold;
	background: #A57C52;
	text-align: center;
	height: 17px;
}
tr.tab_legende a {
	color: white;
}

.tableau {
	border: 1px solid Black;
	width: 100%;
}

/** Notes **/
.etoiles_bg {
	background : url(../img/etoiles_bg.png) no-repeat;
	width: 71px;
}

.etoiles {
	display: block;
	background: url(../img/etoiles.png) no-repeat;
	height: 12px;
}

/** Autres **/

.inp_filtre {
	background: #A57C52;
	border: 1px solid #361F0F;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
}

img.centre {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	border: 1px solid #361F0F;
}

.edit {
	text-align: right;
}	  

/* Un tabac */

.tab_tabac {
	border: 1px solid #361F0F;
	width:100%;
	margin-bottom: 10px;
}

.tab_tabac .titre {
	background: #A57C52;
	color: #361F0F;
	height: 20px;
}
.tab_tabac .titre h3 {
	margin: 0;
	padding: 0;
	margin-left: 2px;
}

h2 {
	text-align: center;
}
