/*PHOTOGENIQUE.CH par Blaise Regamey*/
/*feuille de style CSS edito*/

div#signature{
	margin:25px 0px 18px 440px;
}

div#signature a{
	width:124px;
	height:26px;
	background-repeat:no-repeat;
	display:block;
	background:url(../media/signature.png);
	color:white;
	font-size:0px;
}

div#signature a:hover{
	background:url(../media/signature.png) 0 -26px;
}

div#bas_edito{
	text-align:center;
	height:140px;
	width:500px;
	margin:auto;
}


div#photo_du_moment{
	float:left;
	width:180px;
}

div#photo_hasard{
	float:right;
	width:180px;
}

div#mise_jour{
	float:left;
	width:140px;
	margin-top:50px;
}

p#copy{
	font-size:10px;
	text-align:center;
}