/****************************

	ELEMENTS HTML GENERAL
	
 ****************************/
	
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #21262b;
}
body {
	font-size: 62.5%;
	}

/* Suppression des marging et padding d'lments principaux */
h1, h2, h3, h4, h5, h6, ol, ul, form, p, input, img {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 120%;
}

ul{
	list-style-type: none;
}


a img {
	border: none;
}

.spacer{
	clear: both;
}

/*****************************

	GLOBAL
	
*******************************/

#page{
	width: 660px;
	margin: 0 auto;
	background: #f3f3f3 url('../img/enquete/header.jpg') no-repeat 0 0;
	padding: 180px 20px 30px;
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

h3{ 
	height: 23px;
	margin-bottom: 34px;
}
h3.fr {
	background: url('../img/enquete/titre_fr.png') no-repeat left top;
}
h3.en {
	background: url('../img/enquete/titre_en.png') no-repeat left top;
}
h3 span{
	position: absolute;
	left: -5000px;
}

h4{
	font-size: 1.3em;
	font-weight: bold;
	color: #0969DA;
	margin: 3px 0 6px 0;
}
h4.first{
	margin-top: 12px;
}
h4.err{
	font-size: 1.3em;
	font-weight: bold;
	color: #ff0000;
	margin: 3px 0 6px 0;
}

h5 {
	font-size: 1.2em;
	font-weight: normal;
	color: #0969DA;
	margin: 3px 0 6px 0;
}
h5.err {
	color: #ff0000;
}
#page p, #page ul{
	margin: 1px 0 2px 0;
	font-size: 1.15em;
}
#page p.err{
	color: #ff0000;
	padding-bottom: 12px;
}

#page label{
	vertical-align: 3px;
}

#page .question-box, #page .question-box-err{
	margin: 1px 0 16px 0;
	padding: 5px 0 5px 3px;
	clear: both;
}
#page .question-box-err{
	background-color: #ffd9cb;
}

#page input.text, #page input.text-err{
	border: 1px solid #0969DA;
	background: #fff;
	width: 230px;
}
#page input.text-err{
	border: 1px solid #ff0000;
}
#page input.text:focus{
	background: #ddd;
}
#page input.btn{
	background: url('../img/enquete/envoyer_fr.png') no-repeat center top;
	border: 0px;
	height: 27px;
	width: 79px;
	font-weight: bold;
	cursor: pointer;
}


div.results {
	border-bottom: 2px solid #0969DA;
	margin: 0 0 15px 0;
}
div.results ul {
	padding: 0 0 0 20px;
}
div.results ul li {
	list-style: none;
	padding: 0 0 8px 15px;
	background: url(/img/enquete/puce.png) no-repeat 0 4px;
	font-size: 1em;
	color: #444444;	
}
/*#page div.results p {
	color: #777777;
	margin: 0;
}

#page div.results span {
	width: 200px;
	border: 1px solid #222222;
	display:block;
	height: 16px;
	float: right;
	position: relative;
}
#page div.results label {
	display: block;
	width: 400px;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}

#page div.results strong {
	position: absolute;
	right: 10px;
	top: 1px;
	color: #222222;
}*/

div.subquestion {
	padding: 0 0 0 20px;
}

form textarea {
	border: 1px solid #0969DA;
	width: 640px;
	height: 150px;
	padding: 9px;
	margin: 15px 0;
	font: 1.1em Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.25em;
	color: #21262b;
}

table {
	width: 100%;
	border: 1px solid #0969DA;
	background: #84b4ec;
}
table td {
	margin: 1px;
	padding: 3px;
	background: #FFFFFF;
}

