body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#000000;
	margin:0px;
	background:#2d3f5d url(../i/bg.gif) repeat-x;
}

* { font-family: Verdana, Helvetica, Arial, sans-serif; }

h1 {
	color: #635651;
	font-size: 14px;
	font-weight: bold; 
}

h2 {
	color: #635651;
	font-size: 14px;
	font-weight: normal;
}

h3 {
	color: #635651;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}

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

p.error {
	display:inline;
	color:#CC0000;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

p.errok {
	display:inline;
	color:#009900;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

p.small {
	font-size:9px;
}

p.restaurantMenuRow {
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}

td.tabletitle {
	background-color:#c6bbae;
}

td.label {
	text-align:right;
	white-space:nowrap;
	padding-right:1em;
	font-style:italic;
}

.row {
	background-color:#EEEEEE;
	border-right:1px solid #999999;
	border-bottom:1px solid #CCCCCC;
}
.altrow {
	background-color:#DDDDFF;
	border-right:1px solid #999999;
	border-bottom:1px solid #CCCCCC;
}

div.loginbox {
	position:absolute;
	left:50%;
	top:150px;
	width:28em;
	height:12em;
	margin-top: -6em;
	margin-left: -14em;
	background:#EEEEEE;
	border:1px solid #666666;
	padding:10px;
	text-align:center;
	overflow: visible;
}

input.loginfield {
	border:1px solid #A29C9B;
	width:136px;
	margin:0px;
	margin-bottom:5px;
}

/* Main menu ***********************************************************************/


.big {
	font-size:11px;
	font-weight:bold;
	width:152px;
	padding:0px;
	padding-left:5px;
	padding-top:7px;
	padding-bottom:7px;
}
.std {
	font-size:11px;
	width:150px; 
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#F6F6F6;
}

p, ol, ul {
	font-size: 11px;
}
ol li { list-style-type: lower-alpha; }
ul li { list-style-type: none; }

ol.literal {
	list-style-type:lower-alpha;
}


a {
	color: #00209f; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline
}

ul.menu {
	background-color:#FFFFFF;
	margin:0px;
	border-bottom:1px solid #DBD5D3;
	padding:0px;
	list-style-type:none;
}
li.menu {
	padding:0px;
	margin:0px;
	margin-bottom:1px;
	border:0px;
	background-color:#DBD5D3;
}

a.menu {
	color:#504440;
	margin:0px;
}
a.menu:link {
	display:block;
	position:relative;
	left:0px;
	display:block;
	margin:0px;
	padding-right:5px;
	text-decoration:none;
	color:#504440;
}

a.menu:hover {
	display:block;
	position:relative;
	left:0px;
	display:block;
	margin:0px;
	padding-right:5px;
	text-decoration:none;
	background-color:#F6F6F6;
	color:#504440;
}


/* Bullshit needed for IE... just copy the values we have in a.menu down here... */


a.menu:active {
	display:block;
	position:relative;
	left:0px;
	display:block;
	margin:0px;
	padding-right:5px;
	text-decoration:none;
	color:#504440;
}

a.menu:visited {
	display:block;
	position:relative;
	left:0px;
	display:block;
	margin:0px;
	padding-right:5px;
	text-decoration:none;
	color:#504440;
}

.contactAccueil {
	text-decoration:none;
	color:#FFFFFF;
}

img {
	border:0px;
}

/**********************************************************************
 *  Onglets
 **********************************************************************/

ul.tabBar {
	background-color:#E3E3EF;
	height:2.20em;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;					/* Distance between the first tab and the left of <ul> */
	list-style: none;
	
	background: url(../i/bg_tab.jpg) repeat-x;
	
	white-space: nowrap;
}

li.tab {
	/* Size & Position */
	float:left;							/* Relative in <ul> position */
	height: 1.75em;
	border: 0px;
	margin: 0px 0px 0px 0px;			/* Outer margins [ T R B L ] */
	padding: 0.45em 1em 0px 1em;			/* Inner padding [ T R B L ] */
	/* Inner text attributes */
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	
	cursor: pointer;
	background: url(../i/bg_tab.jpg) repeat-x;
	background-color: #828282;
}
li.tab_sel {  /* li.tab .sel */
	/* Size & Position */
	float:left;							/* Relative in <ul> position */
	height: 1.75em;
	border: 0px;
	margin: 0px 0px 0px 0px;			/* Outer margins [ T R B L ] */
	padding: 0.45em 1em 0px 1em;			/* Inner padding [ T R B L ] */
	/* Inner text attributes */
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	
	background: url(../i/bg_tab_sel.jpg) repeat-x;
	background-color: #2A2A2A;
}
img.bullet {
	margin-left:3px;
	margin-right:5px;
	margin-top:0.1em;
	width:0.85em;
	height:0.85em;
}

td.tableHead {
	font-weight:bold;
	background-color:#CCCCCC;
}
