/* CSS Document */

/* ************************************************************************
						ELEMENTS HTML DE BASE REDEFINIS 
************************************************************************ */
form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

td {
	text-align: left;
	font-size: 11px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

p {
	margin-top: 5px;
	color: #000000;
	font-family: Tahoma;
}

legend {
	color: #ff6600;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom:5px;
	text-align: center;
}

a.img {
	border: 0px;
	cursor: hand;
}

SELECT {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #ffffff;
}

INPUT {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
}



fieldset {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
/* ************************************************************************
						PRINCIPAUX BLOCS
************************************************************************ */
#tab_bloc {
	width: 650px;
	margin-top: 10px;
	margin-left: &0px;
	text-align: left;
	vertical-align: top;
	margin-left: 90px;
}


/* ************************************************************************
						STYLES tableaux MAIN
************************************************************************ */


table.main {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	width: 800px;
	border-collapse: collapse;
	cellspacing: 0px;
	padding: 0px;
}

table.main th {
	height: 50px;

} 
table.main th.food {
	background-image: url(../images/food_header.gif);
}
table.main th.bar {
	background-image: url(../images/bar_header.gif);
}
table.main th.wine {
	background-image: url(../images/wine_header.gif);
}
table.main th.digestif {
	background-image: url(../images/digestif_header.gif);
}
table.main td.G {
	background-image: url(../images/barreD.gif);
	background-color: #ffffcc;
	background-repeat: repeat-y;
	/*width: 151px;*/
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-right: 0px;
	vertical-align: top;
	
}

table.main td.M {
	padding: 10px 0px 10px 0px;
	/*background-color: #EEEEEE;*/
	background-color: #ffffcc;
	vertical-align: top;
	vertical-align: top;
}

table.main td.D {
	background-image: url(../images/barreD.gif);
	background-repeat: repeat-y;
	width: 2px;
	vertical-align: top;
}

table.main td.bas {
	background-image: url(../images/main_footer.gif);
	height: 31px;
}

p.main {
	margin-left: 30px;
}

/* ************************************************************************
						STYLES POUR TABLEAU ARDOISE
************************************************************************ */

table.ardoise {
	border-spacing: 0px;
	width: 552px;
	border-collapse: collapse;
	cellspacing: 0px;
	vertical-align: top;
}

table.ardoise th {
	background-image: url(../images/ardoise/ardoise_haut.gif);
	background-repeat: no-repeat;
	width: 552px;
	height: 60px;
	vertical-align: top;
}


table.ardoise td.bas {
	background-image: url(../images/ardoise/ardoise_bas.gif);
	background-repeat: no-repeat;
	width: 552px;
	height: 65px;
}

table.ardoise td.gauche {
	width: 54px;
	background-image: url(../images/ardoise/ardoise_gauche.gif);
	background-repeat: repeat-y;
}

table.ardoise td.droite {
	width: 62px;
	background-image: url(../images/ardoise/ardoise_droite.gif);
	background-repeat: repeat-y;
}

table.ardoise td.milieu {
	background-color: #000000;
	color: #ffffff;
	width: 436px;
	vertical-align: top;
}

li.ardoise {
	list-style-image: url(../images/ardoise/puce_ardoise.gif);
	list-style-position: inside;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 30px;
}

table.item {
	border-spacing: 0px;
	width: 436px;
	border-collapse: collapse;
	cellspacing: 0px;
}

table.item td {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 27px;
	padding: 0px;

}


table.item td.menu {
	text-align: center;
}

table.item td.ofthemonth {
	text-align: center;
	font-size: 18px;
}

.normal {
	font-weight: normal;
	font-size: 13px;
}


table.item td.big {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}
table.item td.warning {
	color: #FF9933;
	text-align: center;
	font-weight: normal;
}
table.item td.item {
	width: 364px;
	text-align: left;
	background-image: url(../images/ardoise/puce_ardoise.gif);
	background-repeat: no-repeat;
	padding-left: 32px;
	padding-bottom: 6px;
	vertical-align: top;
}

table.item td.item2 {
	width: 364px;
	text-align: left;
	background-image: url(../images/ardoise/puce_ardoise2.gif);
	background-repeat: no-repeat;
	padding-left: 32px;
	padding-bottom: 6px;
}

table.item td.price {
	width: 70px;
	text-align: right;
	vertical-align: top;
}

table.item td.euro {
	width: 30px;
	background-image: url(../images/ardoise/euro.gif);
	background-repeat: no-repeat;
	background-color: #000000;
}
/* ************************************************************************
						STYLES POUR MENU VERTICAL GAUCHE
************************************************************************ */

/* Format de tableau pour le menu vertical gauche  ***************************************************/



a.vert_menu:link, a.vert_menu:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-left: 25px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.vert_menu:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #003366;
}

/* ************************************************************************
						STYLES POUR BOUTONS NAVIGATION (liens hypertexte)
************************************************************************ */

a.nav_button:link, a.nav_button:visited {
	font: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #5374b9;
	background-color: #ececf6;
	border: 1px ridge #cccccc;
	letter-spacing: 1px;
	padding: 2px 5px;
	line-height: 18px !important;
	line-height: 16px;
	height: 26px !important;
	height: 24px;
	margin: 1px;
}

a.nav_button:hover {
	color: #333399;
	background-color: #ececf6;
	border: 1px groove #ff9900;
}

a.main_button:link, a.main_button:visited {
	width: 151px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff9900;
	border: 1px ridge #cccccc;
	letter-spacing: 0px;
	padding: 10px 20px 10px 20px;
	line-height: 18px !important;
	line-height: 16px;
	height: 26px !important;
	height: 24px;
	margin: 1px;
	text-decoration: none;
}

a.main_button:hover {
	color: #ff9900;
	background-color: #ffffcc;
	border: 1px groove #006600;
	text-decoration: none;
}

a.button_large:link, a.button_large:visited {
	width: 100%;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	background-color: #99CCFF;
	border: 1px ridge #cccccc;
	letter-spacing: 0px;
	padding: 10px 20px 10px 20px;
	line-height: 18px !important;
	line-height: 16px;
	height: 26px !important;
	height: 24px;
	margin: 1px;
	text-decoration: none;
	text-align: center;
}

a.button_large:hover {
	color: #ff6600;
	background-color: #ffffcc;
	border: 1px groove #006600;
	text-decoration: none;
}

a.large_disabled:link, a.large_disabled:visited, a.large_disabled:hover {
	width: 100%;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	background-color: #ffffcc;
	border: 1px groove #006600;
	letter-spacing: 0px;
	padding: 10px 20px 10px 20px;
	line-height: 18px !important;
	line-height: 16px;
	height: 26px !important;
	height: 24px;
	margin: 1px;
	text-decoration: none;
	text-align: center;
}


.disabled_button:link, a.disabled_button:visited, a.disabled_button:hover {
	width: 151px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
	background-color: #ffffcc;
	border: 1px ridge #cccccc;
	letter-spacing: 0px;
	padding: 10px 20px 10px 20px;
	line-height: 18px !important;
	line-height: 16px;
	height: 26px !important;
	height: 24px;
	margin: 1px;
	text-decoration: none;
}

a.draft:link, a.draft:visited {
	color: #999999; 
	text-decoration: none;
	font-weight: normal;
}
a.draft:hover {
	text-decoration: underline;
}

p.tab {
	margin-left: 0px;
}

.draft {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

/* *************************** messages d'erreur *********************************** */

.msg {
	border: 2px dotted #ff9900;
	color: #000000;
	background: #ffffff;
	padding: 5px 5px 5px 5px;
	width: 400px;
	text-align: center;
	/*margin-left: 25px;
	margin-right: 25px;*/
	text-align: center;
	font-weight: bold;
}


#reset {
	text-align: center;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 50px;
	margin-left: 30px;
}

/* **************************** TABLEAU FORMULAIRE **********************************/

table.form {
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	cellspacing: 0px;
	padding: 0px;
	color: #000000;
}

table.form th {
	background-repeat: no-repeat;
	height: 71px;
	width: 800px;
}

table.form td.gauche {
	background-image: url(../images/formulaire/form_gauche.gif);
	background-repeat: repeat-y;
	width: 58px;
}

table.form td.milieu {
	width: 680px;
		background-color: #ffffcc;
}

table.form td.droite {
	background-image: url(../images/formulaire/form_droite.gif);
	background-repeat: repeat-y;
	width: 62px;
}

table.form td.bas {
	background-image: url(../images/formulaire/form_bas.gif);
	background-repeat: no-repeat;
	height: 51px;
	width: 800px;
}

/***************** tableau pour formulaire FOOD ***************/

table.food {
	width: 400px;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
}
table.food td{
		vertical-align: top;
}
table.food td.intitule {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}



.error {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	background-color: #ffffcc;
	text-align: center;
	vertical-align: middle;
	margin: 50px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	border: thin dotted #ff6600;
	width: 500px;
}
.ok {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: Green;
	background-color: #D0FDC8;
	text-align: center;
	vertical-align: middle;
	margin: 50px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	border: thin dotted Green;
	width: 500px;
}

.drop {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: Blac;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin: 50px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	border: thin dotted #ff9900;
	width: 500px;
}
