
html {
	overflow-x:hidden;
}

body {
	padding:0px;
	margin:0px;
	background: #d9d9d9;
	font-family: Verdana;
	font-size:10pt;
	text-align:center;
	border:0px solid blue;
}

.liennormal {
	color:black;
	text-decoration:none;
}

#splash{
	width:551px;
	height:355px;
	border:5px solid #766d4c;
	background:url(../images/splash.jpg);
}

#container {
	background:url(../images/background.jpg) no-repeat scroll center top;
	height:794px;
	width:1010px;
	border:0px solid red;
	margin:0 auto;
	position:relative;
}


#contenu_texte {
	height:530px;
	width:500px;
	text-align:justify;
	overflow:auto;
	border:0px solid green;
}


#contain_texte {
	height:530px;
	width:500px;
	top:140px;
	left:410px;
	border:0px solid blue;
	position:absolute;
	text-align:justify;
	overflow:auto;
}




#contenu_titre {
	height:50px;
	width:500px;
	top:90px;
	left:410px;
	position:absolute;
	overflow:visible;
}

#contenu_loading {
	height:350px;
	width:500px;
	top:90px;
	left:410px;
	position:absolute;
	overflow:visible;
	display:none;
}


#contenu_menu {
	height:350px;
	width:220px;
	border:0px solid blue;
	top:350px;
	left:135px;
	position:absolute;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
}

.menu {
	cursor:pointer;
	padding-top:1px;
}

.menu_cache_on {
	display:none;
}

#footer {
	position:absolute;
	top:690px;
	left:0px;
	width:1010px;
	border:0px solid blue;
	left:0px;
}
