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

/* /////////// HABILLAGE PAGE WEB //////////// */

body{
	height:750px;
	width:100%;
	margin:0;
	padding:0;
}

/* Conteneur global du head */
#conteneur_head{ 
	height:205px;
	width:900px;
	margin:auto;
	padding:0;
	background:url(theme/head.jpg) no-repeat;
}

#conteneur_diaporama{ 
	height:510px;
	width:575px;
	padding:0;
	top:0px;
	left:0px;
	position:absolute;
	background:url(theme/diap.jpg) no-repeat;
}

#conteneur_horloge{
	height:80px;
	width:80px;
	padding:0px;
	top:95px;
	left:475px;
	position:absolute;
	}

#conteneur_meteo{
	height:68px;
	width:457px;
	padding:0px;
	top:409px;
	left:36px;
	position:absolute;
	}

#conteneur_news{ 
	height:330px;
	width:325px;
	padding:0;
	top:0px;
	left:575px;
	position:absolute;
	background:url(theme/news.jpg) no-repeat;
}

#conteneur_log{ 
	height:180px;
	width:325px;
	padding:0;
	top:330px;
	left:575px;
	position:absolute;
	background:url(theme/log.jpg) no-repeat;
}

#conteneur_identifiants{ 
	height:90px;
	width:225px;
	padding:0;
	top:60px;
	left:110px;
	position:relative;
}

#conteneur_bas_de_page{
	height:25px;
	width:900px;
	padding:0px;
	top:510px;
	left:0px;
	position:relative;
	}

#conteneur_copyright{
	height:25px;
	width:250px;
	padding:0px;
	top:0px;
	left:25px;
	position:absolute;
	color:#999999;
	font-family:Georgia;
	font-size:13px;
	text-align:center;
	}
	
#conteneur_designer{
	height:25px;
	width:200px;
	padding:0px;
	top:0px;
	left:350px;
	position:absolute;
	color:#999999;
	font-family:Georgia;
	font-size:13px;
	text-align:center;
	}
	
#conteneur_MAJ{
	height:25px;
	width:200px;
	padding:0px;
	top:0px;
	left:600px;
	position:absolute;
	color:#999999;
	font-family:Georgia;
	font-size:13px;
	text-align:center;
	}

/* /////////// FIN HABILLAGE PAGE WEB //////////////*/



/* ////////////// DEBUT MENU ///////////// */

/* Conteneur global du contenu */

#conteneur_menu {
	height:25px;
	width:900px;
	padding:0;
	position:relative;
	top:165px;
	left:Opx;
	}

/* Conteneur bouton menu "Accueil" */
#conteneur_menu_accueil {
	height:22px;
	width:79px;
	position:absolute;
	left:57px;
	top:0px;
	font-size:13pt;
	font-family:Arial;
			}
			
/* Conteneur bouton menu "L'Aeroclub" */			
#conteneur_menu_aeroclub {
	height:22px;
	width:99px;
	position:absolute;
	left:157px;
	top:0px;
	font-size:13pt;
	font-family:Arial;
			}

/* Conteneur bouton menu "Machines" */			
	#conteneur_menu_machines {
	height:22px;
	width:80px;
	position:absolute;
	left:278px;
	top:0px;
	font-size:13pt;
	font-family:Arial;
			}
			
/* Conteneur bouton menu "Apprendre" */
	#conteneur_menu_apprendre {
	height:22px;
	width:87px;
	position:absolute;
	left:397px;
	top:1px;
	font-size:13pt;
	font-family:Arial;
			}

/* Conteneur menu "Galleries" */			
#conteneur_menu_galeries {
	height:22px;
	width:75px;
	position:absolute;
	left:525px;
	top:0px;
	font-size:13pt;
	font-family:Arial;
			}

/* Conteneur menu "A Propos" */			
#conteneur_menu_a_propos {
	height:22px;
	width:93px;
	position:absolute;
	left:641px;
	top:0px;
	font-size:13pt;
	font-family:Arial;
			}

/* Conteneur menu "Contact" */			
#conteneur_menu_contact {
	height:22px;
	width:75px;
	position:absolute;
	left:772px;
	top:0px;
	font-size:13pt;
	font-family:Arial;
			}
			
/* ////////////// FIN MENU ///////////// */



/* ////////////// DEBUT CONTENU PAGE ///////////// */

/*Conteneur image bas de page */

#conteneur_body_index {
	height:545px;
	width:900px;
	margin:auto;
	position:relative;
	top:0px;
	left:0px;
	}

#conteneur_diapo {
	height:197px;
	width:262px;
	position:relative;
	top:152px;
	left:142px;
	}
	
  #conteneur_news_text {
	height:330px;
	width:260px;
	position:absolute;
	top:45px;
	left:25px;
	color:#8f8f8f;
	font-family:Arial;
	font-size:12px;
	text-align:center;
	}

/* ////////////// FIN CONTENU PAGE ///////////// */
