/* CSS Document */

#navigation{
	position 	: relative;
	width 		: 230px;
}

.img_vcompte, .img_ccompte, .img_savoirplus, .img_pubpop, .img_profil, 
.img_vcompte2, .img_ccompte2, .img_savoirplus2, .img_pubpop2, .img_profil2, 
.img_message3, .img_abonnes3, .img_optionliste3, .img_compte3{ 
	height : 19px;
	width : 100%;   
}

a .img_vcompte {
	background-image :   url("/img2/en/menu/bt_acccompte1.gif");
	background-repeat	: no-repeat;
}
a:hover .img_vcompte, .img_vcompte2{
	background-image	:   url("/img2/en/menu/bt_acccompte2.gif");
	background-repeat	: no-repeat;
}

a .img_ccompte {
	background-image	:   url("/img2/en/menu/bt_creercompte1.gif");
	background-repeat	: no-repeat;
}
a:hover .img_ccompte, .img_ccompte2{
	background-image	:   url("/img2/en/menu/bt_creercompte2.gif");
	background-repeat	: no-repeat;
}

a .img_savoirplus {
	background-image	:   url("/img2/en/menu/bt_savoirplus1.gif");
	background-repeat	: no-repeat;
}
a:hover .img_savoirplus, .img_savoirplus2{
	background-image	:   url("/img2/en/menu/bt_savoirplus2.gif");
	background-repeat	: no-repeat;
}

a .img_pubpop {
	background-image	:   url("/img2/en/menu/bt_pubpop1.gif");
	background-repeat	: no-repeat;
}
a:hover .img_pubpop, .img_pubpop2{
	background-image	:   url("/img2/en/menu/bt_pubpop2.gif");
	background-repeat	: no-repeat;
}

a .img_profil {
	background-image	:   url("/img2/en/menu/bt_vprofil1.gif");
	background-repeat	: no-repeat;
}
a:hover .img_profil, .img_profil2{
	background-image	:   url("/img2/en/menu/bt_vprofil2.gif");
	background-repeat	: no-repeat;
}

.img_message3 {
	background-image	:   url("/img2/en/menu/bt_vmessages2.gif");
	background-repeat	: no-repeat;
}
.img_abonnes3 {
	background-image	:   url("/img2/en/menu/bt_vabonnes2.gif");
	background-repeat	: no-repeat;
}
.img_optionliste3 {
	background-image	:   url("/img2/en/menu/bt_vliste2.gif");
	background-repeat	: no-repeat;
}
.img_compte3 {
	background-image	:   url("/img2/en/menu/bt_vcompte2.gif");
	background-repeat	: no-repeat;
}

/*********************************   SOUS MENUS    ***************************************/
.ssmenu_off a{
	text-decoration : none;
	color: #30363B; /*très foncé*/
}
.ssmenu_off a:hover{
	text-decoration:underline;
	color: #FFFFFF; 
}

.ssmenu_on a, .ssmenu_on a:hover{
	text-decoration : none;
	color: #FFFFFF; 
}

.ssmenu_off{
	background-image	:  url("/img2/structure/bt_ssmenuoff.gif");
	background-repeat: no-repeat;
	line-height: 17px;
	text-indent: 40px;
	font-size : 10px;
	float: left;
	height : 19px;
	width : 230px;  
}

.ssmenu_on{
	background-image	: url("/img2/structure/bt_ssmenuon.gif");
	background-repeat: no-repeat;
	line-height: 17px;
	text-indent: 40px;
	font-size : 10px;
	float: left;
	border : 0;
	height : 19px;
	width : 230px;
	color: #FFFFFF; 

}
