
body, html{
	margin: 0px;
	padding: 0px;
	font:12px Arial, Tahoma, Verdana, sans-serif;
	color:#32312D;
	background: #373533;
	width: 100%;
	height: 100%;
	overflow: hidden;
}



#conteneur{
	width:900px;
	height: 600px;
	margin: auto;
	/*border: #FF0000 solid 1px;*/
}

#banniere{
	width:900px;
	height: 199px;
	/*border: #0f0 solid 1px;*/
}

#bloc_menu{
	width: 100%;
	height: 25px;
	background: #000;
	/*border: #0f0 solid 1px;*/
}

#menu{
	width: 786px;
	height: 25px;
	float: right;
	/*border: #0f0 solid 1px;*/
}

#menu a{
	display: block;
	height: 25px;
	float: left;
	background-repeat: no-repeat;
}

#menu a:hover{
	background-position: bottom;
}

#bloc_galerie{
	width: 445px;
	height: 340px;
	float: left;
	text-align:center;
	
	/*border: #0f0 solid 1px;*/
}

#bloc_texte{
	color: #fff;
	width: 421px;
	height: 316px;
	float: right;
	padding: 12px;
	overflow-y: auto;
	overflow-x: hidden;
	/*border: #00f solid 1px;*/
}




#footer{
	color: #fff;
	width: 876x;
	height: 21px;
	padding: 4px 12px 0px 12px;
	clear: both;
	text-align: right;
	/*border: #00f solid 1px;*/
}

#footer a{
	color: #b2b0aa;
	font-size: 11px;
	/*border: #00f solid 1px;*/
}

#footer a:hover{
	color: #e9e6df;
}

/** styles jak **/
/* special ancre */
.divanchor {
    background-image: url(images/anchor.gif);
}

/* accueil*/

#acc_bloc_menu{
	position: absolute;
	width: 960px;
	height: 25px;
	top: 50%;
	left: 50%;
	margin: -78px 0px 0px -435px;
	/*border: #00f solid 1px;*/
	
}

#acc_bloc_menu a{
	display: block;
	height: 25px;
	float: left;
	background-repeat: no-repeat;
}

#acc_bloc_menu a:hover{
	background-position: bottom;
}

#acc_banniere{
	position: absolute;
	width: 912px;
	height: 289px;
	top: 50%;
	left: 50%;
	margin: -50px 0px 0px -454px;
}

#acc_bloc_texte{
	position: absolute;
	width: 445px;
	height: 220px;
	top: 50%;
	left: 50%;
	margin: -290px 0px 0px -85px;
	color: #000;
	font-weight: bold;
	text-align: center;
	/*border: #00f solid 1px;*/
}

#acc_credits{
	position: absolute;
	width: 230px;
	height: 18px;
	top: 50%;
	left: 50%;
	margin: 238px 0px 0px 240px;
	color: #b0adad;
	font-size: 10px;
	/*border: #00f solid 1px;*/
	text-decoration:none;
}

#acc_credits:hover{
	color: #cbcaca;
}
