html, body {
	/* pour occuper tout l'espace de la fenêtre */
	height: 100%;
}
#global {
	/* propriété modifiée pour IE */
	min-height: 605px;
/* largeur + marges */
	width: 750px;
	margin: 25px auto 0;
/* global devient l'origine pour le positionnement des enfants */
	position: relative;
}
#header {
}

#navigation
{
	position: relative;
	width: 750px; height: 120px;
	background: url(../images/bg_nav.gif) no-repeat;
	overflow: hidden;
}

#center {
	/* agrandi le div en prenant en compte les éléments flottants */
	overflow: auto;
	padding: 18px 25px 70px;
}


#frameOffre {
	width: 700px;
	background: #1E1E1E;
}

#side_l {
	float: left;
	width: 175px;
	background: #1E1E1E;
	min-height: 330px;
}
#side_r {
	float: right;
	width: 510px; 
}
#footer {
	/* positionnement de footer en bas de page - indiquer la largeur */
	position: absolute;
	width: 750px;
	bottom: 0;
}
#temoignages {
	margin-left: 90px;
	position: relative;
	height: 356px;
}
#t_l {
	width: 75px;
	position: absolute;
	top: 0px;
	height: 267px;
}
#t_r {
	width: 470px;
	position: absolute;
	left: 134px;
	top: 89px;
}
#t_r2 {
	width: 340px;
	position: absolute;
	left: 267px;
	overflow: auto;
	height: 253px;
}
#t_c {
	position: absolute;
	height: 164px;
	width: 164px;
	left: 89px;
	overflow: hidden;
}
#t_b {
	position: absolute;
	left: 0px;
	top: 267px;
}
