.pageAdresse
{
    z-index: 0; 
    position:relative;
    border-style: solid; 
    border-width: 2px; 
    border-color: White;
    background-color: Black;
    font-family: Times New Roman;  
    font-size: medium;  
    color: White;
    height: auto;
    width: 300px;
	padding: 15px 15px 15px 15px;
}

.pageAdresse #rubrique
{	
	font-weight: bold;
	text-decoration: underline;
}

.pageAdresse .nom
{
	margin-top: 10px;
	font-weight: bold; 
}

.pageAdresse .text
{	
}

.pageAdresse .url
{
}

.pageAdresse .url a
{
    text-decoration: none;
    color: White;
}
