/*
  envers_endroit.css
*/

body	{
	margin-left: 80pt;
	margin-right: 80pt;
	}
img#rotor
	{
	    -ms-transform-origin:	center center; /* IE 9 */
	-webkit-transform-origin:	center center; /* Chrome, Safari, Opera */
		transform-origin:	center center;
	margin-right:  50px;
	margin-bottom: 50px;
	}
.rotate0
	{
	-webkit-transition:	-webkit-transform	2s ease; /* Safari */
		transition:		transform	2s ease; /* Standard and IE 10 */

	    -ms-transform:	rotate(0deg);	/* IE 9 */
	-webkit-transform:	rotate(0deg);	/* Safari */
		transform:	rotate(0deg);	/* Standard syntax */
	}
.rotate180
	{
	-webkit-transition:	-webkit-transform	2s ease; /* Safari */
		transition:		transform	2s ease; /* Standard and IE 10 */

	    -ms-transform:	rotate(180deg);	/* IE 9 */
	-webkit-transform:	rotate(180deg);	/* Safari */
		transform:	rotate(180deg);	/* Standard syntax */
	}
div.info
	{
	background-color: lightgrey;
	border: 2px solid #a1a1a1;
	border-radius: 25px;
	box-shadow: 10px 10px 5px grey;
	}
p	{
	margin-left: 1em;
	font-size: 14pt;
	}
p.fleches
	{
	float: right;
	margin-right: 50px;
	}





