@charset "utf-8"; 

/*Title: le Domaine des Aspras main CSS*/
/*Object: Contain supplementary styles of "Plaquette et photo" subrubric from "le Domaine des Aspras" website for the screen media*/
/*Author: Sébastien Mouren*/

/*---------------------------------------------------------------------------*/
/*ID selectors; */
/*---------------------------------------------------------------------------*/

#text	{
		width:auto;
		float:none;
		}

#galleryOuter	{
				/*position:absolute;
				top:95px;
				left:20px;*/
				padding:3px;
				border:1px solid #eee;
				/*width:35px;*/
				}
#galleryInner	{
				border:1px solid #eee;
				/*width:5px;*/
				padding:2px 2px 0 2px;
				}
#marker	{
		position:static;
		/*top:100px;
		left:35px;
		width:10px;
		height:1px;*/
		background-color:gray;
		}

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

.icon	{
		border:1px solid silver;
		display:block;
		margin:2px;
		float:left;
		position:relative;
		bottom:0;
		left:0;
		}

.landscape	{
			width:60px;
			height:40px;
			}

.portrait	{
			width:40px;
			height:60px;
			}