body
{
  height: 100%;
  width: 100%;
  font-family: Arial, "Frutiger LT Std 55 Roman", sans-serif;
  font-size: 12px;
  background-color: #000000;
  color: #FFFFFF;
}

#noflash 
{	
    display: none;
}

#nojs 
{	
}

#content 
{
    position: absolute;
	height: 100%;
	width: 100%;
}

#html {
	position: relative;
	width: 700px;
	margin: 40px auto auto auto;
}

h1, h2, p {
    text-align: center;
}

p.index { 
    margin: 2.5em 1em 0.4em 1em;
}

h2, table {
    margin-top: 1.8em;
}

hr {
    margin: 25px 0px 25px 0px;
}

a {
  color: #FFFFFF;
}

.ccp {
    width: 341px;
    margin: 10px auto 10px auto;
}


#footer {
	margin-top: 70px;
	position: relative;
}

.cgv{
    margin:auto;
    width:600px;
    padding:32px;
    color:white;
}

.cgv h1, .cgv h2{
    color:#F97506;
    font-weight:bold;
    text-transform: uppercase;
}

.cgv h1{
    font-size:32pt;
    text-align:center;
    line-height:100%;
    margin-top:12px;
}

.cgv h2{
    font-size:16pt;
    text-align:left;
}

.cgv p{
    font-size:12px;
    text-align:left;
    line-height:150%;
    text-align:justify;
}

