/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
a {
	color: black;
	text-decoration: none;
}
a:link {
	color: black;
}
a:visited {
	color: black;
}
a:hover {
	color: #ffffff;
	background: black;
	padding: 3px 5px 3px 5px;
}
body {
	margin: 0;
	padding: 0;
	font: 100% Verdana, "MS Reference Sans Serif", sans-serif;
	text-align: center;
	color: #333333;
	background-image:url(images/verre_demi_bkg.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
}
/*hr {
	border: none;
	background-color: maroon;
	color: maroon;
	height: 1px;
	width: 100%;
}*/
#container {
	width: 760px;
	position: relative;
	/*margin: 25px auto;*/
	margin: auto;
	/*margin: 0px 0px 15px 0px;*/
	background-color: white;
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	/*border: 1px solid #CCCCCC;*/
	text-align: left;
}
#header {
	height: 150px;
	background-color: transparent;
	background-image: url(images/bandeau_sommelier_black_and_white_degrade.jpg);
}
#header h1 {
	margin: 0;
	padding-top: 1px;
	font-size: 200%;
	/*	color: #990000;*/
	color: #750724;
	text-align:center;
}
#header h2 {
	padding-top: 0px;
	font-size: 150%;
	color: #660000;
	text-align:center;
}
#header h3 {
	text-align:left;
}
#wrapper {
	text-align:left;
	width: 760px;
	background: url(images/container_bkg_trait_pointille_gris.jpg);
}
#mainnav {
	padding: 0 10px 0 20px;
	background-image: url(images/arriere_plan_footer_gris.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 25px;
	text-align: center;
}
#mainnav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#mainnav li {
	display: inline;
	margin-right: 1em;
}
#mainnav li a {
	text-decoration: none;
	color: #660000;
	padding: 1px 10px 1px 10px;
}
#mainnav li a:hover {
	text-decoration: none;
	color: #660000;
	background-color: #CCCCCC;
	padding: 1px 10px 1px 10px;
	border-top: 1px solid #660000;
}
#mainnav p {
	margin: 0px;
	padding: 10px 0;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 162px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: transparent;
	padding: 25px 0px 20px 10px;
}
#sidebar1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar1 li a:link, #sidebar1 li a:visited {
	font-size: 70%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	background-color: transparent;
	color: #660000;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
#sidebar1 li a:hover {
	background-color: #E8E8E8;
	border-bottom: 1px solid #660000;
}
#sidebar2 {
	float: right;
	width: 166px;
	/*margin: 0px;*/
	padding: 15px 8px 15px 8px;
	background-color: transparent;
}


.adboxchampagne {
	padding: 10px 4px 10px 4px;
	/*margin: 0 0 10px 0;*/
	margin: 20px 0 10px 0;
	border: 1px dotted #CCCC66;
	background-color: #FFFFCC;
	font-size: 70%;
	text-align: justify;
}
.adboxchampagne a, adboxchampagne a:link, adboxchampagne a:visited {
	text-decoration: none;
	color: #660000;
	border-bottom: 1px dotted #660000;
	padding: 0px 2px 0px 2px;
}
.adboxchampagne a:hover {
	text-decoration: none;
	color: #660000;
	background-color: #CCCCCC;
	padding: 0px 2px 0px 2px;
}
.adboxgray {
	padding: 10px 4px 10px 4px;
	/*margin: 0 0 10px 0;*/
	margin: 20px 0 10px 0;
	border: 1px dotted #666666 ;
	background-color: #E8E8E8;
	font-size: 70%;
	text-align: justify;
}
.adboxgray a, adboxgray a:link, adboxgray a:visited {
	text-decoration: none;
	color: #660000;
	border-bottom: 1px dotted #660000;
	padding: 0px 2px 0px 2px;
}
.adboxgray a:hover {
	text-decoration: none;
	color: #660000;
	background-color: #CCCCCC;
	padding: 0px 2px 0px 2px;
}
.adboxmaroon {
	padding: 10px 4px 10px 4px;
	/*margin: 0 0 10px 0;*/
	margin: 20px 0 10px 0;
	border: 1px dotted maroon;
	background-color: #EDCBCD;
	font-size: 70%;
	text-align: justify;
}
.adboxmaroon a, adboxmaroon a:link, adboxmaroon a:visited {
	text-decoration: none;
	color: #660000;
	border-bottom: 1px dotted #660000;
	padding: 0px 2px 0px 2px;
}
.adboxmaroon a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: maroon;
	padding: 0px 2px 0px 2px;
}
.adboximage {
	padding: 0px;

	margin: 20px 0 10px 0;
	border: 1px dotted gray;
	background-color: transparent;
	font-size: 70%;
	text-align: justify;
}
.adboximage a, adboximage a:link, adboximage a:visited {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px;
}
.adboximage a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding: 0px 2px 0px 2px;
}
#mainContent {
	margin: 0 175px;
	padding: 10px 10px 25px 10px;
	text-align: justify;
}
#mainContent_inner_img {
height: 227px;
background-image: url(images/noel.jpg);
background-position:left top;
background-repeat:no-repeat;
}
#mainContent a {
	text-decoration: none;
	color: #660000;
	border-bottom: 1px dotted #660000;
	padding: 0px 2px 0px 2px;
}
#mainContent a:link {
	text-decoration: none;
	color: #660000;
	border-bottom: 1px dotted #660000;
	padding: 0px 2px 0px 2px;
}
#mainContent a:hover {
	text-decoration: none;
	color: #660000;
	background-color: #CCCCCC;
	border-bottom: 1px solid #660000;
	padding: 0px 2px 0px 2px;
}
#mainContent p {
	font-size: 70%;
	text-align:justify;
	line-height: 1.5;
	margin: 10px;
}
#mainContent li {
	font-size: 70%;
	line-height: normal;
	/*line-height: 0;*/
	margin-left: 50px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	/*text-indent: 15px;*/
	/*list-style-position:outside;*/
	list-style-image:url(images/bullet.gif);
}
#mainContent h4 {
	color: #696969;
	text-align: center;
	font-weight:lighter;
	letter-spacing: 0.2em;
	/*margin: 3px;*/
	padding-top: 10px;
	padding-bottom: 15px;
	/*border-bottom:1px dotted;*/
	/*border-bottom-color: gray;*/
}
#mainContent h5 {
	/*color: #660000;*/
	color: #750724;
	font-size: 90%;
	font-weight:lighter;
	font-variant:small-caps;
	letter-spacing: 0.2em;
	text-align: left;
	margin: 10px;
	padding: 15px;
	border-bottom:1px dotted;
	border-bottom-color: maroon;

	/*background: #CC9999;*/
}
#mainContent p.printer_version {
	/*color: #660000;
	font-weight:lighter;
	letter-spacing: 0.2em;*/
	text-align:right;
}
#mainContent p.button {
	text-align:center;
}
#mainContent p.field_center {
	text-align:center;
}
#mainContent p.form {
	color: #660000;
	font-weight:lighter;
	letter-spacing: 0.2em;
	text-align:left;
}
#mainContent p.back_to {
	/*color: #660000;
	font-weight:lighter;
	letter-spacing: 0.2em;*/
	text-align:center;
}
#mainContent td {
	font-size: 70%;
	text-align:justify;
	line-height: 1.4;
}
#footer {
	padding: 0 10px 0 20px;
	background-image: url(images/arriere_plan_footer_gris.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-align: center;
}
#footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#footer li {
	display: inline;
	margin-right: 1em;
}
#footer li a {
	text-decoration: none;
	color: #660000;
	padding: 1px 5px 1px 5px;
}
#footer li a:hover {
	text-decoration: none;
	color: #660000;
	background-color: #CCCCCC;
	padding: 1px 5px 1px 5px;
	border-top: 1px solid #660000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.copyright {
	text-align:center;
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.emergency_style_ul {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
}
.imageFloatLeft {
	float: left;
	margin-right: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 5px;
	border: 1px solid #DCD3CE;
}
.imageFloatRight {
	float: right;
	margin-left: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 6px;
	border: 1px solid #DCD3CE;
}
.imageFloatNone {
	float: none;
	text-align:center;
	
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	/*border: 1px solid #DCD3CE;*/
	border: 1px solid #ccc;
}
.emphasize {
	font-size:12px;
	color:#660000;
	text-align:justify;
}
/*#main hr {
	border: none;
	background-color: #EEEEEE;
	color: #EEEEEE;
	height: 1px;
	width: 100%;
}*/
.ligne_horizontale_maroon {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 0.5;
	border-bottom: 1px dotted;
	border-bottom-color: maroon;
}
.ligne_horizontale_gray {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted;
	border-bottom-color: gray;
}
/*paramètres formulaire de recherche*/
.zoomindex {
	color: maroon;
	/*border: 1px dotted #CC0033;*/
	font-family: Tahoma, sans-serif;
	font-size: 70%;
	font-weight: normal;
	letter-spacing: 1px;	
}
.mailingbox {
	margin: 0 0 10px 0;
	border: 1px dotted #CCCCCC;
	background-color: #BAA99F;
	color:maroon;
	font-family: Tahoma, sans-serif;
	font-size: 70%;
	text-align: center;
} 
.searchboxtable {
	font-size: 70%;
	text-align: center;
	background-color: black;
}
.searchboxtable td {
	padding: 5px 5px 5px 5px;
	background-color: #BAA99F;
	color:maroon;
}
form {
	background-color: #E8E8E8;
	border: 1px dotted maroon;
	padding: 0.5em;
}
input.txt {
	color: #660000;
	border: 1px dotted #660000;
	font-size: 12px;
}
input.btn {
	color: #660000;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
}
legend.legend {
	color: #660000;
	font-size: 12px;
	padding: 3px 3px 3px 3px;
}
input{
	color: maroon; 
	font-size: 12px;
	padding: 3px 5px 3px 5px;
	/*border: 1px maroon;*/
}

/* fin des paramètres formulaire de recherche*/
