body {
	font-family: Arial;
	font-size: 12px;
	color: #FFED00;
	background: #000000;
	margin: auto;
	text-align: center;
}
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FFED00;
	text-decoration: underline;
}
img {
	border: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin:0px;
	text-align: left;
	color: #CC0000;
}
h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
#page {
	margin: auto;
	width: 800px;
	text-align:center;
}


/* header area */
#header {
	background: url(pics/header.jpg) no-repeat;
	height: 320px;
	text-align: right;
}
#header-insc {
	padding-right: 10px;
	padding-top: 10px;
}
#header-menu {
	height: 60px;
	text-align: left;
	background: url(pics/bg-2.jpg) repeat-y;
	vertical-align: top;
}

#header-2 {
	background: url(pics/header-forum.png) no-repeat;
	height: 320px;
	text-align: center;
}
#header-menu-2 {
	height: 60px;
	text-align: left;
	background: url(pics/bg.jpg) repeat-y;
	vertical-align: top;
}
#header-menu-2 ul {
	display: inline;
	text-align: center;
	margin: auto;
}
#header-menu-2 li {
	display: inline;
	width: 210px;
	margin-right: 62px;
	margin-left: -10px;
	padding: 0;
}


/* content area */
#content {
	margin: auto;
	width: 800px;
	background: url(pics/bg.jpg) repeat-y;
}
#content-2 {
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 800px;
	background: url(pics/bg.jpg) repeat-y;
}
#post {
	text-align: left;
	clear:both;
	width: 700px;
	padding: 20px;
	margin: auto;
	background-color: #000000;
}
.input_texte {
    width : 250px;
}
#note {
    font-size: 10px;
    text-align: right;
}
#pop {
	text-align: left;
	clear:both;
	width: 600px;
	padding: 20px;
	margin: auto;
	background-color: #000000;
}


/* footer area */
#footer {
	width: 700px;
	height: 20px;
	padding-top: 20px;
	margin: auto;
}


/* Liens divers */
.red {color: #E2001A;font-size: 12px;}
.yel {color: #FFED00;font-size: 12px;font-weight: bold;}
.link-1 {color: #FFED00;font-size: 12px;font-weight: bold;text-decoration:none;}
.link-2 {color: #FF0000;font-size: 12px;font-weight: bold;text-decoration:none;}
.insc {color: #FFED00;font-size: 16px;font-weight: bold;text-decoration:none;}


/* tableau formulaire */
.tab_gauche {
    width: 250px; 
    text-align: right;
	padding: 4px;
}
.tab_droite {
    padding-left: 30px;
	padding: 4px;
}