/* Placement */
body {
	background-color: #202124;
	background-color: #fff;
	background-image: url('/img/bg.png');
	background-repeat: repeat;
	font-family: 'Georgia', serif;
	font-size: 0.8em;
	color: #333;
}

#wrapper {
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
}

#header {
	position: relative;
	float: left;
	width: 900px;
	text-align: center;
	background-image: url('/img/top.pn');
	background-repeat: no-repeat;
	padding: 50px 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #555;
}

	#logo {
		position: relative;
		float: left;
		height: 75px;
	}
	
	#menu {
		position: relative;
		float: right;
		height: 75px;
		font-family: 'Georgia', serif;
		font-weight: bold;
		font-size: 1em;
		color: #000;
	}

		#menu ul  {
			position: relative;
			padding: 50px 0 0 0;
			margin: 0;
			list-style-type: none;
		}
		
		#menu ul li {
			position: relative;
			float: left;
			background: url(../img/puce.gif) no-repeat scroll 0 7px;
		}
		
		#menu ul li a {
			padding: 0 20px 0 8px;
			color: #000;
			text-decoration: none;
		}
		
		#menu ul li a:hover {
			color: #8b0000;	
		}
		
		
#content {
	position: relative;
	float: left;
	width: 700px;
	min-height: 600px;
	padding: 0 0px 0 0px;
	background-color: transparent;
}

#footer {
	position: relative;
	float: left;
	width: 860px;
	padding: 20px 20px 10px 20px;
	text-align: right;
	font-family: 'Verdana', sans-serif;
	font-size: 10px;
	color: #333;
	background-image: url('/img/bottom.pn');
	background-position: bottom;
	background-repeat: no-repeat;
}

/* General */

.item {
	width: 700px;
	padding: 0;
}

img {
	border: 0;
}

h2 {
	margin: 10px 0 10px 0;
	font-style: italic;
}

hr {
	margin: 30px 0 30px 0;
}

a {
	color: #8b0000;
	text-decoration: none;
}

a {
	text-decoration: underline;
}
#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Video */

.video {
	position: relative;
	width: 600px;
	margin: 25px 130px 25px 130px;
}

/* Contact */

#contact {
	position: relative;
	width: 600px;
	margin: 25px 130px 25px 130px;
	text-align: justify;
}


/* Links */
#links {
	position: relative;
	width: 600px;
	margin: 25px 130px 25px 130px;
}

#links ul {
			position: relative;
			padding: 50px 0 0 0;
			margin: 0;
			list-style-type: none;
		}
		
		#links ul li {
			position: relative;
			background: url(../img/puce.gif) no-repeat scroll 0 7px;
			margin: 0 0 10px 0;
		}
		
		#links ul li a {
			padding: 0 20px 0 8px;
			color: #000;
			text-decoration: none;
		}
		
		#links ul li a:hover {
			color: #8b0000;	
		}