* {
	padding:none;
	margin:none;
}

body {
	/*background: #181818 url('./images/bg.gif');*/
	background-color: #171717;
	font-family: Helvetica Neue, "Lucida Grande", Helvetica, Arial, Verdana;
	font-weight: normal;
	font-size: 10pt;
	color:#fff;
	line-height:1.3;
}

h1 { 	
	clear:both;
	font-size: 14pt;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -1px;
	line-height: 0.8;
	width:80%;
	margin-top: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2, .cat {
	clear:both;
	font-size: 10pt;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -1px;
	line-height: 0.9;
	width:70%;
	margin-top: 10px;
	margin-left: 10px;
	text-transform: uppercase;
	list-style-type: square;
}

/* --- Links --- */

a, a:visited, a:active  { text-decoration: underline; color: #eee; }
h2 a, h2 a:visited, h2 a:active {color: #fff;}
a:hover { text-decoration: none; color: #ccc; }

#container {
	margin-right:auto;
margin-left:auto;
	width:650px;
	height500px;
}

#header {
	width:193px;
	margin-left: 475px;
	color:#336699;
}

#content {
	margin-top:20px;
	border-bottom: 1px solid #141414;
}
#flashcontent, #flashcontent2 {
	margin-top: -15px;
}
p {
	padding: 5px;
	width: 640px;
	text-align: justify;
	color: #dadada;
}
ul {
	margin-top:-95px;
	margin-bottom: 70px;
	text-align:right;
		list-style-type:none;
}
li{
	list-style-type:none; 
}
#footer {
	color: #292929;
	font-size: 9px;
	text-align: right;
}

/* -- forumulaire -- */

#formulaire {
	width: 640px;
	height: 330px;
	margin-bottom:80px;
}


form#login {
	padding:6px;
	position:relative;
}

div#mail,
div#sujet,
div#textarea,
div#submit {
	position:relative;
	float:left;
	margin-right:3px;
	margin-top: 10px;
}
#submit {
	clear: both;
}
input#mail-field {
	width:15em;
}

input#sujet-field {
	width: 25em;
}

input#text-field {
	width:25em;
	margin-top: 20px;
}

label.overlabel {
	color:#999;
}

img {
	border: none;
	margin: none;
	padding: none;
}