/* Designed by François PLANQUE http://fplanque.net/ */

@import url("basic.css");	/* Import basic styles */
@import url("forms.css");	/* Import default form styles */
@import url("comments.css");	/* Import default comment styles */
@import url("img.css");	/* Import standard image styles */
@import url("blog_elements.css");	/* Import standard blog elements styles */
.lib * {
	margin: 0em;
	padding: 0em;
}
.lib h1,h2
{
}

.lib /*body*/
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	/*color: #666;*/
	background-color: #fff;
}

.lib a
{
	color: #fff;
	text-decoration: underline;
}

.lib a:hover
{
	text-decoration: none;
}
.lib #outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

.lib #header
{
	position: relative;
	height: 10em;
	padding-left: 2em;
	text-align:center;
	background: url('./images/img06.gif') repeat;
}

.lib #header span.pari
{
	position: absolute;
	top: 50px;
	left:18px;
}

.lib #header span.title
{
	position: relative;
	top: 30px;
	/*left:205px;*/
	width:100%;
	font-size:2em;
	color:#fff;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}

.lib #header span a
{
	/*position:relative;
	top:20px;*/
	font-size: 1.2em;
	letter-spacing: -0.05em;
	color: #fff;
	/*font-size: 4.2em;
	letter-spacing: -0.05em;
	color: red;*/
}


.lib #header h1 a
{
	color: #fff;
	text-decoration: none;
}

/* Content */

.lib #content
{
	line-height: 1.5em;
}

.lib #content p
{
	margin-bottom: 1.5em;
}

.lib #content h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

.lib #content h2
{
	font-size: 1.5em;
}

.lib #content h3
{
	font-size: 1.1em;
}

.lib #content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

.lib #content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD url('./images/a7.gif') top left repeat-x;
}

.lib #content blockquote p
{
	margin-bottom: 0em;
}
/* Primary Content */

.lib #primaryContentContainer
{
	background-color: #fff;
	float: right;
	margin: 0em -10em 0em -11em;
	width: 100%;
}

.lib #primaryContent
{
	margin: 1.5em 10em 0em 11em;
	/*padding: 1.5em 3em 1.5em 3em;*/
}

/* Secondary Content */

.lib #secondaryContent
{
	position: relative;
	float: left;
	width: 9em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

/* Tertiary Content */
.lib #tertiaryContent
{
	position: relative;
	float: right;
	width: 9em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.lib #footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}

.lib .clear
{
	clear: both;
}

.lib div.blogdiv {
	float:left;
	width:340px;
	height:200px;
	font-size:12px;
	margin-left:5px;
}

.lib div.blogdiv h3 {
	width:100%;
	font-size:16px;
	/*color:#fff;*/
	background: #FF9523 url('./images/img10.gif') repeat-x scroll 0 0;
}

.lib div.blogdiv h3 a{
	/*font-size:14px;*/
	color:#fff;
	/*background: #FF9523 url(images/img10.gif) repeat-x;*/	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;

}

div.NavBar {
	clear: both;
	height: 1ex;
	position:relative;
	top:0px;
	height:70px;
}

A 			{
}
A:link		{
	color: #0066CC;
}
A:visited	{
	color: #009999;
}
A:active	{
	color: #003399;
}
A:hover		{
	color: #003399;
}

a.NavButton {
	text-decoration: none;
	background-color: #33AAAA;
	border: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
	margin-right: 3px;
	margin-top: 3px;
	display: block;
	width: 15ex;
	float: left;
}
a.NavButtonCurr {
	text-decoration: none;
	background-color: #33CCCC;
	border: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
	margin-top: 3px;
	margin-right: 3px;
	display: block;
	width: 14ex;
	float: left;
}
a.NavButton2 {
	text-decoration: none;
	background-color: #33BBBB;
	border: 1px solid #FFFFFF;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
	margin-top: 3px;
	margin-right: 3px;
	display: block;
	width: 14ex;
	float: left;
	position:relative;
	top:0px;
}
a.NavButton2Curr {
	text-decoration: none;
	background-color: #33CCCC;
	border: 1px solid #FFFFFF;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
	margin-top: 3px;
	margin-right: 3px;
	display: block;
	width: 14ex;
	float: left;
}

A.NavButton:link		{
	color: #FFFFFF;
}
A.NavButton:visited	{
	color: #FFFFFF;
}
A.NavButton:active	{
	color: #FFFFFF;
}
A.NavButton:hover		{
	color: #FFFFFF;
	background-color: #33CCCC;
	/* text-decoration: underline; */
}
A.NavButtonCurr:link		{
	color: #FFFFFF;
}
A.NavButtonCurr:visited	{
	color: #FFFFFF;
}
A.NavButtonCurr:active	{
	color: #FFFFFF;
}
A.NavButtonCurr:hover		{
	color: #338888;
	/* text-decoration: underline; */
}
A.NavButton2:link		{
	color: #FFFFFF;
}
A.NavButton2:visited	{
	color: #FFFFFF;
}
A.NavButton2:active	{
	color: #FFFFFF;
}
A.NavButton2:hover		{
	color: #FFFFFF;
	background-color: #33CCCC;
	/* text-decoration: underline; */
}
A.NavButton2Curr:link		{
	color: #FFFFFF;
}
A.NavButton2Curr:visited	{
	color: #FFFFFF;
}
A.NavButton2Curr:active	{
	color: #FFFFFF;
}
A.NavButton2Curr:hover		{
	color: #33AAAA;
	/* text-decoration: underline; */
}

td.cartouche {
	font-size: 84%;
	color: #009999;
	background-color: #eee8aa;
	padding: 1px 4px;
	border: 1px solid #33CCCC;
}
