#header {
	left: 0px; 
	position: absolute; 
	top: 0px; 
	width: 773px; 
	height: 210px; 
	z-index: 1; 
	background: #FFFFFF 
}

#whiteBox {
	width: 773px;
	background-color:#ffffff;
	height: 650px;
	top: 0px; 
	left: 0px; 
	z-index: -1;
}

#container {
	background-color:#ffffff;
	width: 758;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	height: 100%;
	text-align:center;
}

#conteneur { /*global content of the page, which will be centered */
background-color:#ffffff;
width: 773px;
position: absolute;
left: 50%;
margin-left: -385px;
height:750px;
}

/* basic elements */
body { 
	font: 11pt/15pt Tahoma, Helvetica, Arial, Verdana, sans-serif; 
	color: #000000; 
	margin: 0px; 
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}


/* specific divs */
#content_left {
	position: absolute; 
	left: 0px; 
	top: 210px; 
	width: 220px; 
	height: 332px; 
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000033;
	padding-left: 15px;
	z-index: 2; 
	background: #FFFFFF
} 

#content_right {
	position: absolute;
	left: 220px;
	top: 210px;
	width: 370px;
	height: 472px;
	z-index: 3;
	background: #FFFFFF;
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000033;
} 

#content_image{
	background-color:#ffffff;
	top : 210px;
	color : #000000;
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	position: absolute;
	left: 590px;
	width: 183px;
	text-align:centre;
} 

#content_bodyCopy{
	background-color:#ffffff;
	top : 275px;
	color : #000000;
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	position: absolute;
	left: 220px;
	width: 537px;
	text-align:left;
} 


#footer {
	text-align: left;
	height: 30px;
	width: 773px;
	margin-top: -1px;
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	position: absolute;
	left: 50%;
	margin-left: -385px;
	z-index:auto;
	background-color: #CCCCCC;
}

#footer2{
	clear: both;
	color: #A2A2A2;
	bottom: 0px;
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: centre;
	vertical-align: middle;
	position: absolute; 
	left: 0px; 
	width: 773px; 
	z-index: 8; 
	background-color: #CCCCCC;
}

#footer3{
	clear: both;
	font-size: 65%;
	color: #A2A2A2;
	margin-top: -1px;
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: centre;
	vertical-align: middle;
	position: absolute; 
	left: 0px; 
	width: 773px; 
	z-index: 8; 
	background-color: #909EAB; 
	top: 700px;   
	height: 35px;
}


