#menu_droite{
left:693px;
top:280px;
}


#menu_droite ul { 
    margin: 0px;
    padding: 0px 3px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #6699cc;
   	background:none;
	width:100px;;
}

#menu_droite li {
	list-style-type: none;
	display: block;
	padding-top: 3px;
	padding-bottom:10px;
	margin-top:0px;
	padding-left: 25px;
	height:auto;
	
}


#menu_droite li a {
	text-decoration: none;
	padding: 0px 0px;
	color: #6699CC;
		
}


#menu_droite li a:link {
    color: #6699CC;
}


#menu_droite li a:hover {
    font-weight: bold;
    color: #666666;
    
}

#menu_droite li a.actif {
	font-weight: bold;
	color: #666666;
	text-decoration:underline;
	   
}


/**** CLASSES *****/

.act{
	background-image: url(../images/actu.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.conv{
	background-image: url(../images/convention.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.tab{
	background-image: url(../images/table.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.faq{
	background-image: url(../images/faq.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.res{
	background-image: url(../images/ressources.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.glo{
	background-image: url(../images/glossaire.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.lien{
	background-image: url(../images/liens.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.cont{
	background-image: url(../images/contacts.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.cre{
	background-image: url(../images/credits.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}




/* Hack pour IE 6 */

*html #menu_droite{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top:320px;
	height: 478px;
	width: 102px;
	left:693px;
}

*html #menu_droite ul { 
    margin: 0px;
    padding: 0px 3px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #6699cc;
  	
	}
	
	
