/********************************************
 *
 * P a p e r  S t y l e
 * (C)2007 Mortimix LOJKA aka Mortimix
 * www.mortimix.com - Proudly Handcoded at Night, During Weeks...
 * Leben * Arbeiten * Lieben * Sterben *
 * Please respect, don't steal this code stupidly
 * J u l y  2 0 0 8
 *
 *******************************************/


/***** General Blocks *****/


Body {
	background: #000000;
	margin: 0px;
	padding: 0px;
}

#background {
	background: #000000;
	text-align: center;
	z-index: 0;
}


#image {
	margin: auto;
	margin-top: 35px;
	background-color: transparent;
	width: auto;
	z-index: 1;
}

#image600 {
	margin: auto;
	margin-top: 25px;
	width: 600px;
	height: auto;
	background-color: transparent;
	z-index: 1;
}

#image488 {
	margin: auto;
	margin-top: 25px;
	width: 488px;
	height: auto;
	background-color: transparent;
	z-index: 1;
}

#invit {
	margin: auto;
	margin-top: 25px;
	width: 800px;
	background-color: transparent;
	z-index: 1;
}

/***** Intro *****/

#txt {
	position: absolute;
	margin: 10px 0 0 20px;
	background-color: transparent;
	}

.descrip {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-style: italic;
	letter-spacing: 0.1em;
	font-size: 0.9em;
	line-height: 2em;
	color: #017bb3;
	border-top: 1px #017bb3 solid;
	width: 200px;
	text-align: center;
	}

.descripsmall {
	font-family: Verdana, Arial, Helvetica, 'Lucida Grande', 'Trebuchet MS', Sans-Serif;
	font-style: normal;
	letter-spacing: 0.1em;
	font-size: 0.6em;
	line-height: 1.6em;
	color: #3d3d3d;
	text-align: left;
	margin: 7px 0 5px 25%;
	width: 40%;
	text-align: left;
	}
	
.signature {
	font-family: Verdana, Arial, Helvetica, 'Lucida Grande', 'Trebuchet MS', Sans-Serif;
	font-style: normal;
	letter-spacing: 0.1em;
	font-size: 0.5em;
	line-height: 1.2em;
	color: #3d3d3d;
	text-align: left;
	}
	
.texte {
	font-family: Verdana, Arial, Helvetica, 'Lucida Grande', 'Trebuchet MS', Sans-Serif;
	font-style: normal;
	letter-spacing: 0.1em;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #3d3d3d;
	text-indent: 15px;
	width: 500px;
	text-align: left;
	}
	
#txtitre {
	position: Relative;
	margin: 8px 0 0 25%;
	background-color: transparent;
	}	

.titre {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-style: italic;
	letter-spacing: 0.1em;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #017bb3;
	border-top: 1px #017bb3 solid;
	width: 200px;
	text-align: center;
	}


hr {
	visibility: hidden;
	clear: both;
	margin: 5px 0;
	padding: 0;
	border: 0;
}
	
/***** Typographie *****/

a{
	color: #00B2E5;
	text-decoration: none;
}

a:visited{
	color: #9C9FAA;
}

a:hover{
	color: #FFA200;
	text-decoration: none;
}

h1, h2, h3, h4{
    font-family: Georgia, Verdana, "Times New Roman", Serif;
	line-height: 1em;
}
h5, h6{
    font-family: Helvetica, Arial, Sans-Serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.3em;}
h3{font-size: 1.1em;}
h4{font-size: 0.9em;}
h5{font-size: 0.7em;}
h6{font-size: 0.6em;}


p	{
	text-align: left;
}
