body{
    background-color: #ACC3DB;
    background-image: url(../../img/ciel_top_w1h700.png);
    background-repeat: repeat-x;
    background-attachment: fixed;
	font-family: helvetica Neue, helvetica, Arial;
	color:#ffd886;
	font-size:25pt;
}
a:link
{
	color: rgb(255, 153, 0); color: #FF9900; 
	text-decoration: none
}
a:active
{
	color: rgb(102, 153, 51); color: #669900;
	text-decoration: none
}
a:visited
{
	color: #ffd886;
	text-decoration: none
}
a:hover {
	color: #FFFFCC; text-decoration: underline
}
.header {
    /*position: absolute;
    left: 100px;*/
	text-align:center;
    top: 0px;
	font-size: 30pt;
}
.header a{
    color: #aaa;
    font-size: 30pt;
    font-weight: normal;
}
.hd {
margin-top:12pt;
margin-bottom:0;
}
pre{
	margin-top:0;
}