@charset "UTF-8";
/* CSS Document */

#coord
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#2B2B2B;
	text-align:center;
	padding-top: 10px;
	
}

#main
{
	background-image:url(ortho2000.jpg);
	background-repeat:no-repeat;
	width:700px;
	height:453px;
	margin:0 auto;
	text-align: center;
	}
#facebook
{
	position:fixed;
	right:-150px;
	top:300px;
	transition:right 1s;
}
#facebook:hover
{
	right:-10px;
	transition:right 1s;	
}

#mail
{
	position:fixed;
	right:-150px;
	top:360px;
	transition:right 1s;
}
#mail:hover
{
	right:-10px;
	transition:right 1s;	
}

#plaquette
{
	position:fixed;
	right:-150px;
	top:420px;
	transition:right 1s;
}
#plaquette:hover
{
	right:-10px;
	transition:right 1s;	
}

#rdv
{
	position:fixed;
	right:-150px;
	top:480px;
	transition:right 1s;
}
#rdv:hover
{
	right:-10px;
	transition:right 1s;	
}


.global
{
	width:100%;
	height:500px;
	background-color:white;
	padding-top: 100px

}

