﻿
/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 0 0;
	margin-top: 0;
}
#global {
	width: 892px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	height: 100%;
}

/* En-tête */
#entete {
	padding: 0 0;
	height:113px;
	width: 100%;
	background-image: url(../pics/bg_top.gif);
}

#retour_menu a { position: absolute; margin: 1px 10px; width : 90px; height : 80px; z-index:2}

/* animation_flash */
#anim_flash
{
	padding: 14px 0px 0px 586px;
}


/* onglets*/
#onglets 
{
	/*padding: 80px 0px 0px 168px;*/
	padding:13px 0px 0px 170px;
}

/* 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;
}

/* 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;
}



