/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	font: normal small Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #F5F5F5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p, blockquote, ol, ul {
	margin-bottom: 1em;
	line-height: 180%;
}

a {
	color: #90905B;
}

a:link, a:visited, a:active {
	color: #90905B;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #F5F5F5;
	font-weight: bold;
	text-decoration: none;
}

img { 
	border: #FFFFFF 3px solid; 
	margin: 5px 5px 5px 5px;
}

.img1 {
	float: left;
	margin: 5px 10px 0px 0px;
}

/** Forms */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 110px;
	background-color: #F5F5F5;
	border: 1px solid #000000;
}


/* Page Title in colOne */

.page-title {
	background: #000000;
	font: Arial, Helvetica, sans-serif;
	/* text-transform: lowercase; */
	font-style:italic;
	text-decoration: none;
	text-align: right;
	color: #F5F5F5;
	padding: 5px 0px 0px 0px;
}
.page-title hr {
	width: 1px solid #FFFFFF;
}


/* Text in colOne */
.textcontent {
	padding: 2em 0em 1em 0em;
}

.textcontent h1 {
	margin-bottom: .5em;
	font-size: 1.6em;
	color: #FFFFFF;
}

.textcontent h2 {
	margin-bottom: .5em;
	font-size: 1.6em;
	color: #FFFFFF;
}


.textcontent h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
	color: #FFFFFF;
}

.credits {
	font-size:small;
	color: #F5F5F5;
}

.credits * {
	font-size:x-small;
}





/* Wrapper */

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(header.jpg) no-repeat;
}



/* for text in Header */

#header {
	height: 60px;
	padding: 30px 0px 0 40px;
}

#header * {
	text-transform: lowercase;
	text-decoration: none;
	text-align: right;
	color: #F5F5F5;
}

#header h1 {
	font-size: 2em;
	letter-spacing: -2px;
}

#header h2 {
	font-size: 1em;
}





/* Content */

#content {
	background:#000000;
}




/* colone droite */

#colOne {
	float: right;
	width: 680px;
	padding-right: 0px;
	background: #000000;
}

#splash { 
	text-align: center;
}



/* colone gauche menu*/

#colTwo {
	float: left;
	width: 180px;
	padding: 5px 20px 0 5px;
	background: #000000;
}


#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	margin-bottom: 1em;
	color: #FFFFFF;
}

#colTwo li li {
	margin-bottom: 0;
	padding-left: 1em;
}

#colTwo ul ul {
	margin-bottom: 0;
	padding-left: 1em;
}

#colTwo a {
	color: #90905B;
}

#colTwo img { 
	border: none;
	margin: 0px 5px 0px 0px;
}




/* Footer */

#footer {
	color: #FFFFFF;	
	text-align: right;
	height: 94px;
	padding: 0;	
	font-size: smaller;	
	background: url(footer.jpg) no-repeat;
	/* border: 1px solid #F5F5F5; */
}


/* developed by */

#developed_by {
	text-align: right;
	font-size: 10px;
	padding: 2em 0em 0em 2em;
}

#copyright a:link, #copyright a:active, #copyright a:visited, #copyright a:hover {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:8px;
	font-weight:normal;
	color:#90905B;
	text-decoration:underline;
}
