/* RESET */
* {
	margin: 0;
	padding: 0;
}

/* BALISES */
html, body { height: 100%; }
body {
	width: 100%;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	background: #000000;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
	outline: none;
}
a.link { text-decoration: underline; }
a.link:hover, a.link:focus, a.link:active { text-decoration: none; }
a img { border: none; }
em { font-style: italic; }
b, strong { font-weight: bold; }
small { font-size: 0.9em; }
p { margin: 0 0 1em 0; }
form { margin: 0.5em 0 0 0; }
form, input, textarea { border: none; }
input, textarea, option, select {
	padding: 3px 4px;
	font: 13px Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	color: #000000;
	background: #FFFFFF;
}
input.submit {
	padding: 3px 5px;
	color: #FFFFFF;
	font-weight: bold;
	background: #00A0C6;
	cursor: pointer;
}
input.submit:hover { background: #F30366; }
label { margin: 0 0 0 0.5em; }
ul {
	list-style-type: disc;
	margin: 0 0 1em 0;
}
li { margin: 0 0 1px 17px; }
table { margin: 0 0 1em 0; }
td { vertical-align: top; }
h2 {
	margin: 0 0 35px 0;
	font-size: 20px;
	text-align: center;
}
h3 {
	margin: 0 0 0.6em 0;
	font-size: 15px;
	font-weight: bold;
}
hr {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	border: none;
}
hr.visible {
	clear: none;
	visibility: visible;
	margin-bottom: 1em;
	border: none;
	height: 1px;
	color: #CBCBCB;
	background-color: #CBCBCB;
}

/* STRUCTURE */
#container {
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 10px 0 35px 0;
	text-align: left;
}

/* MENU */
#menu {
	width: 630px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #CBCBCB;
}
#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
}
#menu li {
	display: inline;
	margin: 0 10px;
	text-align: left;
}
#menu a {
	font-size: 16px;
	line-height: 30px;
	color: #A1A1A1;
	text-transform: capitalize;
	text-decoration: none;
}
#menu a:hover, #menu a:focus, #menu a:active { color: #FFFFFF; }
#menu a.current {
	color: #FFFFFF;
	font-weight: bold;
}

/* CONTENU */
#content {
	margin: 35px 0 0 0;
}
#content img { vertical-align: top; }
