body {
	font: 11px Arial, Helvetica, sans-serif;
	/*background: #ffffff url(images/main-bg.gif);*/
	padding: 0;
	margin: 0;
}

/* pour effacer les pointillés mozilla sur les flashs */
:focus{-moz-outline-style: none;
}

a:hover{
}

ul
{
	padding:0;
	margin:0;
}

ul li
{
	list-style-type:none;
	padding:0 0 0 25px;
	margin:0 0 8px 0;
	background-image: url(images/go-rg-2.gif);
	background-repeat:no-repeat;
}


/****************************************************/

img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock1, #dock2 {
	width: 91%;
	bottom: 10px;
	left: 0px;
	/*position: absolute;*/
	position: relative;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	/*background: url(images/dock-bg.gif);*/
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 10px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #878787;
	/*color: #000; */
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}


