.aig{
	position: absolute;
	bottom: 100px;
	-moz-transform-origin: bottom center;
	-webkit-transform-origin: bottom center;
}

#horloge{
	position: absolute;
	top: 130px;
	left: 565px;
	height: 200px;
	width: 200px;
	border: 1px solid black;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: url('cadran.png');
}

.guideDiv{
	position: absolute;
	border: 2px dotted #dbdbdb;

}

.choice{
	cursor:pointer;
	text-decoration:underline;
	font-size:10px;
}

h1{
	font-size:11px;
	font-weight: bold;
	margin-top:0;
}

p{
	font-size:10px;
}

.accTitleIn{
	cursor:pointer;
	position:relative;
}
div.hr {
width: 70%;
height: 1px;
background: #000;
margin:auto;
margin-top:15px;
margin-bottom:15px;
} 