@import "style.css";

html, body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000;
}

#page{
	width: 900px;
	height: 800px;
	margin: 0em auto;
	text-align: left;
	background: #000 url(../images/accueil/page-accueil.jpg) no-repeat top center;
	position: relative;
}
#pageindex{
	width: 900px;
	height: 800px;
	margin: 0em auto;
	text-align: left;
	background: #000 url(../images/fond-page-index.jpg) no-repeat top center;
	position: relative;
}
#pageindexavec{
	width: 900px;
	height: 800px;
	margin: 2em auto;
	text-align: left;
	background: #000;
	position: relative;
}
/* page index
----------------------*/
#avec{
	position: absolute;
	top: 308px;
	left: 305px;
	width: 100px;
	height: 22px;
	background: transparent;
	color: white;
	/*border: #fff solid 2px; */
}
#sans{
	position: absolute;
	top: 308px;
	left: 518px;
	width: 100px;
	height: 22px;
	background: transparent;
	/*color: white;
	border: #fff solid 2px; */
}

/* page accueil
----------------------*/
a{
	cursor: hand;
}
#bloc1{
	position: absolute;
	top: 100px;
	left: 74px;
	width: 66px;
	height: 70px;
	background: transparent;
	/*color: white;
	border: #fff solid 2px; */
}
#bloc2{
	position: absolute;
	top: 48px;
	left: 457px;
	width: 59px;
	height: 51px;
	background: transparent;
	/*color: white;
	border: #fff solid 2px; */
}
#bloc3{
	position: absolute;
	top: 80px;
	left: 712px;
	width: 48px;
	height: 51px;
	background: transparent;
	/*color: white;
	border: #fff solid 2px; */
}
#bloc4{
	position: absolute;
	top: 221px;
	left: 327px;
	width: 88px;
	height: 70px;
	background: transparent;
	/*color: white;
	border: #fff solid 2px; */
}
#bloc5{
	position: absolute;
	top: 312px;
	left: 92px;
	width: 52px;
	height: 51px;
	background: transparent;
	/*color: white;
	border: #fff solid 2px; */
}
#bloc6{
	position: absolute;
	top: 507px;
	left: 500px;
	width: 49px;
	height: 42px;
	background: transparent;
	/*color: white;
	border: #fff solid 2px; */
}
#bloc7{
	position: absolute;
	top: 531px;
	left: 770px;
	width: 50px;
	height: 38px;
	background: transparent;
	/*color: white;
	border: #fff solid 2px; */
}
#bloc8{
	position: absolute;
	top: 518px;
	left: 625px;
	width: 78px;
	height: 67px;
	background: transparent;
	/*color: white;
	border: #fff solid 2px; */
}
#bloc9{
	position: absolute;
	top: 48px;
	left: 457px;
	width: 59px;
	height: 50px;
	background: transparent;
	/*color: white;
	border: #fff solid 2px; */
}

#cadre{
	position: absolute;
	top: 346px;
	left: 316px;
	width: 228px;
	height: 150px;
	background: transparent;
	/*color: white;
	border: #fff solid 2px; */
}
#television{
	position: absolute;
	top: 457px;
	left: 152px;
	width: 81px;
	height: 70px;
	background: transparent;
	/*color: white;
	border: #fff solid 2px; */
}
#cadreoptionnel{
	position: absolute;
	top: 196px;
	left: 86px;
	width: 134px;
	height: 99px;
	background: transparent;
	/*color: white;
	border: #fff solid 2px; */
}
#selecteur{
	position: absolute;
	top: 197px;
	left: 608px;
	width: 212px;
	height: 29px;
	background: transparent;
	/*color: white;
	border: #fff solid 2px;*/
}
/*#selecteur select{
	width: 150px;
	font-size: 1em;
	color: #6A2202;
	border: 1px solid #6A2202;
	scrollbar-face-color: #6A2202;
	scrollbar-arrow-color: #6A2202;
	scrollbar-track-color: #6A2202;
	scrollbar-3dlight-color: #6A2202;
	scrollbar-darkshadow-color: #6A2202;
}*/
#selecteur select{
	font-size: .9em;
	color: #6A2202;
	width: 180px;
	border: 1px solid #6A2202;
}
#menu{
	position: absolute;
	top: 187px;
	left: 487px;
	width: 107px;
	height: 56px;
	background: transparent;

}
/* fin page accueil
---------------------------*/
