html,
body
{
	height:100%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background-color:#77725d;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: auto;
	height: 100%; 
	max-height: 100%; 
}
#distance
{
	height:50%;
	float:left;
	margin-bottom:-370px;
}

#wrapper
{
	width:1020px;
	margin:0 auto;
	height:auto;
	position:relative;
	clear:left;
	margin-top:0;
	margin-right:auto;
	text-align: center;
}

/*#wrapper {
	/*margin: 0 auto;
	text-align: center;
	height:100%;*/
/*	position:absolute;
    left: 50%; 
    top: 50%;
    margin-top: -354px; /* moitié de la hauteur du container */
 /*   margin-left: -510px; /* moitié de la largeur du container */
/*	height:708px;
	width:1020px;*/
}
#container {
	height:708px;
	width:1020px;
	position:relative;
    left: 0; 
    top: 0;
}
#breadcrumbs {
	position: absolute;
	top:25px;
	left:258px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
}
#breadcrumbs a {
	text-decoration:none;
	color:#999999;
}
#logo {
	position: absolute;
	top:30px;
	left:51px;
	width:135px;
	height:135px;
	display:block;
	background-repeat: no-repeat;
	background-position: top;
}
#thumbscroll {
	position: absolute;
	top:30px;
	left:71px;
	width: 180px;
	height: 250px;
	overflow: auto;
}
/* scrollThumbs */
#scrollThumbs {
	margin: 0px auto;
	width: 200px;
	position: absolute;
	top:215px;
	left:60px;
}
#contentcontainer {
	/*height: auto;*/
	height: 340px;
	width: 190px;
	font-size: 10px;
	line-height:10px;
	overflow-y: auto;
	overflow-x: hidden;
}
#scrollcontroll_contentmask {
	height: 340px;
	width: 171px;
	overflow: hidden;
	position: relative;
	float: left;
}

#scrollcontroll_scrollcontainer {
	float: left;
	width: 13px;
	margin-left: 5px;
	display: none;
	background-image: url(../img/scrolltrack.gif);
}

#scrollcontroll_scrollUpBtn {
	height: 13px;
	width: 13px;
	display:block;
	background-image: url(../img/scroll_up.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#scrollcontroll_scrollDownBtn {
	height: 13px;
	width: 13px;
	display:block;
	background-image: url(../img/scroll_down.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#scrollcontroll_scrolltrack {
	width: 13px;
	height: 310px;
}

#scrollcontroll_scrollknob {
	width: 13px;
	height: 25px;
	display:block;
	background-image: url(../img/scrollknob.gif);
}

#keywordscontainer {
	height: auto;
	width: 500px;
	font-size: 10px;
	line-height:10px;
	overflow: scroll;
	overflow-x: hidden;
}

#scrollcontrol2_contentmask {
	height: 140px;
	width: 500px;
	overflow: hidden;
	position: relative;
	float: left;
}

#scrollcontrol2_scrollcontainer {
	float: left;
	width: 13px;
	margin-left: 5px;
	display: none;
	background-image: url(../img/scrolltrack.gif);
}

#scrollcontrol2_scrollUpBtn {
	height: 13px;
	width: 13px;
	display:block;
	background-image: url(../img/scroll_up.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#scrollcontrol2_scrollDownBtn {
	height: 13px;
	width: 13px;
	display:block;
	background-image: url(../img/scroll_down.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#scrollcontrol2_scrolltrack {
	width: 13px;
	height: 310px;
}

#scrollcontrol2_scrollknob {
	width: 13px;
	height: 25px;
	display:block;
	background-image: url(../img/scrollknob.gif);
}
.tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #77725d;
	padding: 8px;
	background-color:#CCC;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
	display:none;
}

.imagethumb, .albumthumb {
	float:left;
	margin:2px;
	width:70px;
	height:50px;
	background: #ffffff;
	text-align:center;
	border: 1px solid #e7e3da;
	padding:0;
	overflow:hidden;
}

/* lien de retour au site groupe Lib */
#retourLib
{
	position:absolute;
	top:22px;
	left:685px;
	z-index:99;
	font-size:10px;
	color:#8E866F;
	width:190px;
}

#retourLib a
{
	color:#77725d;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#retourLib .retrait
{
	padding-left:20px;
}