﻿body{
	padding:0;
	margin:0;
	font:12px Arial,Tahoma,Verdana,Helvetica,sans-serif;
	color:#3f3f3f;
	line-height:170%;
}
a:link , a:visited, a:active{
	text-decoration:underline;
	color:#3f3f3f;
}
a:hover{
	text-decoration:none;
	color:#2b85bb;
}
html {   /*REBRANDING | OLVIER*/
	/*background: url(img/ac1_02.png) no-repeat center center fixed;*/ 
    /*background:url(img/ac1_02.png)  repeat fixed;*/
	background: #c6d9f2; /*REBRANDING | OLVIER*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	/*background-size: cover;*/
}
#container{
	margin:0 auto;
	width:960px;
	background-color:#fff;
	vertical-align:top;
}
#header{
	background:url(img/ac1_01.png) repeat-x 0px 0px;
	height:70px;
}
#header div{
	float:right;
	position:relative;
	top:28px;
	right:30px;
	font:bold 13px Arial,Tahoma,Verdana,Helvetica,sans-serif;
	color:#afafaf;
}
#content{
	margin:0 auto;
	width:890px;
	padding:25px 0;
	text-align:justify;
	vertical-align:top;
}

table#content{
	width:100%
}
table#content td#title{
	background-color:#e2eef5;
	font-weight:bold;
	text-align:left;
}
    table#content td {
        background-color: #f3f3f3;
        vertical-align: top;
        text-align: left;
    }

    #sub_menu{
	background-color:#f3f3f3;
	width:200px;
	position:absolute;
	border-bottom:solid 1px #ccc;
	top:100px;
	left:880px;
	padding:8px;
}