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

html, body {

	/*height: 100%;
	width: 100%;*/
}

#conteneur {
	/* l'image occupe toute la place du body */
	/*width : 100%;
	height: 100%;*/
		/*margin-left: auto;
   margin-right: auto*/
}
body{
	background-color: #000000;
	
	
}

#espace a{

	background-image: url(../espace_img/portail_espace.gif);
	background-repeat: no-repeat;
	height: 243px;
	width: 263px;
	margin: 0px;
	padding: 0px;
	position:absolute;
	left:300px;
	top:40px;
}

#espace a:hover {
border:none;
	
	/*background-image: url(../img/portail_logo-espace-hover.jpg);*/
	
}



#vitaform a{
	background-image: url(../espace_img/portail_domicile.gif);
	background-repeat: no-repeat;
	height: 154px;
	width: 352px;
	margin: 0px;
	padding: 0px;
	position:absolute;
	left:40px;
	top:275px;
}

#vitaform a:hover{
	/*background-image: url(../img/portail_logo-vitaform-hover.jpg);
	background-repeat: no-repeat;*/
}
	

