body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
}
h2:first-letter {
	font-size: 28px;
	color: #FF3300;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}
h3:first-letter {
	font-size: 22px;
	color: #FF3300;
}


.titre {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
}
.liens {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.accueil {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: center;
}

.accueil a{
	color: #333333;
	text-decoration: none;
}

.accueil a:hover{
	color: #CCCCCC;
}

.texte_vert {
	font-weight: normal;
	color: #41552A;
}
.bloc_mail {
	padding-top: 43px;
}
.lien_haut {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.bloc_flash {
	padding-top: 10px;
	padding-left: 10px;
}
.fond_tb {
	background-color: #232327;
}
.bloc_centre {
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
}
.bloc_centre p{
	text-indent: 30px;
	text-align: justify;
	margin-top: 3px;
	margin-bottom: 3px;
}
.bloc_d {
	padding-left: 35px;
	padding-right: 0px;
}

.texte_centre {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.titre_d {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #D3D3D4;
	text-decoration: none;
}
.texte_d {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.liens_verts {
	font-weight: normal;
	color: #647E16;
	text-decoration: none;
}
.tableau {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	background-color: #121316;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #232327;
	padding: 3px;
}
.liens_bas {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #5B7214;
}
.formulaire {
	font-size: 12px; 
	width: 100%; 
	color: #CCCCCC; 
	background-color: #101215;
	border: none;
}
.formulairebouton {
	width: 100%;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #555659; 
	BACKGROUND-COLOR: #101215
}

.haut {
	line-height: 30px;
	color: #FF9900;
}

.haut:hover {
	color: #FFCC66;
}



/*Menu fiche tech vins*/
ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	display: block;
	line-height: 30px;
	margin-right: 20px;
	width: 150px;
}

ul.menu li a {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background: url(gfx/fond_menu.png);
	border: 1px solid #232327;

}

ul.menu li a:hover {
	background-image: url(gfx/fond_menu_o.png);
	border: 1px solid #FFCC33;
	border-style: inset;
	color:#FFFFFF;
}