body {
	margin:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:100%;
	width:320px;
	margin:0px auto 0px auto;
}

div {
	margin-bottom:15px;
}

input {
	width:75%;
	margin-top:8px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
	border-radius: 5px; /* CSS3 */

}

select {
	width:75%;
	margin-top:8px;
	
}

ol li select {
	width:75%;
	margin-top:8px;
	
}

p	{
	margin:0px;
	margin-bottom:18px;	

}

.p_message	{
	margin:0px;
	margin-bottom:18px;
	font-size:large;
	background-color:#049398;
	color:#FFF;
	padding:8px 12px;

}

.p_questions	{
	margin:0px;
	margin-bottom:15px;
	font-size:large;
	font-weight:bold;
	

}

.liens_langue{
	text-decoration:none;
	display:block;
	padding:6px 10px;
	background-color:#03a3ff;
	color:#FFF;
	margin-bottom:5px;
}

.liens_langue:hover{

	background-color:#0392e4;
	color:#FFF;
}

ol {
	margin:0px;
	padding:0px;
	margin-left:21px;
	padding-left:5px;
	margin-bottom:15px;
	}

ol li{margin:0px;
	padding:0px;
	margin-bottom:15px;
	}