@charset "UTF-8";
#conteneur{
height: 520px;
width: 725px;
margin-left:auto;
margin-right:auto;
border-width:1px;
border-color:#0099b0;
border-style:solid;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #007d8f;
	padding:0px;
	margin: 20px;
}
.questions {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.coordonnees {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.elephant {
	font-size: 9px;
	color: #82BCD8;
	text-decoration: none;
}
.elephant:hover {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
} 