﻿
/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 0 0;
	margin-top: 0;
}
#global {
	width: 892px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	height: 100%;
	z-index:1;
}

/* En-tête */
#entete {
	padding: 0 0;
	height:113px;
	width: 100%;
	background-image: url(../pics/bg_top.gif);
	z-index:1;
	/*
	border-top:solid 1px black;
	border-left:solid 1px black;
	border-right:solid 1px black;
	*/
}

#retour_menu a 
{
	position: absolute; 
	margin: 1px 10px; 
	width : 90px; 
	height : 80px; 
	z-index:1000;
	/*border:solid 1px black;*/
}
#lien_axon a 
{
	position: absolute; 
	margin: 36px 700px; 
	width : 120px; 
	height : 50px; 
	z-index:1;
	/*border:solid 1px black;*/
}

/* animation_flash */
#anim_flash
{
	padding: 14px 0px 0px 586px;
}


/* onglets*/
#onglets 
{
	padding: 80px 0px 0px 168px; /* version sans flash */ 
	/*padding:13px 0px 0px 170px;*/ /* version avec flash */ 
}

/* Bloc central */
#centre-bis {
	width: 892px;
	overflow: hidden;
}

/* Menu de navigation */
#navigation 
{
	float: left;
	width: 172px;
	margin-top: 14px;
	margin-left: 1px;
}

/* Contenu principal */
#principal {
	width:405px;
	margin-top: 20px;
	margin-left: 15px;
}

#homepage {
	width:405px;
	margin-top: 20px;
	margin-left: 15px;
}

/* Images javascript */

#bild 
{
	position:relative;
	float: left;
	left:0; top:24px; width:155px; height:155px; z-index:2;
}
#thumb1 
{
	position:relative;
	right:40px; top:24px; width:47px; height:47px; z-index:2
}
#thumb2 
{
	position:relative;
	right:40px; top:31px; width:47px; height:47px; z-index:2
}

#thumb3 
{
	position:relative;
	right:40px; top:38px; width:47px; height:47px; z-index:2
}

/* Contenu secondaire */
#secondaire {
	float:right;
	width: 190px;
	margin-top: 40px;
	margin-right: 1px;
	/*border:solid 1px black;*/
}

/* Pied de page */
#pied {
	
	height:21px;
	width: 891px;
	background-image: url(../pics/bg_bot.gif);
	border-right:solid 1px black;
	line-height: 1;
	
}

/* liens du pied de page */
#pied_liens {
	padding-top:4px;
}



