

/*conteneur englobant toute la page, et précisant l'image de fond (passerelle)*/

#conteneur{

width:800px;
height:600px;
background-image:url(../images/fond.png);
position:absolute;
left: 50%; 
top: 50%;
margin-top: -300px; /* moitié de la hauteur de l'image */
margin-left: -400px; /* moitié de la largeur de l'image */

 } 

 
 #actu
{
background-image:url(../images/actu.png);


	position:absolute;
	width:150px;
	height:34px;
	left: 612px;
	top: 442px;
	cursor:pointer;
}

/*propriétés du  bouton parents de la page d'accueil*/

#mosaiques
{
background-image:url(../images/accueil_13_1.png);

	position:absolute;
	width:381px;
	height:224px;
	left: 344px;
	top: 330px;

}

#parents
{
	background-image:url(../images/accueil_051.png);
	position:absolute;
	width:300px;
	height:39px;
	left: 344px;
	top: 128px;
	cursor:pointer;
}

#eleves
{
background-image:url(../images/accueil_081.png);
	
	position:absolute;
	width:285px;
	height:39px;
	left: 344px;
	top: 173px;
	cursor:pointer;
}

#enseignants

{
background-image:url(../images/accueil_111.png);
	position:absolute;
	width:215px;
	height:39px;
	left: 345px;
	top: 218px;
	cursor:pointer;
}

#foreign_visitors
{
	background-image:url(../images/foreign_visitors.png);
	position:absolute;
	width:269px;
	height:39px;
	left: 345px;
	top: 262px;
	cursor:pointer;
}

#parents_eleves
{
	background-image:url(../images/parentsEleves.png);
	position:absolute;
	width:350px;
	height:39px;
	left: 345px;
	top: 262px;
	cursor:pointer;
}

#logo
{
background-image:url(../images/accueil_03.png);

	position:absolute;
	width:184px;
	height:180px;
	left: 149px;
	top: 123px;
}
/*bouton Greta*/
#logo4
{
background-image:url(../images/logoGreta2.png);
	
	position:absolute;
	width:96px;
	height:35px;
	left: 244px;
	top:389px;
	cursor:pointer;
}

/*bouton académie de poitiers*/
#logo3
{
background-image:url(../images/accueil_17.png);
	
	position:absolute;
	width:78px;
	height:76px;
	left: 156px;
	top:389px;
	cursor:pointer;
}

/*bouton region*/
#logo2
{
background-image:url(../images/logoRegion2.png);
	
	position:absolute;
	width:96px;
	height:41px;
	left: 244px;
	top: 427px;
	cursor:pointer;
}

#angouleme
{

	background-image:url(../images/accueil_14.png);
	position:absolute;
	width:186px;
	height:30px;
	left:149px;
	top:342px;
}
/*
#jpo
{

	background-image:url(../images/jpo2014.png);
	position:absolute;
	width:500px;
	height:100px;
	left:35px;
	top:480px;
}
*/