/*  
Theme Name: BANDART
Realisation: Stéphane Lajanie
Version: 1.0
*/

body {
	margin: 0 auto;
	padding: 0;
	background-color: #CCC;
	text-align: center; 
	font-family:Courier;
}

img {
	border : 0 none;
}


ul li {
	list-style:none;
}

a {
	text-decoration:none;
	color:#000;
}

a:visited { color: #000; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { 
	text-decoration:none;
	color:#D71D2A;
}


#container {
	position: absolute;
	overflow: hidden;
}

#main {
	position: absolute;
	overflow: hidden;
	width:1024px;
	height:650px;
	background-color: #FFF;
}

#logo {
	position:absolute;
	margin-top: 0px;
	margin-left: 850px;
}

#baleine {
	position:absolute;
	margin-top: 20px;
	margin-left: 427px;
}

#titre_page1 {
	position:absolute;
	margin-top: 162px;
	margin-left: 246px;
}

#menu_entree {
	position:absolute;
	width:557px;
	height: 57px;
	margin-top: 593px;
	margin-left: 246px;
}

#menu_entree .spacer {
	float: left;
	width: 1px;
	height: 57px;
	margin-top: 0px;
	margin-left: 128px;
}

#menu_entree .btn {
	float: left;
	width: 95px;
	height: 25px;
	margin-top: 14px;
	background-color: #FFF;
}

#menu_entree .separator {
	float: left;
	width: 2px;
	height: 57px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #D71D2A;
}

#menu_entree img {
	float: left;
}


#lecteur {
	position: absolute;
	z-index: 11000;
}


