/*********************************
******** LISTE RESTAURANT ********
*********************************/
table
{
   border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
}

#liste .liste_titre td
{
	height: 20px;
	color: #696969;
	font-weight:bold;
	border-bottom: 1px solid #696969;
}
#liste .liste_titre2 td
{
	height: 1px;
	border-top: 1px solid #696969;
}
/* on switch laffichage de la liste de restaurant */
#liste .liste_resto tr, #liste .liste_resto td
{
	background-color: #E6E6E6;
	vertical-align: middle;
}
#liste .liste_resto2 tr, #liste  .liste_resto2 td
{
	vertical-align: middle;

}
#liste .liste_resto  .pix, #liste  .liste_resto2 .pix
{
	width: 80px;
}
#liste .liste_resto a img, #liste .liste_resto2 a img
{
	border: none;
	vertical-align:middle;
}
/*
#liste .liste_resto  .link_com a, #liste  .liste_resto2 .link_com a
{
	color: #696969;
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
}
#liste .liste_resto  .link_com a:hover, #liste .liste_resto2 .link_com a:hover
{
	color: #696969;
}
*/
#liste .liste_resto  .name, #liste .liste_resto2 .name
{
	width : 230px;
}
#liste .liste_resto  .flags, #liste .liste_resto2 .flags
{
	width : 170px;
}
#liste .liste_resto  .flags img, #liste .liste_resto2 .flags img
{
	margin : 2px;
}
#liste .liste_resto  .liste_com, #liste .liste_resto2 .liste_com
{
	width: 150px;
 	color: #66aaf7;
}

/*style des liens ds la page dadmin edition et suppression*/
#liste .liste_resto a, #liste .liste_resto2 a
{
	font-weight: bold;
	color: #FF8151;
	text-decoration: none;
	border: 0 none;
	text-transform: uppercase;
}

#liste .liste_resto a:hover, #liste .liste_resto2 a:hover
{
	color: #66aaf7;
}

/*style des liens ds la page de liste pour les numero page*/
#liste .numero_page a
{
	color: #66aaf7;
	text-decoration: none;
 	border: 0 none;
}

#liste .numero_page a:hover
{
	color: #FF8151;
	background: #eee;	
}

/*********************************
******** FORMULAIRE***************
*********************************/

#liste #filtre
{
	font-size: 10px;
/*	visibility:hidden;
	display:none;*/
}
#liste #filtre table tr
{
	vertical-align: middle;
}
#liste #filtre table td strong
{
	font-weight:normal;
}
#liste #filtre table
{
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
}
#liste #titre_filtre
{
	margin-left: 10px;
	margin-bottom: 5px;
}

#liste #titre_filtre a
{
	color: #66aaf7;
	text-decoration: none;
}
#liste #titre_filtre a:hover
{
	text-decoration:underline;
}

/*#liste .filtre td
{
	background-color: red;
	text-align: center;
	width: 100px;
	height: 40px;
	border: solid 1px #E6E6E6;
}*/
