.icon {
	background: url("/images/institution/projetespace2000/branche.png") no-repeat scroll 10px center;
	list-style:none;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 110%;
    line-height: 28px;
    margin: 5px 5px 5px;
    padding: 0 20px 0 40px;
    text-decoration: none;
	}
	
/*  Ce style = texte souligné en jaune 
.icon {
	background: url("/images/institution/projetespace2000/branche.png") no-repeat scroll 10px center #FFFFC9;
    border: 1px orange solid;
    border-radius: 20px 20px 20px 20px;
	list-style:none;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 110%;
    line-height: 28px;
    margin: 5px 5px 5px;
    padding: 0 20px 0 40px;
    text-decoration: none;
	}
 */	

	.embedded-nav a, .embedded-nav a:visited, .embedded-nav a:link {
	 background: none repeat scroll 0 0 #FFFFC9;
    border: 2px solid #ffa500;
    border-radius: 7px 7px 7px 7px;
    color: black;
    font-weight: 400;
    padding: 2px 6px;
    text-decoration: none;
	}	
	

#back {
background: url("/images/institution/projetespace2000/fleche.png") no-repeat transparent !important ;
width:20px;
height:16px;
display:block;
}

#back:hover, #back :focus{
background: url("/images/institution/projetespace2000/fleche.png") no-repeat  transparent !important;
}

#next {
background: url("/images/institution/projetespace2000/fleche.png") no-repeat -30px 0px transparent !important ;
width:20px;
height:16px;
display:block;
}

#next:hover, #next:focus{
background: url("/images/institution/projetespace2000/fleche.png") no-repeat -30px 0px transparent !important;
background-position:0px 0px;
}

#retour {
background: url("/images/institution/projetespace2000/fleche.png") no-repeat transparent !important ;
width:20px;
height:16px;
display:inline-block;
	
	}
	
