H2.large {
	width: 615px;
}

#q1, #q2, #q3, #q4, #q5, #q6, #q7, #q8, #q9, #q10, #q11, #q12 {
	display:none;
	text-align: justify
}

h3 {
 text-decoration: underline;
	cursor: pointer;
	font-weight: 400
}

h3:HOVER {
 color: #9eadbe;
 text-decoration: none;
}

a {
 	text-decoration: underline;
	color: #d1011d;
}

a:HOVER {
 color: #9eadbe;
 text-decoration: none;
}

/* *********************************** Tableau ********************************** */
.tableau {
	width: 628px;
}

.tableau th.entete {
	line-height: 20px;
	text-align: center
}

.tableau TD.intitule{
	font-size: 9pt;
  	text-align: left;
  	width:104px;
  	background-color: #9eadbe;
	color: #FFFFFF;
	border-width: 1px;
	padding-left: 10px;
	line-height: 19px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	font-weight: bold
}

.tableau TD.colonne1{
	font-size: 8pt;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width:131px;
}

.tableau TD.colonne2{
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width:131px;
	background-color: #e1e7ec;
}

/* *********************************** COLONNE 3 ********************************** */
#prInfo {
	top: 20px;
}


#prInfo #note{
	text-align: center;
}

#prInfo #note a.plan {
   color: #7f90a4;
   text-decoration: underline;
   font-weight: bold;
 }

#prInfo #note a.plan:HOVER {
 color: #9eadbe;
 text-decoration: none;
}
