/* CSS Document */
/* Chromaluna Cascade Style Sheat */

.body {
	
	color: #FFFFFF;
	font-family: 80% Arial, Helvetica, sans-serif;
	padding: 0px;
    margin: 19px 2px 19px 2px;
}
.Artist {
    color: #FFFFFF;
    border: 0px solid #FFFFFF;
	font-family:  "trebuchet MS";
	font-weight: bold;
	font-size: small;
    text-decoration: none;
    text-align: right;
}


.etatcivil {
    color: #C0B4D8;
    border: 1px solid #FFFFFF;
	font-family:  "trebuchet MS";
    padding: 5px;
	font-weight: bold;
	font-size: small;
    text-decoration: none;
}

.etatcivil  a {
    color:#6884C0;
    text-decoration: none;

}

.etatcivil  a:hover {
    color:#D88C18;
 text-decoration: underline;
}

.etatcivil2 {
    color: #E7E6EB;
    border: 1px solid #85848A;
	font-family:  "trebuchet MS";
    padding: 5px;
	font-weight: bold;
	font-size: small;
    text-decoration: none;
    background-color: #ABAAB0
}

.etatcivil2  a {
    color:#E7E6EB;
    text-decoration: none;

}

.etatcivil2  a:hover {
    color:#D88C18;
 text-decoration: underline;
}

.blabla {
    color: #85848A;
	font-family: "trebuchet MS";
	font-weight: italic;
	font-size-adjust: 0.30;
    text-decoration: none;
}

.smalltext {
    color: #85848A;
	font-family: "trebuchet MS";
	font-weight: italic;
	font-size: small;
    text-decoration: none;
}


.smalltext a:link {
    color: #85848A;
	font-family: "trebuchet MS";
	font-weight: bold;
	font-size: small;
    text-decoration: none;
}

.smalltext a:hover {
    color: #85848A;
	font-family: "trebuchet MS";
	font-weight: bold;
	font-size: small;
    text-decoration: underline;
}


