/* HTML */
body {
	background-color: #000000;
	margin: 15px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a {
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF9933;
	text-decoration: underline;
}
img {
	border: 0px;
}


/* Blocs */
#ban {
	background-image: url(img/banner.jpg);
	width: 865px;
	background-repeat: no-repeat;
	height: 191px;
	text-align: center;
	margin-top: 15px;
}
#bg {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#contenu {
	float: left;
	margin-left: 10px;
	width: 559px;
	text-align: left;
	padding: 8px;
}
#copyright {
	text-align: center;
}
#global {
	background-color: #333333;
	border: 1px solid #996633;
	width: 887px;
	moz-border-radius-topleft:2em;
-moz-border-radius-topleft:2em;
	moz-border-radius-topright:2em;
-moz-border-radius-topright:2em;
	moz-border-radius-bottomleft:2em;
-moz-border-radius-bottomleft:2em;
	moz-border-radius-bottomright:2em;
-moz-border-radius-bottomright:2em;
}
#main {
	float: right;
	margin-right: 10px;
	background-color: #000000;
	width: 263px;
	text-align: left;
	moz-border-radius-topright:1em;
-moz-border-radius-topleft:1em;
	moz-border-radius-bottomright:1em;
-moz-border-radius-bottomright:1em;
	padding: 8px;
}
#menu {
	background-color: #000000;
	border: 1px solid #996633;
	margin: 12px 10px 12px 10px;
	moz-border-radius-topleft:1em;
-moz-border-radius-topleft:1em;
	moz-border-radius-topright:1em;
-moz-border-radius-topright:1em;
	moz-border-radius-bottomleft:1em;
-moz-border-radius-bottomleft:1em;
	moz-border-radius-bottomright:1em;
-moz-border-radius-bottomright:1em;
	line-height: 26px;
}


/* Classes */
.separation {
	clear: both;
	visibility: hidden;
}
.titre {
	font-size: 14px;
	color: #FF9933;
	font-weight: bold;
}
.trait {
	border-top: 1px solid #3366CC;
}