html,body {
margin:0;
padding:0;
background-color:#000;
color:#fff;
font-size:12px;
height: 100%;
/*overflow:hidden;*/
}
iframe html,
iframe html body {

}
ul, li {
margin:0;
padding:0;
}
#tete {
    background-color: #333333;
    border-bottom: 5px solid orange;
    color: #CCCCCC;
    font-family: arial,sans;
    height: 50px;
    vertical-align: middle;
}
#tete h1 {
margin:0 0 0 5px;
padding:12px 0 0;
position:absolute;
top:0px;
font-size:2em;
}
#tete p {
margin:0;
padding:0;
}
#tete h1 span {
color:orange;
}
#tete h1 span.sub {
font-size:0.8em;
font-weight:normal;
color:#666;
text-transform:lowercase;
letter-spacing:1px;
}
#tete h1 span.to {
font-weight:normal;
font-size:0.8em;
}
#tete ul {
    float: right;
    height: 40px;
    list-style-type: none;
}
#tete li {
margin:-5px 0px 0px 2px;
display:block;
float:right;
height:40px;
/*    width: 75px;*/
text-align:center;
}
#tete ul li a {
    background-color: #444;
    border-bottom: 5px solid orange;
    color: #FFFFFF;
    display: block;
    height: 20px;
    padding: 28px 11px 7px;
    text-decoration: none;
    zoom:1;
/*    width: 75px;*/
}
#tete ul li a:hover {
color:#fff;
border-bottom:5px solid #fff;
}
	#flashcontent {
font-family:arial, sans;
font-size:12px;
color:#ccc;
/*width:600px;
margin:0px auto*/
height:600px;
	}
#content {
    color: #CCCCCC;
    font-family: arial,sans;
    font-size: 12px;
    height: 600px;
    line-height: 150%;
    margin: 0 auto 20px auto;
    max-width: 1000px;
    padding: 25px 50px 0 50px;
	}
#content img {
float:right;
margin:0px 15px;
}
#content a:link,
#content a:visited {
color:#ddd;
text-decoration:none;
border-bottom:1px solid #fff;
}
#content a:hover {
border-bottom-color:orange;
}
h2 {
    font-size: 32px;
}
h2 span {
    color: #EEEEEE;
    font-size: 12px;
    font-weight: normal;
    vertical-align: super;
}
h3 {
color:orange;
}
h3 span {
    font-size: 9px;
    font-weight: normal;
    vertical-align: super;
}
p.break {
margin-bottom:50px;
clear:both;
}
p.pi {
text-align:right;
}
p.pi img {
border:0;
margin: 10px 0 10px 20px !important;
}
