﻿/*-----------------------------------------------------------------------------------
' Kredity.com
'
' SiteMapPath.css
' 
' Dernière modif : 1/03/2007
' V1.0
' mvu
'
' CSS pour le chemin de navigation.
'-----------------------------------------------------------------------------------*/
#navigation {
    font : 10px Microsoft Sans Serif;
    margin-top : 6px;
    margin-bottom : 6px;
    color : #333333;
}
.site_map_path {
    color : #333333;
}
.site_map_path a {
    text-decoration : underline;
    color : #333333;
}
.site_map_path a:hover {
    text-decoration : none;
	 color : #7F7F7F;
}

