body {

}
#entete {
	height: 130px;
	background-color: #FFFFFF;
}
#global { /* toute le site */
	position:absolute;
	float: left;
	left: 50%; /* largeur souhaitée*/
	margin-left: -376px;
	top: 0px;
	height: auto; /* s'adapte au contenu de la div*/
	width: 752px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;

}
#conteneur { /*sauf le haut et bas */
	overflow: auto;
	min-height: 100%;
	background-image: url(../images/bkg_colonne.gif);
	background-repeat: repeat-y;
}
#contenu {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #996600;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2em;
	padding-left: 210px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#gauche {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #996600;
	float: left;
}
#pied {
	height: 3.5em;
	clear: both;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 5px;
}
#retour { /* haut de page */
	padding-left: 200px;
	padding-bottom: 2px;
	background-image: url(../images/bkg_retour.png);
	background-repeat: repeat-x;
}
#retour a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 5px;
}
#d1clic {
	height: 1.5em;
	text-align: center;
	line-height: 1.5em;
	background-color: #FFFFFF;
}
#d1clic a {
	color: #996600;
	text-decoration: none;
}
#copyright {
	font-size: 9px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
}

