/* CSS Document */
/*-------------------------
feuille de style principale
---------------------------
-- haut -------------------
*/
#header {
	position: relative;
	margin: 0 auto;
	width: 824px;
	
	height: 170px;
}
/*
-- contenu --------------
*/
#contenu {
	width: 824px;
	height: 785px;
	position: relative;
	top: -4px;
	margin: 0 auto;
	
}
/*
-- logo -------------------
*/
#logo {
	width: 146px;
	height: 139px;
	position: absolute;
	top: 27px;
	left: 80px;
	
}
/*
-- menus -------------------
*/
#haut {
	width: 516px;
	height: 53px;
	position: absolute;
	top: 49px;
	left: 226px;
	
}


/*
-- avion -------------------
*/
#avion {
	width: 75px;
	height: 55px;
	position: absolute;
	top: 51px;
	left: 742px;
	
}

/*
-- mail -------------------
*/
#mail {
	width: 40px;
	height: 23px;
	position: absolute;
	top: 118px;
	left: 697px;
	
}

/*
-- côté -------------------
*/
#cote1 {
	width: 339px;
	height: 192px;
	position: absolute;
	top: 311px;
	left: 485px;
	
}

#cote2 {
	width: 339px;
	height: 277px;
	position: absolute;
	top: 503px;
	left: 485px;
	
}
/*
-- bas -------------------
*/
#bas {
	width: 405px;
	height: 276px;
	position: absolute;
	top: 504px;
	left: 80px;
	
}
/*
-- titre ----------------
*/
#titre {
	width: 172px;
	height: 26px;
	position: absolute;
	top: 247px;
	left: 95px;
	
}
/*
-- texte ----------------
*/
#texte {
	width: 330px;
	height: 318px;
	position: absolute;
	top: 295px;
	left: 95px;
	z-index: 5;
	
}

/*
-- titre ----------------
*/
#titre1 {
	width: 178px;
	height: 26px;
	position: absolute;
	top: 119px;
	left: 0px;
	
}
/*
-- texte ----------------
*/
#texte1 {
	width: 318px;
	height: 193px;
	position: absolute;
	top: 156px;
	left: 0px;
	z-index: 5;
	
}
/*
-- footer ----------------
*/
#footer {
	width: 220px;
	height: 15px;
	position: absolute;
	top: 750px;
	left: 543px;
	
}	
