body{
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 20px;
	padding:0;
	background-color:#333;
	background-image:url(images/back.gif);
	ackground-repeat:repeat-x;
	color:#aaa;
}
	/* hide from ie on mac \*/
	html {
		height: 100%;
		verflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

#extbox {
	width:790px;
	margin:0 auto;
}
#mainbox {
	order:solid 4px #990000;
	-oz-border-radius:11px;
	border-width: 0 4px;
	border-color:#990000;
	border-style:solid;

	padding:0px;

	background-color:#191919;
	background-color:#fafafa;
	background-image:url(images/fond-s2.png);
	background-repeat:no-repeat;
	background-position:110px 180px;

	color:#333;
}

h1 {
	display:none;
}
h2 {
	order:solid 1px red;
	eight:100px;
	width:600px;
	font-size:26px;
	margin:0 auto;
	padding:0;
	padding-bottom:20px;
	color:#000;
	text-align:center;
}
h2 img {
	margin:24px 0 0 0;
	padding:0;
}

h3 {
	margin:40px 0 12px 0;
	font-size:18px;
	color:#000;
}

h4 {
	margin:26px 0 6px 0;
	padding:0;
	font-size:14px;
	color:#000;
	font-weight:bold;
	font-weight:none;
	text-decoration:underline;
}


h5 {
	margin:20px 0 6px 0;
	padding:0;
	font-size:12px;
	color:#303;
}


a {
	color:#333;
}
a:hover {
	color:#000;
	text-decoration:none;
}

.role {
	color:#ff6600;
	olor:#303;
}

#menu {
	clear:both;
	height:30px;
	margin:0px auto 30px auto;
	padding:2px;
	text-align:center;
	font-size:13px;

	border-width: 1px 0;
	border-color:#990000;
	border-style:solid;
	background-color:#eee;
}
#menu a, #menu a:visited, #menu a:active {
	display:block;
	float:left;
	padding:2px 6px;
	margin:4px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	-moz-border-radius:3px;
}
#menu a:hover {
	color:#000;
	background-color:#ccc;
	font-weight:bold;
	text-decoration:none;
}
#menu a.menuhigh {
	color:#000;
	background-color:#ccc;
}

#content {
	min-height:700px ;
	_height:700px;
	margin:20px 30px 0 30px;
	text-align:justify;
	order:solid 1px red;
}

/*
.tl, .tr, .bl, .br {
	width:46px;
	height:46px;
	background-repeat:no-repeat;
}
.tl {
	float:left;
	background-image:url(images/tl.png);
}
.tr {
	float:right;
	background-image:url(images/tr.png);
}
.bl {
	float:left;
	background-image:url(images/bl.png);
}

.br {
	float:right;
	background-image:url(images/br.png);
}

*/

#footer {
	clear:both;
	margin:0px 0 0px 0;
	padding:6px 0 0px 0;
	text-align:center;
	font-size:9px;

	border-width: 1px 0 0 0;
	border-color:#990000;
	border-style:solid;

	background-color:#eee;
}
#footer a, #footer a:visited, #footer a:active {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color:#666;
	text-decoration:underline;
}


