#popup_entete {
	background:#B6C2CD;
	border-top:#999999 1px solid;
	border-right:#000000 1px solid;
	border-left:#999999 1px solid;
	padding:6px;
	text-align:left;
}
#popup_entete h6 {
	font-size:12px;
	font-weight: normal;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, Geneva, sans-serif, SunSans-Regular;
	letter-spacing:1px;
}

#popup_corps {
	background:#ffffff;
	border-top:#999999 1px solid;
	border-right:#000000 1px solid;
	border-bottom:#000000 1px solid;
	border-left:#999999 1px solid;
	padding:10px;
	text-align:left;
}

#popup_bas {
	margin:4px 2px 10px 0px;
	text-align:right;
}
h2 {
	margin-bottom:6px;
	letter-spacing:1px;
}
br {
	font-size:6px;
	line-height:6px;
}
p {
	line-height:12px;
}

input {
	color:#666666;
	font-size:11px;
	border:#999999 1px solid;
}
textarea {
	color:#666666;
	font-size:11px;
	border:#999999 1px solid;
}
a {
	cursor:pointer;
	color: #0066cc;
	text-decoration: none;
	border-bottom:#3399ff 1px dotted;
}
a:visited {
	color: #6699cc;
}
a:hover {
	color: #CC6600;
	border-bottom:#ff9933 1px dotted;
}