/*#########################################################################################
###########################################################################################
###																						###
###			+---------------------------------------------------------------+			###
###			|																|			###
###			|							PUBLIC								|			###
###			|																|			###
###			+---------------------------------------------------------------+			###
###																						###
###########################################################################################
#########################################################################################*/

/* Feuille de style CSS de la partie publique */

/*
	 * Les éléments graphiques et le design du site (et donc cette feuille de styles CSS
	 * et les images) restent la propriété exclusive de leurs auteurs
	 * respectifs conformément aux droits d'auteur. Toute réutilisation
	 * devra faire l'objet d'une demande préalable (email:ctfassistance@orange.fr).
	 * Il est de plus dans votre intêret d'avoir un site au design original,
	 * pour qu'il ait sa propre identité visuelle, plutôt qu'un design plagié...
*/

/*########################
##						##
##		LIENS 1			##
##						##
########################*/

a:link.maj {
	color: #663300;
	text-decoration: none;
	font-size:x-small;
}
a:visited.maj {
	text-decoration: none;
	color: #663300;
	font-size:x-small;
}
a:hover.maj {
	text-decoration: none;
	color: #000000;
	font-size:x-small;
}
a:active.maj {
	text-decoration: none;
	font-size:x-small;
}

/*########################
##						##
##		LIENS 2			##
##						##
########################*/
/*Liens pour le menu*/

a:link.menu {
	color: #663300;
	text-decoration: none;
	font-size:x-small;
}
a:visited.menu {
	text-decoration: none;
	color: #663300;
	font-size:x-small;
}
a:hover.menu {
	text-decoration: none;
	color: #000000;
	font-size:x-small;
}
a:active.menu {
	text-decoration: none;
	font-size:x-small;
}

/*########################
##						##
##		LIENS 3			##
##						##
########################*/
/*Liens pour le menu*/

a:link.commande {
	color: #663300;
	text-decoration: none;
	font-size:medium;
}
a:visited.commande {
	text-decoration: none;
	color: #663300;
	font-size:medium;
}
a:hover.commande {
	text-decoration: none;
	color: #000000;
	font-size:medium;
}
a:active.commande {
	text-decoration: none;
	font-size:medium;
}

/*########################
##						##
##	  AFF. GENERAL		##
##						##
########################*/

.CalqueAffiche
{
	overflow:auto;
	width:935px;
	height:350px;
	border:0px;
	background-color:#CCCCCC;
}

/*########################
##						##
##		  MENUS			##
##						##
########################*/

.titremenu
{
	font-size:small;
	font-weight:bold;
	color:#000000;
}

/*########################
##						##
##	   	CARTE			##
##						##
########################*/

.TableDescriptif
{
	width:750px;
}

.CategorieDescipt
{
	font-size:medium;
	font-weight:bold;
	color:#333333;
}

.TitreDescriptif
{
	font-size:large;
	font-weight:bold;
}

.PrixDescriptif
{
	font-size:large;
	font-weight:bold;
	color:#333333;
}

.TitreType
{
	font-size:medium;
	font-weight:bold;
	color:#663300;
}

.NomPlat
{
	color:#666699;
	font-weight:bold;
}

/*########################
##						##
##		   LISTE		##
##						##
########################*/

.ListeTitreTab
{
	background-color:#6699CC;
	font-weight:bold;
	color:#9900FF;
}

.ListeVide
{
	color:#FF0000;
	font-size:large;
	font-weight:bold;
}

/*########################
##						##
##	   	TARIF			##
##						##
########################*/

.TitreTarif
{
	font-size:small;
	font-weight:bold;
}

.TexteTarif
{
	font-size:x-small;
	font-weight:bold;
}

.TarifMontant
{
	font-size:x-small;
}

