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

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        background: url(images/fondbody.jpg);
	font-size:0.7em;
	color:#E8E8E8;
}

h1, h2, h3 {
	color: #FFFFFF;
	padding-bottom:5px;
}

h1 {
	font-size:2em;
	border-bottom: #282828 solid 1px;
	text-align:left;
}

h2 {
	font-size:1.5em;
	color:#DFDFDF;
	padding-left: 15px;
	padding-bottom: -5px;
	margin-bottom:15px;
	border-left:#CCCCCC solid 10px;
	border-bottom: #CCCCCC solid 1px;
}

h3 {
	margin-bottom: 1em;
	letter-spacing: 1px;
}

p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 1.6em;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em 1em 0 1em;
	text-align: center;
	font-style: italic;
}

ul {
	list-style: none;
}

ul li {
}

ol {
	list-style-position: inside;
}

ol li {
}

a {
	color: #666666;
}

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

img {
	border: none;
}

/* Container */

.container {
	padding: 20px;
}
/*.container img{
	padding: 5px;
	border: #909090 1px solid;
	margin: 5px;
}*/

/* Logo */

#logo {
	width: 680px;
	height: 150px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
}

/* Menu */

#menu {
	width: 680px;
	height: 40px;
	margin: -40px auto 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px dotted #EEEEEE;
	font-size: xx-small;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	border-bottom-color: #000000;
	color: #CCCCCC;
}

/* Wrapper */

#wrapper {
	clear: both;
	width: 680px;
	margin: 0 auto;
	background: url(images/fond.jpg) center center fixed;
}

/* Extra */

#extra {
	height: 2px;
	background: url(images/img11.gif);
}

/* Footer */

#footer {
	clear: both;
}

#footer{
	margin: 0;
	width: 680px;
	margin: 0 auto;
	font-size: x-small;
	text-align:center;
}

