/* ----------------------------------------------------------------------------------------------------------------
//	B O D Y   &   G E N E R A L
//-------------------------------------------------------------------------------------------------------------- */

body {
	background-color: #faf8f7;
	background-image: url(images/template_bg.gif);
	background-position: top center; 
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	text-align: justify;

	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #616161;
	line-height: 15px; 
}

input, textarea, select {
	padding: 5px 3px 5px 3px;
	font-family: 'Tahoma', 'Arial', sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #f7f5ee;
	border: 1px solid #636363;
	margin: 0px;
}

a:link, a:visited, a:active { color: #288761; font-weight: bold; text-decoration: none; }
a:hover { color: #bbbbbb; text-decoration: none; border-bottom: none; }

a.nav1:link, a.nav1:visited, a.nav1:active { color: #ffffff; text-decoration: none; border: none; font-weight: bold;}
a.nav1:hover { color: #e4d883; text-decoration: none; font-weight: bold; }

a.nav2:link, a.nav2:visited, a.nav2:active { color: #ffffff; text-decoration: none; border: none; font-weight: normal;}
a.nav2:hover { color: #a0c0b2; }

#top_gradient {
	background-image: url(images/template_top_bg_thin.jpg);
	background-position: top center; 
	background-repeat: repeat-x;
}

#top_bg {
	background-image: url(images/template_top_bg.jpg);
	background-position: top center; 
	background-repeat: no-repeat;
}

.navlinks {
	padding: 0px 0px 9px 0px;	
	color: #e4d883;
	font-weight: bold;
}


/* ----------------------------------------------------------------------------------------------------------------
//	S K E L E T T O N
//-------------------------------------------------------------------------------------------------------------- */


/* carte des mets */

.carte_maincontainer {
	clear: both;
	padding: 15px 0px 0px 0px;
}

.carte_leftcontainer {
	float: left;	
}

.carte_rightcontainer {
	float: right;
	width: 200px;
}

.carte_nom1 {
	
}

.carte_nom2 {
	clear: both;
	font-size: 11px;
	color: #bbbbbb;
}

.carte_prix {
	width: 49%;
	float: left;
	text-align: right;
}


/* wine card */

.wine_title {
	clear: both;
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	color: #288761;
	font-weight: bold;
	padding: 20px 0px 10px 0px;
}

.wine_name {
	clear: both;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
}

.wine_price {
	float: right;
	width: 200px;
}

.wine_pricepercent {
	float: left;
	width: 33%;	
	font-weight: normal;
}

.wine_cepage{
	clear: both;
	
	font-size: 11px;
	color: #bbbbbb;
}

.wine_normal {
	clear: both;	
}

/* contact */


.contact_mainrow {
	clear: both;
	padding: 15px 0px 0px 0px;
}

.contact_rowname {
	float: left;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
}

.contact_detail {
	width: 75%;
	float: right;	
}

/* réservation */

.contact_texttop {
	padding: 20px;

	margin: 0px 0px 20px 0px;
	background-color: #e8efec;
}

.contact_texttoperror {
	padding: 20px 30px 20px 30px;
	margin: 0px 0px 20px 0px;
	background-color: #ffe4e4;
	color: #cc0000;
	font-weight: bold;
	font-size: 11px;
}

.contact_rowmain {
	clear: both;
	padding: 15px 0px 0px 0px;
}

.contact_rowtitle {
	float: left;
	width: 30%;
	text-align: right;
	padding: 4px 0px 0px 0px;
}

.contact_rowfield {
	float: right;
	width: 65%;
	font-size: 11px;
	color: #000000;
}

.contact_textfield {
	width: 90%;
}

.contact_textarea {
	width: 92%;
	height: 60px;
}

