@charset "utf-8"; 

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

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

#content	{
			padding:0 20px 0 20px;
			}

#preface	{
			background:#B67D44 url() top left no-repeat;
			font:normal normal bold 11.25pt/1.6em georgia, egeorgia, garamond, "times new roman", serif;
			color:#FFF;
			text-align:center;
			}

#author	{
		text-align:right;
		font:normal normal bold 12pt/1.4375em georgia, egeorgia, garamond, "times new roman", serif;
		}

#comment	{
			width:41.48%;
			text-align:justify;
			font:normal normal normal 9.75pt/1.3077em tahoma, etahoma, verdana, "lucida sans", charcoal, sans-serif;
			float:right;
			margin:2em 0 0 0;
			padding:0 1em 0 0;
			}

#preface img	{
				background:#FFFFFF url() top left no-repeat;
				border:1px solid black;
				padding:4px;
				margin:10px;
				float:left;
				}

#preface strong	{
				font-weight:bold;
				}

#preface cite	{
				font-weight:bold;
				font-style:italic;
				}

#comment ul	{
			margin:1em 0 1em 0;
			list-style-type:square;
			padding:0 0 0 1em;
			}

#comment li	{
			margin:0 0 1em 0;
			}

#preface p	{
			padding:1em;
			}

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

#preface p:first-child	{
						text-align:left;
						}

