@charset "utf-8";
/* CSS Document */
/* STYLES COMMUNS A TOUTES LES PAGES*/
body{
	background-color:#26211d;
	margin:0;
	padding:0;
	height: 100%;
}
/*div{
	display:block;
}*/
a{
	text-decoration:none;
}
img{
	border:none;
}
#centre{
	width:955px;
	height:600px;
	background-color:#fff;
	margin:auto;
	margin-top:100px;
	text-align:left;
	background-image:url(../images/fondBambou.jpg);
	background-repeat:no-repeat;
	background-position:right;
	color:#000;
}
#btaccueil{
	float:left;
	margin-left:2px;
}
#btcv{
	float:left;
}
#btbook{
	float:left;
}
#fondmarron{ 
	position:absolute;
	clear:both;
	width:700px;
	height:375px;
	margin-top:120px;
	margin-left:127px;
	
	color:#fff;
	text-align:center;
}
#traitblanc{
	clear:none;
	background-color:#fff;
	width:955px;
	height:1px;
	position:absolute;
	margin-top:494px;
}
#traitmarron{
	clear:none;
	background-color:#26211d;
	width:955px;
	height:3px;
	position:absolute;
	margin-top:495px;
}
#contact{
	clear:none;
	width:955px;
	position:absolute;
	margin-top:498px;
	color:#26211d;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:large;
	text-decoration:none;
}

#contact a{
	color:#26211d;
}

#btn_fermer{
	color:#20b3ad;
	font-family:arial;
	font-size:large;
}
#opacite{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgb(38, 33, 29);
	background-color:#26211d;
	opacity:0.95;
	filter: alpha(opacity=95); /*ne marche que pour IE*/
	z-index:1;
}
