/* CSS Document */
a:hover {
	color: #000000;
	text-decoration: underline overline;
	background-color: #FFCC00;

}
.link {
	font-family: "Times New Roman", Times, serif;
	color: #009933;
	text-decoration: underline;
	font-size: 12px;
}
.txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}

.titre {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #009933;
	font-weight: bold;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #009933;
	font-size: 12px;
}
.crea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #009933;
	text-decoration: underline;
}
.TxtCrea {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.linkAlbum {
	border: 1px solid #000000;
}
* {
	font-family: "Times New Roman", Times, serif;
    font-size:        12px;
}

img {
    border: 0;
}
input{
	font-family: "Times New Roman", Times, serif;
    font-size:        12px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #009933;
}
hr{
    color: #999999;
    background-color: #999999;
    border: 0;
    height: 1px;
}