/***************************** CSS MODELE 1 ********************************/
html, body {
	height: 100%;
/* POUR CENTRER VERTICALEMENT: PARENTS DU TABLE*/
	background-color: #58595b;
}
/***************************** DECOUPAGE DE LA PAGE ********************************/
#t_contener_div {
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#t_balise_h1 {
	text-align: right;
}
#t_page {
	background: #c2b79d url('./images/thalado/fd_page_algo.gif') repeat-y;
	position: relative;
	width: 950px;
	float: left;
}
#t_gauche {
	position: relative;
	width: 247px;
	float: left;
	padding: 282px 0px 0px 5px;
	background: url('./images/thalado/logo_algo.jpg') no-repeat;
	color: #8e866c;
	font-size: 10px;
}
#t_centre {
	position: relative;
	width: 698px;
	height: 584px;
	float: left;
	background: #FFF;
	height:
}
#t_bas {
	position: relative;
	width: 700px;
	background-color: #c2b79d;
	padding: 15px 0px 5px 250px;
	background: #c2b79d url('./images/thalado/fd_page_algo.gif') repeat-y;
}
/***************************** PARTIE HAUTE ********************************/
#t_balise_h1 h1 {
	padding: 0px;
	margin: 3px 0px 3px 0px;
	font-family: Arial, Verdana;
	color: #6d7270;
	font-size: 11px;
	font-weight: normal;
}
/***************************** PARTIE Gauche********************************/
#contenu {
	padding: 50px 5px 20px 5px;
	width: 230px;
	color: #000;
	font-size: 12px;
}
/***************************** PARTIE CENTRE ********************************/
#t_centreh {
	height: 333px;
	width: 698px;
	background: url('./images/thalado/algo_haut.jpg') no-repeat;
}
#t_centreb {
	height: 251px;
	width: 698px;
	background: url('./images/thalado/alg_liens.jpg') no-repeat;
}
#lien_1 {
	position: absolute;
	top: 375px;
	left: 16px;
	width: 200px;
	height: 200px;
}
#lien_2 {
	position: absolute;
	top: 375px;
	left: 248px;
	width: 200px;
	height: 200px;
}
#lien_3 {
	position: absolute;
	top: 375px;
	left: 480px;
	width: 200px;
	height: 200px;
}
/***************************** PARTIE BAS ********************************/
#t_copyright {
	padding: 3px 7px 3px 7px;
	font-size: 10px;
	font-family: Arial;
	color: #8e866c;
}
#t_copyright img {
	margin-bottom: -3px;
}