body {
	background-color:#331F20 ;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		background-image:  url(../img/fond.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}

html, body {
height: 100%;
width: 100%;
}



/* texte & boite de saisie */

.bsaisie {
	border: 0px;
	margin: 3px;
	padding-left: 4px;
	position: relative;
	left: 10px;
	bottom: -2px;
	color: #FF4500;

}




#texte_blanc {
position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 200px;

}

#texte_violet {
	color: #E0B7E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#infotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F08080;
	left: -20px;
	bottom: -20px;
	position: relative;
	text-decoration: underline;
}

#texte_pied{
	width: 300px;
	height: 31px;
	vertical-align: middle;
	float: right;
	margin-top: 12px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/*  Container  */

#container_main_center {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 984px;
	height: 478px;
	margin-top: -239px;
	margin-left: -492px;


}

#container_main_haut {
	width: 983px;
	height: 446px;
	background-image:  url("images_css/accueil/centre.gif");
	background-repeat: repeat-y;
}

#container_main_bas {
	width: 983px;
	height: 32px;

}

#container_visuel {
	float: left;
	width: 399px;
	height: 446px;
	background-image:  url(../img/aleatoir/bere3.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#container_chat{
	float: left;
	width: 278px;
	height: 446px;
	background-image:  url(../img/fd_gauche.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#decalage_container {

	float: left;
	width: 55px;
	height: 306px;
}


#entre_container{
	float: left;
	width: 24px;
	height: 446px;
	background-image:  url("../img/entredeux.gif");
	background-repeat: repeat-y;
}
#chaton{
	width: 170px;
}
#container_chaton {
	position:relative;
	top:0px;
	float: left;
	width: 276px;
	height: 446px;
	background-image:  url(../img/fd_droite.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


#enter{
	position: absolute;
	width: 278px;
	height: 50px;
	text-align: center;
	padding-top: 15px;
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	color: #331F20;
	font-weight: 26px;
	background-color: #2C1819;
	bottom: 50px;
	background-image: url(../img/enter.jpg);
}


;