@charset "utf-8";
/* CSS Document */

#picto {
	position:absolute;
	top:0px;
	left:0px;
	height:30px;
	width:195px;
	padding-left:0px;
}
#picto ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
}
#picto li {
	display:inline;
	margin:0;
	padding:0;
}
#picto a {
	width:48px;
	height:20px;
	float:left;
	margin:0px 0 0 0;
	padding:38px 0px 10px 0px;
	text-decoration:none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:0.7em;
	color:#b8dbf1;
	text-transform:uppercase;
	line-height:9px;
}

#picto a.webcam {
	background:url("../images/btn_webcam.jpg") no-repeat left top;
	background-color:#1a303d;
}
#picto a.ste_maxime_image {
	background:url("../images/btn_ste_maxime_image.jpg") no-repeat left top;
	background-color:#1a303d;
}
#picto a.ot {
	background:url("../images/btn_ot.jpg") no-repeat left top;
	background-color:#1a303d;
}
#picto a.espace_pro {
	background:url("../images/btn_espace_pro.jpg") no-repeat left top;
	background-color:#1a303d;
}

#picto a:hover span {
	color:#FFFFFF;
	text-decoration:none;
}
#picto a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-position:-48px 0px;
}
#picto a.webcam:hover {
	background-position:-51px 0px;
}

