/* CSS Document */

body {
	background:#000000;
	background-position:50% 40%;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin-top:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#ffffff;
	margin-left:25px;
	margin-right:25px;
}

a:link,a:active,a:visited {
	text-decoration: none;
	}
			 
a:hover { 
	text-decoration: underline;
	} 
a:link,a:visited {
	color:#ae7e52;
	}
.petit {
	font-size: 13px;
	font-weight: bold;
	}
.grand {
	font-size: 18px;
	font-weight: bold;
}
.jaunepetit {
	font-size: 12px;
	color: #ae7e52;
	font-weight: bold;
}
.titre {
	font-size: 18px;
	color: #ae7e52;
	font-weight: bold;
	text-align: center;
}
img {
	border:0;
}
.forumtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
.forumtextpetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
.textjaune {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#ae7e52;
}
.textorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#ae7e52;

}
/*définition du menu*/


#navigation {
	top: 26px;
	left: 7px;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;

	list-style: none:;
	background: #000;
	color: #fff;
	width: 150px;
	font: 1em "Trebuchet MS", sans-serif;
	height: 632px;
	}
#navigation a, #navigation span {
	display: block;
	padding: 4px 10px;
	color: #fff;
	text-decoration: none;
	background: #000 url(images/menu-item.png) left bottom no-repeat;
	}
#navigation .toggleSubMenu a, #navigation .toggleSubMenu span {
	background-image: url(images/menu-item-deroule.png);
	}
#navigation .open a, #navigation .open span {
	background-image: url(images/menu-item-enroule.png);
	}
#navigation a:hover, #navigation a:focus, #navigation a:active {
	text-decoration: underline;
	}
#navigation .subMenu {
	font-size: .8em;
	background: #ccc url(images/subMenu.png) 0 0 repeat-x;
	font-size: .9em;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666;
	}
#navigation ul.subMenu a {
	background: none;
	padding: 3px 20px;
	}
#Centre {
	
	display: block;
	position: absolute;
	top: 27px;
	left: 167px;
	z-index: 2;
	width:80%;
}
