/* CSS Document */
/* les styles par defaut */
BODY {
	background-image:url(interface/bg_page.png);
	background-repeat:repeat-x;
	background-position:top right;
	background-color:#491E01;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:1.2em;
}

TD {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:1.2em;
	vertical-align:top;
}

FORM {
	margin:0 0;
	padding:0 0;
}
IMG {
	float:none;
	border:0px;
	margin:0px;
	padding:0px;
}
.height100 {
	height:100%;
}
.width100 {
	width:100%;
}
.width50 {
	width:50%;
}
.centeralign {
	text-align:center;
}
.nowrap {
	white-space:nowrap;
}
.noblock  {
	float:none;
	margin:0px;
	display:block;
}

A:LINK.lien, A:ACTIVE.lien, A:VISITED.lien {
	color:#AA0A07;
	text-decoration:none;
}
A:HOVER.lien {
	color:#AA0A07;
	text-decoration:none;
	border-bottom:#AA0A07 dotted 1px;
}

A:LINK.hrefmenu, A:ACTIVE.hrefmenu, A:VISITED.hrefmenu {
	border:0px;
}
A:HOVER.hrefmenu {
	border:0px;
}

A:LINK.petit, A:ACTIVE.petit, A:VISITED.petit {
	font-size:11px;
	color:#EEB97D;
	text-decoration:none;
}
A:HOVER.petit {
	font-size:11px;
	color:#F8D014;
	text-decoration:none;
}

INPUT.radio {
	vertical-align:middle;
	margin:0px;
	padding:0px;
}

UL {
	margin:0px;
	padding-bottom:10px;
	padding-left:0px;
}
LI {
	list-style-image:url(interface/li_puce1.gif);
	padding-left:8px;
}
/* fin des styles par défaut

/* Style des contenus */
#conteneur {
}

#table1 {
	width:750px;
	height:100%;
}
#table_address {
}
.td_left {
	background-color:#491E01;
	height:100%;
}
.td_right {
	height:100%;
}
.tdh100 {
	height:100%;
}
.table100 {
	width:100%;
	height:100%;
}

#contenu_div {
	border-left:1px solid #261A0C;
	border-right:1px solid #261A0C;
	background-color:#FDF9F2;
	min-height:440px;
	width:470px;
}
#bottom_links {	
	height:27px;
	background-image:url(interface/bottom_links.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
}
#bottom_credits {
	height:66px;
	text-align:center;
}

DIV.textecontent {
	margin-left:12px;
	margin-right:6px;
	margin-top:10px;
	line-height:1.4em;
}

/* fin style contenus */

/* Style des textes */
.td_adresse {
	vertical-align:bottom;
	padding-bottom:12px;
	font-size:10px;
	color:#FFFFFF;
}
A:LINK.adresse, A:ACTIVE.adresse, A:VISITED.adresse {
	font-size:10px;
	color:#EEB97D;
	text-decoration:none;
}
A:HOVER.adresse {
	font-size:10px;
	color:#EEB97D;
	text-decoration:none;
	border-bottom:#EEB97D dotted 1px;
}

.titrepage {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	/*white-space:nowrap;*/
	padding-right:0px;
	padding-left:0px;
	padding-bottom:1px;
	padding-top:54px;
	width:206px;
	background-color:#AA0A07;
	text-align:right;
	color:#FFFFFF;
	border-bottom:#DDDDDD solid 4px;
}

.titrepage2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:1px;
	padding-top:54px;
	text-align:right;
	color:#AA0A07;
	border-bottom:#DDDDDD solid 4px;
}

.misenvaleur {
	font-weight:bold;
}

.nomvin {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#491E01;
	border-bottom:#DDDDDD solid 1px;
}

.vindesc {
	font-size:11px;
	color:#333333;
	font-style:italic;
	border-bottom:#DDDDDD solid 1px;
}

.vinutil {
	font-size:11px;
	color:#333333;
	border-bottom:#DDDDDD solid 1px;
}
.vincol {
	font-size:11px;
	color:#333333;
	font-weight:bold;
	border-bottom:#DDDDDD solid 1px;
}
/* fin style textes */

/* style des éléments de formulaire */
INPUT {
color:#666666;
background-color:#FFFFFF;
font-size:11px;
font-family:Verdana,arial;
border: 1px solid #cccccc;
padding:2px 2px;
height:20px;
}
.isin {
color:#333333;
background-color:#ffffff;
font-size:11px;
font-family:Verdana,arial;
border: 1px solid #AAAAAA;
padding:2px 2px;
line-height:1.4em;
}
.iserror {
border: 1px solid #AA0A07;
}
.texteerror {
	color:#AA0A07;
}
TEXTAREA {
color:#666666;
background-color:#FFFFFF;
font-size:11px;
font-family:Verdana,arial;
line-height:1.4em;
border: 1px solid #cccccc;
padding:2px 2px;
}
SELECT {
color:#666666;
background-color:#FAFAFA;
font-size:11px;
font-family:Verdana,arial;
border: 1px solid #cccccc;
}

INPUT.radio {
color:#000000;
background-color:transparent;
font-size:10px;
font-family:Verdana;
border-color:#CA6500;
border-style: none;
vertical-align : middle;
}
INPUT.checkbox {
background-color:transparent;
font-size:10px;
font-family:Verdana;
border:hidden;
}