@import url("core.css");
@import url("decor.css");

#intro			{
				width: 856px; 
				height: 530px;
				padding: 4.5em 0 15em 0;
				}

#intro,
#pres,
#cv				{ margin: 0 auto; }

#pres,
#cv				{ padding: 12em 0; }

h2				{ margin-left: -1em; }

h3				{ margin-top: 2em; }

ul,
li				{ margin-bottom: 0; }


/* Presentation
---------------------- */

#pres			{ width: 70em; padding-left: 2em; }

#pres div		{ width: 50em; margin: 0 auto; }

.first:first-letter { font-size: 4em; }


/* Navigation
---------------------- */

#nav			{
				position: fixed;
				z-index: 100;
				display: inline;
				bottom: 0;
				width: 100%;
				height: 2.4em;
				padding-top: 1.2em;
				line-height: 1.8em;
				text-align: center;
				}

#nav li			{ display: inline; }
			
#nav li a		{ border-bottom: 0; }


/* CV
---------------------- */

#cv				{ width: 70em; position: relative; left: 120px; }

#cv div			{ width: 33em; }

dl				{ width: inherit; margin: 3em 0; }

dt				{
				float: right;
				width: 22em;
				height: 4em;
				margin-top: -1em;
				}

dd				{
				float: left;
				padding: 0.5em; 
				width: 7.5em;
				margin-top: -1.5em;
				line-height: 3em;
				text-align: center;
				}


#t5 dt,
#t6 dt			{ float: none; height: 2em; }

/* Gallery
---------------------- */

#back				{
				position: absolute;
				bottom: 5%;
				left: 0;
				text-transform: uppercase;
				}
				
#back a			{
				display: block;
				padding: 0.375em 0.75em;
				border: 0;
				}
