body {
	font-family: verdana;
    font-size: 11px;
	margin: 0;
	padding: 0;
}

#content, #homepage {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#error {
	color: #C00000;
	font-weight: bold;
	border: 2px solid #C00000;
	clear: both;
	padding: 10px;
}

#validate {
	text-align: center;
	width: 100%;
}

#score {
}

div.switchPart {
	width: 100%;
	padding-left: 40%;
	clear: both;
}
div.switchPart input {
	width: 100px;
	height: 30px;
}

#envoi {
	clear: both;
}
#envoi form {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
}
#envoi form p {
	width: 100%;
	float: left;
	margin: 4px;
} 
#envoi form label {
	float: left;
	width: 100px;
}
#envoi form fieldset {
	width: 250px;
	clear: both;
}
#envoi form fieldset ul {
	list-style-type: none;
}
#envoi form fieldset label {
	float: none;
}
#envoi form textarea {
	width: 260px;
	height: 75px;
}
#captchaError {
	height: 25px;
	clear: both;
}

#launchTest {
	padding-top: 25px;
}
#launchTest ul {
	list-style-type: none;
}
#launchTest li {
	display: inline;
}

#footer {
	height: 100px;
	clear: both;
}


#homepage div.left {
	float: left;
	width: 130px;
	height: 200px;
	background-image: url(images/loupe.jpg);
	background-repeat: no-repeat;
}

#homepage  div.right{
	float: left;
	border-left: 1px solid #DCEDF7;
	padding-left: 30px;
}


h1 {
	color: #000;
	font-weight: normal;
	padding-left: 10px;
}

h2 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

div.flag {
	float: left;
	width: 130px;
	padding-left: 10px;
}

div.presentation {
	float: left;
	border-left: 1px solid #DCEDF7;
	padding-left: 30px;
}

div.questionnaire {
	clear: both;
	padding-top: 30px;
}

div.part1, div.part2, div.part3 {
	float: left;
	width: 100%;
}
div.part1 p, div.part2 p, div.part3 p {
	padding-left: 40px;
	padding-right: 4px;
}
div.part2 , div.part3  {
	/*display: none;*/
}
div.row1, div.row2 {
	float: left;
	width: 470px;
}

div.emailResponse {
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 12px;
}


.gris {
	color: #8B8C8C;
}

.bleu {
	color: #2CADFF;
}

.error {
	color: #C00000;
}

.rouge12-b {
	color: #C00000;
	font-weight: bold;
}

.contourrouge {
	border: 2px solid #C00000;
}