/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #663433;
}

a {
	color:#CCCCCC;
	font-weight:bold;
}
a:hover {
	color:#FFFFFF;
}

td.corps_de_page {
	background-image:url(images/vins-en-ligne_font-centre.jpg);
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:justify;
	padding: 10px;
	border: 1px solid #333333;
}

.titre {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #663433;
	background-color: #FFFFBB;
	border: 1px solid #333333;
	text-align: center;
}

/* Dictionnaire */

.titre_def {
	font-weight: bold;
	color: #FFFF99;
	/*text-decoration: underline;*/
}
.def {
	padding-left: 20px;
}

/* Catalogue en ligne */

table.lst_vins {
	border : 0;
	width: 95%;
}
tr.H_lst_vins {
}
td.H_lst_vins {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #663433;
	background-color: #FFFFBB;
	border: 1px solid #333333;
	text-align: center;
}
.titre_col {
	font-weight: bold;
	color: #FFFF99;
	text-decoration: underline;
	text-align : center;
}
.texte_fiche {
	font-size:12px;
	font-weight: bold;
}
tr.lst_vins {}
td.lst_vins {
	font-size:12px;
	font-weight: bold;
}
td.miniature {
	font-size:10px;
}
.sous_menu {
	font-weight: bold;
	font-style : italic;
	font-size : 13px;
	color: #B6956A;
}
table.sous_menu {
	border-top : 1px solid #B6956A;
	border-bottom : 1px solid #B6956A;
}
a.sous_menu {
	font-weight: bold;
	font-style : italic;
	font-size : 13px;
	color: #B6956A;
	text-decoration:none;
}
a:hover.sous_menu {
	color : #FFFF99;
}
.mini_txt {
	font-size: 11px;
	font-style : italic;
	color: #333333;
	text-align: center;	
}
.newsletter_txt {
	font-weight: bold;
	font-size : 13px;
	color: #B6956A;
}
input.textbox {
	border: 1px solid #FFFFBB;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	background-color: #663433;
	color:#B6956A;
	text-align:center;
}
input.button {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #663433;
	background-color: #FFFFBB;
	border: 1px solid #333333;
	text-align: center;
}