/* fonds d'écran */
.selectedThumb, .thumb {
	cursor: pointer;
	cursor: hand;
	padding-left : 3px;
	padding-right: 3px;
}

.selectedThumb {
	background-color: #999999;
}

.libel {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

.resolution {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}

.resolution a:link, .resolution a:visited {
	color: #666666;
	font-weight : bold;
	text-decoration: none;
}

.resolution a:hover, .resolution a:active {
	color: #000000;
	font-weight : bold;
	text-decoration: underline;
}

/* cartes postales */
.field  {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
	border-color : #715D1D;
}

.timbre {
	font-weight: bold; 
	font-size: 14px; 
	color: #333333; 
	font-family: "Courier New", Courier, mono; 
	text-align: center;
	vertical-align: middle;
	position:relative;
	left:495px; top:106px;
	width: 50px; height: 28px;
}
.message {
	font-family: "comic sans ms";
	font-size: 14px; 
	font-weight: normal; 
	padding-left: 5px;
}

.message a:link, .message a:visited, .message a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.message a:hover {
	font-weight: bold; 
	text-decoration: underline;
	color: #000000;
}

