@charset "utf-8"; 

/*Title: le Domaine des Aspras main CSS*/
/*Object: Contain principal styles of "Les vins" rubric from "le Domaine des Aspras" website for the screen media*/
/*Author: Sébastien Mouren*/

/*-------------------------------------------------*/
/*Type selectors; cover defined elements of the DTD*/
/*-------------------------------------------------*/

#preface	{
			background:#A56E37 url() no-repeat top left;
			}

#intraSelector	{
				position:relative;
				margin:0 auto 0 auto;
				}

#subMenu2	{
			display:block;
			}

/*---------------------------------------------------------------------------*/
/*related selectors; contains generic block selectors related to ID selectors*/
/*---------------------------------------------------------------------------*/

#intraSelector img	{
					width:100%;
					height:100%
					}

/*---------------------------------------------------------------------------*/
/*class selectors;*/
/*---------------------------------------------------------------------------*/

.transparent	{
				opacity:.2;
				filter:alpha(opacity=20);
				}

.marginText	{
			padding-top:3em !important;
			margin-top:0 !important;
			}

.marginImage	{
				padding-top:4em !important;
				margin-top:0 !important;
				}

.wineSpacer	{
			margin-bottom:1em !important;
			}

.wine2	{
		left:67px;
		}

.wine3	{
		left:134px;
		}