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

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

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

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

#conteneur_logo_hiver{
	height:520px;
	width:420px;
	padding:0px;
	top:-3px;
	left:0px;
	position:absolute;
	background:url(theme/logo_hiver.jpg) no-repeat;
	overflow:hidden;
	}

#conteneur_a_propos_head{
	height:370px;
	width:480px;
	padding:0px;
	top:-3px;
	left:420px;
	position:absolute;
	background:url(theme/a_propos_head.jpg) no-repeat;
	overflow:hidden;
	}
	
#conteneur_a_propos_bas_left{
	height:145px;
	width:130px;
	padding:0px;
	top:367px;
	left:420px;
	position:absolute;
	background:url(theme/.jpg) no-repeat;
	overflow:hidden;
	}
	
#conteneur_a_propos_bas_center{
	height:145px;
	width:210px;
	padding:0px;
	top:367px;
	left:550px;
	position:absolute;
	background:url(theme/a_propos_bas_center.jpg) no-repeat;
	overflow:hidden;
	}
	
#conteneur_a_propos_bas_right{
	height:145px;
	width:140px;
	padding:0px;
	top:367px;
	left:760px;
	position:absolute;
	background:url(theme/.jpg) no-repeat;
	overflow:hidden;
	}
	
#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 //////////////*/



/* 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;
	}
	
/* ////////////// FIN CONTENU PAGE ///////////// */
