#container {
	height: auto;
	width: 100px;
}
body {
	background-position: center center;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #AABFC6;
	font-weight: normal;
}
/* formatage pour overlay */
#overlay {
	background-image:url(../images/overlay.png);
	color:#efefef;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
div.contentWrap {
	height:660px;
	overflow-y:auto;
}
div.contentWrap img {
	padding: 6px;
	border: 1px double #4D585C;	
}
/* the overlayed element */
.apple_overlay {
	display:none;
	background-image:url(../images/overlay_white.png);
	width:850px;		
	padding:60px;
}
.apple_overlay h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../images/overlay_close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.om_container {
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: 820px;
	display: block;
	overflow: auto;
}


a:link{
	color: #47527A;
	text-decoration:none;
	font-weight:bold;
	
}
a:visited{
	color: #47527A;
	text-decoration:none;
	font-weight:bold;
	
}
a:visited{
	color: #413C9B;
	text-decoration:none;
	font-weight:bold;
}
.img {
	padding: 6px;
	border: 1px solid #DDD;
	width: 565px;
	text-align: center;
}
