* {
	padding : 0px;
	margin : 0px;
	border: 0px;
	}

#page{
	width: 1000px;
	margin-left: 18px;
}
#top{
	background-image: url(images/interface_ban.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
}
#sideL{
	width: 68px;
	background-image: url(images/interface_side.png);
	background-repeat: repeat-y;
	background-position: right top;
	vertical-align: bottom;
}
#sideR{
	width: 68px;
	background-image: url(images/interface_side.png);
	background-repeat: repeat-y;
	background-position: left down;
	vertical-align: bottom;
}
#info{
	height: 20px;
	text-align: center;
}
#menu{
	width: 175px;
	vertical-align: top;
}
#content{
	text-align: left;
	vertical-align: top;
}
#credits{
	height: 20px;
	text-align: center;
	padding-top: 20px;
}
#draw{
}

#content a:hover {
	font-style: normal;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FF8000;
}
a:link, a:visited {
	font-style: normal;
	color: #666666;
	letter-spacing: normal;text-decoration: none ;
}
body {
	background-color: #000000;
	color: #000000;
	font-family: Arial, "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	/*font-family: Verdana; */
	font-size: 12px;
	margin-right: 50px;
 }
h1 {
	font-size: 16px;
	text-decoration: underline;
	color: #FF8000;
	margin-bottom: 40px;
	margin-top: 30px;
}
.h1unset {
	margin-top: 0px;
	margin-bottom: 20px;
}
h2 {
	font-size: 14px;
	text-decoration: underline;
	color: #FF8000;
}
h3 {
	font-size: 13px;
	text-decoration: underline;
	color: #FF8000;
}
p, div, td, li  {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana;
}
input ,textarea ,select{
	border: thin dashed #FFFFFF;
	color: #FF8000;
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
}
/*table {
	border-width: thin;
	border-style: dashed;
}*/
table td, table th {
	padding: 0px;
}
table th {
	padding: 4px;
	color: white;
	font-size: medium;
}
.link {
	font-family: Arial;
	font-size: normal;
	font-style: normal;
	color: #666666;
	letter-spacing: normal;text-decoration: none ;
}
.divers {
	font-size: 10px;
	color: #FF9900;
	font-family: Verdana, Arial;
}
.warn {
	color: red;
}
.cf {
	color: gray;
	font-size:x-small ;
}
.titre-menu {
	font-size: 16px;
	color: #000066;
	font-weight: normal;
	font-family: Arial;text-decoration: none ;
}
.lien_brique {

	font-size: 36px;
	color: #006699;
	font-weight: normal;
	font-family: "Courier New", Courier, mono;text-decoration: none ;
}
.s1 {
	border: thin dashed #FFFFFF;
}
.quote {
	font-style: italic;
	font-weight: bold;
}

#layer_hat {
	position: absolute;
	left: 45px;
	top: 215px;
	background-image: url(images/interface_ptop.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 945px;
	z-index: 0;
}
#Layer_TIE {
	position:absolute;
	width:34px;
	height:283px;
	left: 4px;
	top: 22px;
	background-image: url(images/interface_lay1.png);
	background-repeat: no-repeat;
}


#menu li, #menu dt{
	list-style-type: none;
}
#menu li{
	list-style-type: none;
	margin-left: 30px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FF0000;
}
#menu dt{
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


#menu img {
border : 0px ;
}
.MenuHover {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF8000;
}
.noborder{
	border: 0px;
	text-decoration: none;
}

