@charset "utf-8"; 

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

#introduction	{
				background:transparent url() center center no-repeat;
				vertical-align:middle;
				text-align:center;
				margin:2em 0 2em 0;
				}

#textp	{
		float:left;
		width:515px;
		background:transparent url() no-repeat top left;
		padding:0;
		margin:0 0 0 0;
		text-align:justify;
		border-right:1px solid black;
		}

#text	{
		border-left:1px solid black;
		}


#illustrationsp	{
				float:left;
				margin:1em 0;
				text-align:center;
				width:222px;
				padding:1em 0 0 0;
				}

#subMenu3	{
			display:block;
			}
			
/*---------------------------------------------------------------------------*/
/*related selectors; contains generic block selectors related to ID selectors*/
/*---------------------------------------------------------------------------*/

#content dt	{
			font:normal normal bold 1em/1em tahoma, etahoma, verdana, sans-serif;
			margin:.8em 0 .2em 0;
			}

#content dd	{
			font:normal normal normal 1em/1em tahoma, etahoma, verdana, sans-serif;
			margin:0em 0 .1em 0;
			}

#introduction p	{
				display:block;
				position:relative;
				width:20%;
				vertical-align:middle;
				margin:auto;
				}

#illustrations ul	{
					background:#97371E url() center center no-repeat;
					list-style-type:none;
					width:16em;
					margin:-51px auto .7em auto;
					padding:.3em 0 .5em 0;
					opacity:.85;
					z-index:3;
					position:relative;
					}

#illustrations li	{
					margin:.5em 1em .7em 1em;
					text-align:left;
					}

#textp p	{
		padding:0 1em 0 1em;
		margin:0 0 1.2em 0em;
		}

#textp ul	{
			padding:0 1em 0 1em;
			margin:0 0 1.2em 1em;
			}

#textp li	{
			padding:0;
			margin:0 0 1.2em 2.8em;
			}