@charset "utf-8"; 

/*Title: le Domaine des Aspras main CSS*/
/*Object: Contain principal styles of "Le Domaine" 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:#C28548 url() no-repeat top left;
			}

#introduction	{
				background:transparent url("images/1/sarment.png") center center no-repeat;
				vertical-align:middle;
				text-align:left;
				margin:1.5em 0 1em 0;
				width:740px;
				height:80px;
				}

#menuPresent	{
				text-align:left;
				}

#subMenu1	{
			display:block;
			}

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

#menuPresent ul	{
				background:transparent url("images/1/background01.png") top left no-repeat;
				list-style-type:none;
				margin:0em .9230em 0 .9230em;
				padding:1.4em 0 .5em 0;
				width:195px;
				border-right:.0769em solid #B7EC84;
				border-bottom:.0769em solid #B7EC84;
				}

#menuPresent li	{
				margin:.3em 0 .5em 0;
				width:auto;
				text-align:right;
				}

#menuPresent a	{
				display:block;
				padding:0 .9230em 0 .9230em;
				height:1.7em;
				vertical-align:baseline;
				font-weight:bold;
				}

/*---------------------------------------------------------------------------*/
/*behavioral selectors; */
/*---------------------------------------------------------------------------*/

#menuPresent a:hover	{
						background:#FFFFFF url() center center no-repeat;
						opacity:.5;
						filter:alpha(opacity=50);
						}

#menuPresent a:focus	{
						background:#FFFFFF url() center center no-repeat;
						opacity:.3;
						filter:alpha(opacity=30);
						}

#menuPresent a:active	{
						background:#FFFFFF url() center center no-repeat;
						opacity:.75;
						filter:alpha(opacity=75);
						}
