body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.table{
	cellspacing:0;
	cellpadding:0;
	padding:0;
	margin:0;
	width:100%;
	height:540px; 
}

h2 {
	color: #023b7f;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.theme {
	font-size: 14px;
	color: #4e76a5;
	font-weight: bold;
	text-decoration: none;
}

.themeRight {
	font-size: 14px;
	color: #4e76a5;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}

.question {
	font-size: 12px;
	color: #6b6b6b;
	font-weight: bold;
	text-decoration: none;
}

.reponse {
	font-size: 12px;
	color: #949494;
	padding-right: 30px;
	font-weight: bold;
	text-decoration: none;
}

hr {
	color: #96c3ef;
	background-color: #96c3ef;
	height: 1px;
	border: 0;
}

.enqueteButton {
	float:center;
  top: 718px;
	left: 275px;
}

.button {
	border-color: #96c3ef;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font: bold 14px Arial, Helvetica, sans-serif;
	height:27px;
	width:130px;
	color: #2d6caf;
	background-color: #f3fbff;
	text-decoration: none;
	text-align:center;
}

.buttonGD {
	border-color: #96c3ef;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font: bold 14px Arial, Helvetica, sans-serif;
	height:27px;
	width:100%;
	color: #2d6caf;
	background-color: #f3fbff;
	text-decoration: none;
	text-align:center;
}

.inputText {
	border:0;
	font: 12px Arial, Helvetica, sans-serif;
	height:27px;
	width:500px;
	color: #2d6caf;
	background-color: #dff0f9;
	text-decoration: none;
}

.inputTextArea {
	border:0;
	font: 12px Arial, Helvetica, sans-serif;
	height:100px;
	width:500px;
	color: #2d6caf;
	background-color: #dff0f9;
	text-decoration: none;
}

.surligne {
	border-color: #96c3ef;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height:27px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #023b7f;
	padding-bottom:5px;
	padding-top:5px;
}

.tdButton {
	height:27px;
	text-decoration: none;
	text-align:center;
}
.tdButtonValider {
	height:27px;
	padding:60px;
	text-decoration: none;
	text-align:center;
}

.message {
	font: 12px Arial, Helvetica, sans-serif;
	height:15px;
	color: #2d6caf;
	text-decoration: none;
	text-align:center;
}

.saut {
	height:25px;
}
.sautGD {
	height:50px;
}

