body * {
	border:0px;
	font-family: Arial,sans-serif;
	text-decoration: none;
	font-size:11px;
}

.textbox {
	width:167px;
	border:1px solid #AAAAAA;
}
	
.content-table {
	
	padding-top:29px;
}

.issue-table,
.subscription-table {
	background-color:#ffffff; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-repeat:repeat-x;
	width:100%;
	margin-bottom:6px;
	color:#dc2e76;
	font-weight:bold;
	width:450px;/* LARGEUR */
	height:350px;
}

.issue-table {
	height:150px;
}

.subscription-table {
	height:220px;/* HAUTEUR *
	padding:0 4px;
	/* POur ne pas coller le texte du popup au bord */
}

.issue-text,
.subscription-title {
	font-size:40px;
	font-weight:bold;
	color:#dc2e76;
	text-align:center;
}

.issue-text {
	padding-top:6px;
	padding-right:4px;
}

.subscription-title {
	padding-top:4px;
	
}

.subscription-text {
	text-align:center;
	margin-left:4px;
	margin-right:4px;
}

.maskPopup {
	background-color: #CCCCCC;
	opacity: 0.7;
	filter: alpha(opacity =   20);
}

.popup {
	position:absolute;	
	left:30%;
	top:12%; /* pour placer le popup verticalement */
	background-color:#FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:467px;
	padding:5px 20px;;
	border:5px solid #f7b152;
}

.titles-table {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:left;
	width:280px;
	margin-bottom:6px;
	border:2px solid #315690;
}

.titles-title {
	background-image:url(../images/Blue_title_background.png);
	background-repeat:repeat-x;
	height:33px;
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;
	padding:4px 3px 0px 8px;
}

.hypr-title, .hypr-title-active {
	display:inline;
	font-size:13px;
	color:#003d86;
	font-weight: bold;
	text-transform: uppercase;
}

.hypr-title-active {
	color:#DC4729;
}

.hypr-text {
	font-size:11px;
	color:#000000;
	font-weight: bold;
}

.question {
	text-align:justify;
	font-size:11px;
	color:#061238;
	font-weight: bold;
}

.fieldname, .fieldtitle {
	font-size:12px;
	color:#dc2e76;
	font-weight: bold;
}
.fieldname {
	text-align: right;
	white-space: nowrap;
	width:90px;
}

.fieldname2 {
	text-align:justify;
	font-size:10px;
	color:#061238;
}

.fieldname2  a {
	color:#dc4729;
	font-weight: bold;
}

.submit {
	width:67px;
	height:24px;
	cursor: pointer;
}
