/* CSS Document */

body{
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	color: #ffeed5;
	letter-spacing: 1px;
	font-weight: normal;
	background-color: #000000;	
	
}


	
#flashcontent {
	height: 100%;
	z-index: 50;
	}
	
	
a, a:visited, a:active{
	color: #ffeed5;
	text-decoration: none;
}

a:hover{
	color: #B58E53;
	text-decoration: none;
}

.active{
	color: #B58E53;
	text-decoration: none;
}

#conteneur{
	margin: auto;
	padding: 0px;
	height: 618px;
	width: 750px;
	position: relative;
	background-image: url(../images/fond_texture.jpg);
	background-repeat: repeat;
	
}


#titre{
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 750px;
	position: absolute;
	text-align: center;
	top: 3px;
	font-size: 18px;
}

#baniere{
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 750px;
	position: absolute;
	text-align: center;
	top: 25px;
}

#menu{
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 750px;
	position: absolute;
	text-align: center;
	top: 150px;
	font-size: 12px;
	z-index: 20;
	
}

#galerie{
	margin: 0px;
	padding: 0px;
	height: 431px;
	width: 680px;
	position: absolute;
	text-align: center;
	top: 167px;
	left: 35px;
	background-color: #000;
	border: 1px solid #9C9182;
	z-index: 20;
	
		
}

#video{
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 80px;	

}

#contact{
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 2px;
	color: #ffeed5;
	overflow: auto;
	height: 425px;
	
}

.contact_small{
	font-size: 16px;
}

#copyright{
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 750px;
	bottom: 2px;
	font-size: 11px;
	text-align: left;
}

#medialix{
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 750px;
	bottom: 2px;
	font-size: 11px;
	text-align: right;
}
