/*---------- Liens generaux ----------*/
a {outline: none; /* hide dotted outline in Firefox */ }
a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	color: #0066cc;
	text-decoration: none
}
a:hover {
	color: #99ccff;
	text-decoration: none
}
a:active {
	color: #99ccff;
	text-decoration: none
}
/*---------- Style Menu 1 ----------*/
#menu1 {
	clear: both;
	border-bottom: 1px solid #999;
	background-color:#ffffff;
}
#menu1 ul {
	padding: 1px;
	list-style-type: none;
	text-align: left;
	margin: 0 0 0 600px;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu1 ul li {
	display: inline;
	margin: -2px;
}
#menu1 ul li a {
	text-decoration: none;
	border-left: 1px solid #999;
	color: #000;
	background-color: #FFF;
	padding-top: 0.1em;
	padding-right: 2em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
}
#menu1 ul li a:hover {
	color: #999999;
}

/*---------- Style Menu 2 ----------*/
#menu2 {
	width: 160px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 51px;
}
#menu2 ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 0px;
	margin: 0px;
}
#menu2 li {
	background-image: url(../medias/interface/ico_fleche.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu2 a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
}
#menu2 a:link, #menu2 a:visited {
	color: #666666;
	text-decoration: none;
}
#menu2 a:hover {
	background-color: #999999;
	color: #ffffff;
}
#menu2 li.current {
	background-image: url(../medias/interface/bck_menu_hover.gif);
	background-repeat: repeat-y;
	color: #0066cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
}


/*---------- Style icones ----------*/
.pdf {
	background-image: url(../medias/interface/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
}
.lien {
	background-image: url(../medias/interface/ico_lien.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
}

#etoile
{
background:url('../medias/interface/star_empty.jpg') 0 0 no-repeat;
}
#etoile:hover
{
background:url('../medias/interface/star_top.jpg') 0 0 no-repeat;
}
#etoile1
{
background:url('../medias/interface/star_empty.jpg') 0 0 no-repeat;
}
#etoile1:hover
{
background:url('../medias/interface/star_top.jpg') 0 0 no-repeat;
etoile:hover:background:url('../medias/interface/star_top.jpg') 0 0 no-repeat;
}

