/* CSS Document */

body {
	margin:0px;
	padding:0px;

	width: 1024px;

	cursor:default;
}

#bloc_general {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-512px;	
	
	background-image:url(../img_interface/p_index/index_creche.jpg);
	background-repeat:no-repeat;
	background-position:50% top;

	width:1024px;
	height:768px;
	height:900px;
}

#img_berger {
	position:absolute;
	top:195px;
	left:330px;
}

#img_photo {
	position:absolute;
	top:0px;
	left:0px;
}

#img_automate {
	position:absolute;
	top:80px;
	left:640px;
}

#img_lien_automate {
	position:absolute;
	top:50px;
	left:320px;

	cursor:pointer;
}

#img_lien_creche {
	position:absolute;
	top:666px;
	left:298px;

	cursor:pointer;
}


#img_lien_santon {
	position:absolute;
	top:510px;
	left:280px;

	cursor:pointer;
}

#img_femme {
	position:absolute;
	top:450px;
	left:40px;
}

#img_santon_ligne {
position:absolute;
	top:480px;
	left:600px;
}

#texte {
	position:absolute;
	top:350px;
	left:650px;
	
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	line-height:1.4em;
	
	color:#000000;
	
	width:350px;
	height:250px;
}

a {
	cursor:pointer;
}

