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

div#logo a {
  display: block;
  width: 100%;
  height: 100%;

}

/*
-- image haut -----------
*/

#haut {
	background: url(../images/haut.jpg) no-repeat;
	
}


/*
-- avion -----------
*/
#avion {
	background: url(../images/avion.jpg) no-repeat;
	
}

/*
-- mail -----------
*/
#mail {
	background: url(../images/mail.jpg) no-repeat;
	
}


/*
-- lien mail -----------
*/
div#mail a {
  display: block;
  width: 100%;
  height: 100%;

}

/*
-- côté -----------
*/
#cote1 {
	background: url(../images/cote1.jpg) no-repeat;
	
}

#cote2 {
	background: url(../images/cote2.jpg) no-repeat;
	
}
/*
-- côté -----------
*/
#bas {
	background: url(../images/bas.jpg) no-repeat;
	
}