* {
padding: 0px;
margin:0px;
}

body {
	background-color:#FFF;
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

div#container {
	margin:0px auto;
	width:1000px;
	text-align:left;
	background-color:#dce3eb;
	background-repeat:repeat-x;
	background-position: 20px 170px;
}

#header #tb_content {
	position: absolute;
	left: 300px;
	top: 145px;
	height:16px;
	width: 700px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

#header {
	position: relative;
}

#menu a {
	text-align:right;
	text-decoration: none;
	line-height: 18px;
	color: #FFFFFF;
	padding: 5px 20px 5px 30px;
	cursor: pointer;
	display: block;
	clear: both;
	font-size: 12px;
	outline:none;
}


#footer {
	position: relative;
	left: 0px;
	top: 0px;
	clear: both;
	width: 1000px;
}

#footer #address {
	font-size:11px;
	font-weight:bold;
	position: absolute;
	left: 280px;
	top: 30px;
	height:16px;
	width: 500px;
	color: #FFFFFF;
	text-align:left;
}

#bodycontent {
	position: relative;
}

#bodycontent #letexte {
	position: absolute;
	left: 100px;
	top: 100px;
	height:400px;
	width: 400px;
	text-align:left;
	font-size:16px;
	color:#000000;
}

#bodycontent #leflash {
	position: absolute;
	left: 59px;
	top: 414px;
}

 a {
	text-align:right;
	text-decoration: none;
	color: #000000;
	cursor: pointer;
	clear: both;
	font-size: 12px;
	outline:none;
}


